summaryrefslogtreecommitdiff
path: root/keyboards/idb_60/idb_60.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/idb_60/idb_60.h')
-rw-r--r--keyboards/idb_60/idb_60.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/keyboards/idb_60/idb_60.h b/keyboards/idb_60/idb_60.h
deleted file mode 100644
index e9045f6642..0000000000
--- a/keyboards/idb_60/idb_60.h
+++ /dev/null
@@ -1,38 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-inline void _idb_60_caps_led_on(void) {
- writePinLow(C5);
-}
-
-inline void _idb_60_esc_led_on(void) {
- writePinLow(C4);
-}
-
-inline void _idb_60_caps_led_off(void) {
- writePinLow(C5);
-}
-
-inline void _idb_60_esc_led_off(void) {
- writePinLow(C4);
-}
-
-#define LAYOUT( \
- K00, K10, K01, K11, K02, K12, K03, K13, K04, K14, K05, K15, K06, K16, K07,\
- K20, K30, K21, K31, K22, K32, K23, K33, K24, K34, K25, K35, K26, K36,\
- K40, K50, K41, K51, K42, K52, K43, K53, K44, K54, K45, K55, K56,\
- K60, K70, K61, K71, K62, K72, K63, K73, K64, K74, K65, K75, K66, K76,\
- K80, K90, K81, K93, K95, K86, K96\
-) { \
- { K00, K01, K02, K03, K04, K05, K06, K07 }, \
- { K10, K11, K12, K13, K14, K15, K16 }, \
- { K20, K21, K22, K23, K24, K25, K26 }, \
- { K30, K31, K32, K33, K34, K35, K36 }, \
- { K40, K41, K42, K43, K44, K45, KC_NO }, \
- { K50, K51, K52, K53, K54, K55, K56 }, \
- { K60, K61, K62, K63, K64, K65, K66 }, \
- { K70, K71, K72, K73, K74, K75, K76 }, \
- { K80, K81, KC_NO, KC_NO, KC_NO, KC_NO, K86 }, \
- { K90, KC_NO, KC_NO, K93, KC_NO, K95, K96 } \
-}