Skip to content

Commit

Permalink
Replace tab indentation with spaces in is0 default keymap. (qmk#8368)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsee authored and jakeisnt committed Aug 20, 2020
1 parent ff11f19 commit d30c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/illuminati/is0/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (record->event.pressed) {
SEND_STRING("Hello from Illuminati Works");
} else {
SEND_STRING("iS0 working properly");
SEND_STRING("iS0 working properly");
}
break;
}
Expand Down

0 comments on commit d30c112

Please sign in to comment.