aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kbdfans/kbd8x/keymaps/default/keymap.c')
-rw-r--r--keyboards/kbdfans/kbd8x/keymaps/default/keymap.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c b/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c
index a7dcd5518..6d87bc889 100644
--- a/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c
+++ b/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c
@@ -35,22 +35,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
35 35
36}; 36};
37 37
38const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
39{
40 // MACRODOWN only works in this function
41 switch(id) {
42 case 0:
43 if (record->event.pressed) {
44 register_code(KC_RSFT);
45 } else {
46 unregister_code(KC_RSFT);
47 }
48 break;
49 }
50 return MACRO_NONE;
51};
52
53
54void matrix_init_user(void) { 38void matrix_init_user(void) {
55 39
56} 40}