diff options
author | Nurahmadie <nurahmadie@gmail.com> | 2017-02-26 11:44:21 +0700 |
---|---|---|
committer | Nurahmadie <nurahmadie@gmail.com> | 2017-04-02 18:27:28 +0700 |
commit | f5d78c739d48bad32409b3819c8d624d5e78c017 (patch) | |
tree | 15f9ec807be6f23678c6c875b2c70a42cbc673a5 /keyboards/handwired/kbod/keymaps | |
parent | 10105f645a7fdcf0d636e0eb2c768754521602a3 (diff) |
Forgot semicolon, and add reference link
Diffstat (limited to 'keyboards/handwired/kbod/keymaps')
-rw-r--r-- | keyboards/handwired/kbod/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/kbod/keymaps/default/keymap.c b/keyboards/handwired/kbod/keymaps/default/keymap.c index 6f2805d9dc..a6c09dd530 100644 --- a/keyboards/handwired/kbod/keymaps/default/keymap.c +++ b/keyboards/handwired/kbod/keymaps/default/keymap.c @@ -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); |