Modify pinout and layouts for Nyquist

This commit is contained in:
Danny Nguyen
2017-05-29 16:20:06 -04:00
parent aeade1b197
commit 4a8da0cb45
20 changed files with 104 additions and 259 deletions
+8 -1
View File
@@ -1,10 +1,17 @@
#include "lets_split.h"
#include "nyquist.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
void matrix_init_kb(void) {
#ifdef AUDIO_ENABLE