preonic: fixed a misnamed ifdef directive
This commit is contained in:
parent
0a9cf163ba
commit
f7f3385bf2
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
|
||||||
uint8_t layer = get_highest_layer(state);
|
uint8_t layer = get_highest_layer(state);
|
||||||
switch(layer) {
|
switch(layer) {
|
||||||
case BASE:
|
case BASE:
|
||||||
#ifdef TONE_MAIN
|
#ifdef TONE_BASE
|
||||||
PLAY_SONG(tone_base);
|
PLAY_SONG(tone_base);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue