diff options
Diffstat (limited to 'keyboards/ergodash/rev1/rev1.c')
-rw-r--r-- | keyboards/ergodash/rev1/rev1.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/ergodash/rev1/rev1.c b/keyboards/ergodash/rev1/rev1.c index 5e787921c..00f81cae1 100644 --- a/keyboards/ergodash/rev1/rev1.c +++ b/keyboards/ergodash/rev1/rev1.c | |||
@@ -5,13 +5,6 @@ | |||
5 | float tone_goodbye[][2] = SONG(GOODBYE_SOUND); | 5 | float tone_goodbye[][2] = SONG(GOODBYE_SOUND); |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #ifdef SSD1306OLED | ||
9 | void led_set_kb(uint8_t usb_led) { | ||
10 | // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here | ||
11 | led_set_user(usb_led); | ||
12 | } | ||
13 | #endif | ||
14 | |||
15 | void matrix_init_kb(void) { | 8 | void matrix_init_kb(void) { |
16 | 9 | ||
17 | #ifdef AUDIO_ENABLE | 10 | #ifdef AUDIO_ENABLE |