SG Ergodox layout: Minor code formatting changes
- Swiss German Ergodox layout: Removed unnecessary spaces.daktil_thumb_popravljen
parent
5c4a73d788
commit
c2c8a12022
|
@ -197,7 +197,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
|
||||||
break;
|
break;
|
||||||
case 11:
|
case 11:
|
||||||
if (record->event.pressed) {
|
if (record->event.pressed) {
|
||||||
SEND_TAG( "ul" );
|
SEND_TAG("ul");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 12:
|
case 12:
|
||||||
|
|
Loading…
Reference in New Issue