mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
SG Ergodox layout: Minor code formatting changes
- Swiss German Ergodox layout: Removed unnecessary spaces.
This commit is contained in:
parent
5c4a73d788
commit
c2c8a12022
@ -197,7 +197,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
|
||||
break;
|
||||
case 11:
|
||||
if (record->event.pressed) {
|
||||
SEND_TAG( "ul" );
|
||||
SEND_TAG("ul");
|
||||
}
|
||||
break;
|
||||
case 12:
|
||||
|
Loading…
Reference in New Issue
Block a user