diff options
Diffstat (limited to 'keyboards/40percentclub/4x4/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/40percentclub/4x4/keymaps/default/keymap.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/40percentclub/4x4/keymaps/default/keymap.c b/keyboards/40percentclub/4x4/keymaps/default/keymap.c index 1f52b2066..079f6caee 100644 --- a/keyboards/40percentclub/4x4/keymaps/default/keymap.c +++ b/keyboards/40percentclub/4x4/keymaps/default/keymap.c | |||
@@ -86,19 +86,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
86 | ), | 86 | ), |
87 | 87 | ||
88 | }; | 88 | }; |
89 | |||
90 | void matrix_init_user(void) { | ||
91 | |||
92 | } | ||
93 | |||
94 | void matrix_scan_user(void) { | ||
95 | |||
96 | } | ||
97 | |||
98 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
99 | return true; | ||
100 | } | ||
101 | |||
102 | void led_set_user(uint8_t usb_led) { | ||
103 | |||
104 | } | ||