mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-04 19:00:34 -04:00
Fixing bugs and adding more tap holds
- Had the wrong mod order on symbol layer - Rearranged the symbol layer to add UCCPR back - Added more tap holds like \\, //, && - Removed pipe tap hold
This commit is contained in:
parent
39ca5f2f73
commit
ec97151d14
4 changed files with 42 additions and 12 deletions
|
@ -24,7 +24,10 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode);
|
|||
//double tap
|
||||
#define TAPHOLD_EQL KC_EQL, KC_EQL
|
||||
#define TAPHOLD_PLUS KC_PLUS, KC_PLUS
|
||||
#define TAPHOLD_PIPE KC_PIPE, KC_PIPE
|
||||
//#define TAPHOLD_PIPE KC_PIPE, KC_PIPE
|
||||
#define TAPHOLD_BSLS KC_BSLS, KC_BSLS
|
||||
#define TAPHOLD_SLSH KC_SLSH, KC_SLSH
|
||||
#define TAPHOLD_AMPR KC_AMPR, KC_AMPR
|
||||
|
||||
//Custom: things like overriding default shifted key
|
||||
#define TAPHOLD_COMM KC_COMM, KC_LPRN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue