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:
Victor 2024-05-08 22:46:33 -05:00
parent 7faa790d5a
commit fcb238ab2f
Failed to generate hash of commit
3 changed files with 2 additions and 5 deletions

View file

@ -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);