mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
hmm?
This commit is contained in:
parent
2c9f846608
commit
3c4022c41b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue