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:
Victor 2024-05-05 21:18:44 -05:00
parent 39ca5f2f73
commit ec97151d14
Failed to generate hash of commit
4 changed files with 42 additions and 12 deletions

View file

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