hmm?
parent
2c9f846608
commit
3c4022c41b
|
@ -167,7 +167,7 @@ void matrix_scan_user(void) {
|
||||||
tap(KC_C);
|
tap(KC_C);
|
||||||
unregister_code(KC_LCTL);
|
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();
|
unicode_input_start();
|
||||||
register_hex32(pgm_read_dword(&unicode_map[LIT]));
|
register_hex32(pgm_read_dword(&unicode_map[LIT]));
|
||||||
unicode_input_finish();
|
unicode_input_finish();
|
||||||
|
|
Loading…
Reference in New Issue