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

@ -52,7 +52,10 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case TR_DQUO:
case TR_EQL:
case TR_PLUS:
case TR_PIPE:
//case TR_PIPE:
case TR_BSLS:
case TR_SLSH:
case TR_AMPR:
case TR_COMM:
case TR_DOT:
case TR_PERC: