mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
I didn't fully remove the ampr taphold
This commit is contained in:
parent
90ef9a3b22
commit
388e7b8b5f
2 changed files with 1 additions and 4 deletions
|
@ -128,9 +128,6 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode) {
|
|||
case TR_SLSH:
|
||||
double_tap(TAPHOLD_SLSH, WAIT_DELAY);
|
||||
break;
|
||||
case TR_AMPR:
|
||||
double_tap(TAPHOLD_AMPR, WAIT_DELAY);
|
||||
break;
|
||||
|
||||
//custom action
|
||||
case TR_COMM:
|
||||
|
|
|
@ -52,11 +52,11 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
case TR_EQL:
|
||||
case TR_BSLS:
|
||||
case TR_SLSH:
|
||||
case TR_AMPR:
|
||||
case TR_COMM:
|
||||
case TR_DOT:
|
||||
case TR_PERC:
|
||||
case TR_EXLM:
|
||||
case TR_AT:
|
||||
case TR_MINS:
|
||||
case TR_GRV:
|
||||
case TR_SCLN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue