diff options
Diffstat (limited to 'keyboards/40percentclub/4pack/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/40percentclub/4pack/keymaps/default/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/40percentclub/4pack/keymaps/default/keymap.c b/keyboards/40percentclub/4pack/keymaps/default/keymap.c index 19264651b..a812f4816 100644 --- a/keyboards/40percentclub/4pack/keymaps/default/keymap.c +++ b/keyboards/40percentclub/4pack/keymaps/default/keymap.c | |||
@@ -21,6 +21,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
21 | KC_A, KC_S, KC_D, KC_F | 21 | KC_A, KC_S, KC_D, KC_F |
22 | ), | 22 | ), |
23 | }; | 23 | }; |
24 | |||
25 | |||
26 | void matrix_init_user(void) { } | ||