mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-03 02:10:35 -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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue