mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Fix spacing
Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
parent
122fbac89c
commit
cfa4163d06
@ -148,7 +148,7 @@ bool process_record_unicode_common(uint16_t keycode, keyrecord_t *record) {
|
|||||||
if (record->event.pressed) {
|
if (record->event.pressed) {
|
||||||
switch (keycode) {
|
switch (keycode) {
|
||||||
case UNICODE_MODE_OSX:
|
case UNICODE_MODE_OSX:
|
||||||
set_unicode_input_mode(UC_OSX);
|
set_unicode_input_mode(UC_OSX);
|
||||||
#if defined(AUDIO_ENABLE) && defined(UNICODE_OSX_SONG)
|
#if defined(AUDIO_ENABLE) && defined(UNICODE_OSX_SONG)
|
||||||
PLAY_SONG(UNICODE_OSX_SONG);
|
PLAY_SONG(UNICODE_OSX_SONG);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user