summaryrefslogtreecommitdiffstats
path: root/keyboards/frosty_flake/keymaps
diff options
context:
space:
mode:
authorNick Choi <iinikchi@gmail.com>2017-05-30 20:19:57 +0200
committerNick Choi <iinikchi@gmail.com>2017-05-30 20:19:57 +0200
commit3c4022c41bc69b0bec94b2f34b6958ff41924254 (patch)
tree904169689b45d99760e7b64ba03a877a07036a14 /keyboards/frosty_flake/keymaps
parent2c9f846608cbf91ce936071372634194745994d0 (diff)
downloadqmk_firmware-3c4022c41bc69b0bec94b2f34b6958ff41924254.tar.gz
qmk_firmware-3c4022c41bc69b0bec94b2f34b6958ff41924254.tar.xz
hmm?
Diffstat (limited to 'keyboards/frosty_flake/keymaps')
-rw-r--r--keyboards/frosty_flake/keymaps/nikchi/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/frosty_flake/keymaps/nikchi/keymap.c b/keyboards/frosty_flake/keymaps/nikchi/keymap.c
index 021ffac80..fbabb482a 100644
--- a/keyboards/frosty_flake/keymaps/nikchi/keymap.c
+++ b/keyboards/frosty_flake/keymaps/nikchi/keymap.c
@@ -167,7 +167,7 @@ void matrix_scan_user(void) {
tap(KC_C);
unregister_code(KC_LCTL);
}
- SEQ_THREE_KEYS(KC_L,KC_I,KC_T) { // 🔥
+ SEQ_THREE_KEYS(KC_L,KC_I,KC_T) { // 🔥🔥
unicode_input_start();
register_hex32(pgm_read_dword(&unicode_map[LIT]));
unicode_input_finish();