diff options
| -rw-r--r-- | keyboards/frosty_flake/keymaps/nikchi/keymap.c | 2 |
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) { | |||
| 167 | tap(KC_C); | 167 | tap(KC_C); |
| 168 | unregister_code(KC_LCTL); | 168 | unregister_code(KC_LCTL); |
| 169 | } | 169 | } |
| 170 | SEQ_THREE_KEYS(KC_L,KC_I,KC_T) { // 🔥 | 170 | SEQ_THREE_KEYS(KC_L,KC_I,KC_T) { // 🔥🔥 |
| 171 | unicode_input_start(); | 171 | unicode_input_start(); |
| 172 | register_hex32(pgm_read_dword(&unicode_map[LIT])); | 172 | register_hex32(pgm_read_dword(&unicode_map[LIT])); |
| 173 | unicode_input_finish(); | 173 | unicode_input_finish(); |
