mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
Replace tab indentation with spaces in is0 default keymap. (#8368)
This commit is contained in:
parent
668121bbf8
commit
1757960b7b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||||
if (record->event.pressed) {
|
if (record->event.pressed) {
|
||||||
SEND_STRING("Hello from Illuminati Works");
|
SEND_STRING("Hello from Illuminati Works");
|
||||||
} else {
|
} else {
|
||||||
SEND_STRING("iS0 working properly");
|
SEND_STRING("iS0 working properly");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue