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);
|
||||
switch(layer) {
|
||||
case BASE:
|
||||
#ifdef TONE_MAIN
|
||||
#ifdef TONE_BASE
|
||||
PLAY_SONG(tone_base);
|
||||
#endif
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue