1
0
Fork 0

Forgot semicolon, and add reference link

This commit is contained in:
Nurahmadie 2017-02-26 11:44:21 +07:00
parent 10105f645a
commit f5d78c739d
2 changed files with 4 additions and 2 deletions

View file

@ -67,7 +67,7 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
switch (id) {
case 0:
shift_esc_mask = MODS_PRESSED(SHIFT);
SET_WHETHER(shift_esc_mask, KC_ESC, KC_GRAVE)
SET_WHETHER(shift_esc_mask, KC_ESC, KC_GRAVE);
break;
case 1:
alt_mask = MODS_PRESSED(ALT);