diff options
Diffstat (limited to 'keyboards/40percentclub/6lit/keymaps/macro/keymap.c')
-rw-r--r-- | keyboards/40percentclub/6lit/keymaps/macro/keymap.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/40percentclub/6lit/keymaps/macro/keymap.c b/keyboards/40percentclub/6lit/keymaps/macro/keymap.c index 6b10ac133..f97288f51 100644 --- a/keyboards/40percentclub/6lit/keymaps/macro/keymap.c +++ b/keyboards/40percentclub/6lit/keymaps/macro/keymap.c | |||
@@ -21,19 +21,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
21 | KC_F22, KC_F23, KC_F24 \ | 21 | KC_F22, KC_F23, KC_F24 \ |
22 | ), | 22 | ), |
23 | }; | 23 | }; |
24 | |||
25 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
26 | return true; | ||
27 | } | ||
28 | |||
29 | void matrix_init_user(void) { | ||
30 | |||
31 | } | ||
32 | |||
33 | void matrix_scan_user(void) { | ||
34 | |||
35 | } | ||
36 | |||
37 | void led_set_user(uint8_t usb_led) { | ||
38 | |||
39 | } | ||