aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/kbd66/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kbdfans/kbd66/keymaps/default/keymap.c')
-rw-r--r--keyboards/kbdfans/kbd66/keymaps/default/keymap.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/kbdfans/kbd66/keymaps/default/keymap.c b/keyboards/kbdfans/kbd66/keymaps/default/keymap.c
index a969d6510..60ef36390 100644
--- a/keyboards/kbdfans/kbd66/keymaps/default/keymap.c
+++ b/keyboards/kbdfans/kbd66/keymaps/default/keymap.c
@@ -66,22 +66,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
66 66
67}; 67};
68 68
69const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
70{
71 // MACRODOWN only works in this function
72 switch(id) {
73 case 0:
74 if (record->event.pressed) {
75 register_code(KC_RSFT);
76 } else {
77 unregister_code(KC_RSFT);
78 }
79 break;
80 }
81 return MACRO_NONE;
82};
83
84
85void matrix_init_user(void) { 69void matrix_init_user(void) {
86 70
87} 71}