diff options
Diffstat (limited to 'keyboards/handwired/mechboards_micropad/keymaps/default')
-rw-r--r-- | keyboards/handwired/mechboards_micropad/keymaps/default/keymap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/handwired/mechboards_micropad/keymaps/default/keymap.c b/keyboards/handwired/mechboards_micropad/keymaps/default/keymap.c index 41784c5204..7d83718419 100644 --- a/keyboards/handwired/mechboards_micropad/keymaps/default/keymap.c +++ b/keyboards/handwired/mechboards_micropad/keymaps/default/keymap.c @@ -74,11 +74,3 @@ void matrix_init_user(void) { setPinOutput(F6); writePinLow(F6); } - -void matrix_scan_user(void) { - -} - -void led_set_user(uint8_t usb_led) { - -} |