mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-05 11:20:35 -04:00
Cleaning up documentation
- Was thinking about ways to simplify my design but I forgot layer taps can't take ANSI Shifted Keycodes so I still need to define custom keycodes to make the defines unique
This commit is contained in:
parent
7faa790d5a
commit
fcb238ab2f
3 changed files with 2 additions and 5 deletions
|
@ -120,7 +120,6 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode) {
|
|||
insert_brackets(TAPHOLD_SQUO, WAIT_DELAY);
|
||||
break;
|
||||
|
||||
|
||||
// double tap
|
||||
case TR_EQL:
|
||||
double_tap(TAPHOLD_EQL, WAIT_DELAY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue