summary refs log tree commit diff
path: root/keyboards/handwired/not_so_minidox
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-05-11 10:10:31 -0700
committerGitHub <noreply@github.com>2021-05-11 10:10:31 -0700
commit38d8d5445ebd60932d602184b1f27a112ac79f71 (patch)
treedd8f2a826c1f600916d63261b2407ec7219b1c4a /keyboards/handwired/not_so_minidox
parentd84cbc3cecd0254df776fc56e9baaa1b1823a6d1 (diff)
Remove KEYMAP and LAYOUT_kc (#12160)
* alias KEYMAP to LAYOUT

* remove KEYMAP and LAYOUT_kc
Diffstat (limited to 'keyboards/handwired/not_so_minidox')
-rw-r--r--keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h5
-rw-r--r--keyboards/handwired/not_so_minidox/keymaps/mtdjr/keymap.c56
-rw-r--r--keyboards/handwired/not_so_minidox/keymaps/mtdjr/rules.mk1
-rw-r--r--keyboards/handwired/not_so_minidox/not_so_minidox.h18
4 files changed, 0 insertions, 80 deletions
diff --git a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h b/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h
deleted file mode 100644
index c3c4a1b697..0000000000
--- a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-#define SOLENOID_ENABLE
-#define SOLENOID_PIN F6
-#define SOLENOID_ACTIVE true
diff --git a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/keymap.c b/keyboards/handwired/not_so_minidox/keymaps/mtdjr/keymap.c
deleted file mode 100644
index 01c64d8701..0000000000
--- a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/keymap.c
+++ /dev/null
@@ -1,56 +0,0 @@
-#include QMK_KEYBOARD_H
-#include "mtdjr.h"
-
-extern keymap_config_t keymap_config;
-
-#define KC_LOCK TD(TD_ALTLOCK)
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
-  [_QWERTY] = LAYOUT_kc(
-  // ,----+-----+-----+-----+-----+-----,         ,----+-----+-----+-----+-----+-----,
-       TAB,    Q,    W,    E,    R,    T,             Y,    U,    I,    O,    P, BSPC,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-      LCTL,    A,    S,    D,    F,    G,             H,    J,    K,    L, SCLN, QUOT,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-      LSFT,    Z,    X,    C,    V,    B,             N,    M, COMM,  DOT, SLSH,  ENT,
-  // |----+-----+-----+-----+-----+-----|-,     ,-|----+-----+-----+-----+-----+-----|
-                          LGUI, LOWR,  SPC,       SPC, RASE, LOCK
-  //                     `----+-----+-----`     `----+-----+-----`
-   ),
-
-  [_LOWER] = LAYOUT_kc(
-  // ,----+-----+-----+-----+-----+-----,         ,----+-----+-----+-----+-----+-----,
-       ESC,    1,    2,    3,    4,    5,             6,    7,    8,    9,    0,  DEL,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-          ,     ,     ,     ,     ,     ,              ,     ,     , LCBR, RCBR, BSLS,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-          ,     ,     , XCPY, XINS,     ,              ,     ,     ,     ,     ,     ,
-  // |----+-----+-----+-----+-----+-----|-,     ,-|----+-----+-----+-----+-----+-----|
-                              ,     ,     ,          ,     ,
-  //                     `----+-----+-----`     `----+-----+-----`
-  ),
-
-  [_RAISE] = LAYOUT_kc(
-  // ,----+-----+-----+-----+-----+-----,         ,----+-----+-----+-----+-----+-----,
-       GRV, EXLM,   AT, HASH,  DLR, PERC,          CIRC, AMPR, ASTR, LPRN, RPRN,  DEL,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-          ,     ,     ,     , MINS,  EQL,              ,     ,   UP, LBRC, RBRC, PIPE,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-          ,     ,     ,     ,     ,     ,              , LEFT, DOWN, RGHT,     ,     ,
-  // |----+-----+-----+-----+-----+-----|-,     ,-|----+-----+-----+-----+-----+-----|
-                              ,     ,     ,          ,     ,
-  //                     `----+-----+-----`     `----+-----+-----`
-   ),
-  [_ADJUST] = LAYOUT_kc(
-  // ,----+-----+-----+-----+-----+-----,         ,----+-----+-----+-----+-----+-----,
-      STOG, xxxx, xxxx, xxxx,  RST, xxxx,          ROOT, PPLY, PSEF, xxxx, xxxx,  CAD,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-      SDM,   SDP, SBOF, SBON, xxxx, xxxx,          xxxx, xxxx, xxxx, xxxx, xxxx, xxxx,
-  // |----+-----+-----+-----+-----+-----|         |----+-----+-----+-----+-----+-----|
-      xxxx, xxxx, xxxx, xxxx, xxxx, xxxx,          xxxx, xxxx, xxxx, xxxx, xxxx, xxxx,
-  // |----+-----+-----+-----+-----+-----|-,     ,-|----+-----+-----+-----+-----+-----|
-                          xxxx,     , xxxx,      xxxx,     , xxxx
-  //                     `----+-----+-----`     `----+-----+-----`
-  )
-};
diff --git a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/rules.mk b/keyboards/handwired/not_so_minidox/keymaps/mtdjr/rules.mk
deleted file mode 100644
index e5ddcae8d9..0000000000
--- a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-TAP_DANCE_ENABLE = yes
diff --git a/keyboards/handwired/not_so_minidox/not_so_minidox.h b/keyboards/handwired/not_so_minidox/not_so_minidox.h
index 05e7bc4914..c24a515e43 100644
--- a/keyboards/handwired/not_so_minidox/not_so_minidox.h
+++ b/keyboards/handwired/not_so_minidox/not_so_minidox.h
@@ -21,22 +21,4 @@
 		{ KC_NO, KC_NO, KC_NO, RT1, RT2, RT3 }, \
 	}
 
-// Used to create a keymap using only KC_ prefixed keys
-#define LAYOUT_kc( \
-	L00, L01, L02, L03, L04, L05,           R05, R04, R03, R02, R01, R00, \
-	L10, L11, L12, L13, L14, L15,           R15, R14, R13, R12, R11, R10, \
-	L20, L21, L22, L23, L24, L25,           R25, R24, R23, R22, R21, R20, \
-											LT1, LT2, LT3, RT3, RT2, RT1 \
-	) \
-	{ \
-		{ KC_##L00, KC_##L01, KC_##L02, KC_##L03, KC_##L04, KC_##L05 }, \
-		{ KC_##L10, KC_##L11, KC_##L12, KC_##L13, KC_##L14, KC_##L15 }, \
-		{ KC_##L20, KC_##L21, KC_##L22, KC_##L23, KC_##L24, KC_##L25 }, \
-		{ KC_NO, KC_NO, KC_NO, KC_##LT1, KC_##LT2, KC_##LT3 }, \
-		{ KC_##R00, KC_##R01, KC_##R02, KC_##R03, KC_##R04, KC_##R05 }, \
-		{ KC_##R10, KC_##R11, KC_##R12, KC_##R13, KC_##R14, KC_##R15 }, \
-		{ KC_##R20, KC_##R21, KC_##R22, KC_##R23, KC_##R24, KC_##R25 }, \
-		{ KC_NO, KC_NO, KC_NO, KC_##RT1, KC_##RT2, KC_##RT3 }, \
-	}
-
 #endif