Keyboard: add ergodash mini keyboard (#3901)
* add ergodash mini add ergodash mini (4rows version) fix keymap and readme * fix replace include guard remove includes * fix audio
This commit is contained in:
parent
6bf2c07715
commit
b65e214375
15 changed files with 411 additions and 19 deletions
13
keyboards/ergodash/mini/mini.c
Normal file
13
keyboards/ergodash/mini/mini.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "ergodash.h"
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
float tone_startup[][2] = SONG(STARTUP_SOUND);
|
||||
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
|
||||
#endif
|
||||
|
||||
#ifdef SSD1306OLED
|
||||
void led_set_kb(uint8_t usb_led) {
|
||||
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
|
||||
led_set_user(usb_led);
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue