1
0
Fork 0

fix up lets_split keymaps

This commit is contained in:
Jack Humbert 2017-11-14 17:37:57 -05:00
parent 85172f4f85
commit 4ad0bbd672
11 changed files with 10 additions and 26 deletions

View file

@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif

View file

@ -103,7 +103,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
#ifdef AUDIO_ENABLE
float tone_qwertz[][2] = SONG(QWERTZ_SOUND);
float tone_qwertz[][2] = SONG(QWERTY_SOUND);
float tone_dvorak[][2] = SONG(DVORAK_SOUND);
float tone_colemak[][2] = SONG(COLEMAK_SOUND);
#endif

View file

@ -1,3 +0,0 @@
ifndef QUANTUM_DIR
include ../../../../Makefile
endif