diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-27 09:15:33 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 09:15:33 +1000 |
commit | 5542f5ede1356df387dfb10587f2d74e40fa62a8 (patch) | |
tree | 2f2821aefd33fa68f5253facfa1eb55fff26d874 /keyboards/cutie_club/wraith | |
parent | fa4ea73bf6668832a363da6817d0792c1e16d37a (diff) |
Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)
Diffstat (limited to 'keyboards/cutie_club/wraith')
-rw-r--r-- | keyboards/cutie_club/wraith/keymaps/amber/keymap.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/cutie_club/wraith/keymaps/amber/keymap.c b/keyboards/cutie_club/wraith/keymaps/amber/keymap.c index 41d5b39c40..f3ea61ba5e 100644 --- a/keyboards/cutie_club/wraith/keymaps/amber/keymap.c +++ b/keyboards/cutie_club/wraith/keymaps/amber/keymap.c @@ -40,11 +40,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ) }; - -void matrix_init_user(void) { - -} - void matrix_scan_user(void) { // escape LED on layer 1 if (IS_LAYER_ON(1)) { @@ -53,7 +48,3 @@ void matrix_scan_user(void) { writePinHigh(B0); } } - -void led_set_user(uint8_t usb_led) { - -} |