Bunch of stuff

- Fixed OLED layer list order
- Altered and combined symbols in tap hold behaviors
- removed the mousekeys optional keycode thing since mousekeys are required
- cleaned up unused tapholds
This commit is contained in:
Victor 2024-05-05 23:10:55 -05:00
parent ec97151d14
commit 90ef9a3b22
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
10 changed files with 82 additions and 105 deletions

View file

@ -49,10 +49,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case TR_LBRC:
case TR_LPRN:
case TR_SQUO:
case TR_DQUO:
case TR_EQL:
case TR_PLUS:
//case TR_PIPE:
case TR_BSLS:
case TR_SLSH:
case TR_AMPR: