fixing bugs and setting up encoder debug environment

- Had to fix bugs with TR_SCLN and ploopy nano drag scroll
- added mouse scroll wheel and rgb mode for debug purposes
This commit is contained in:
Victor 2024-04-22 07:35:57 -05:00
parent 94849eef72
commit a370965d1c
Failed to generate hash of commit
4 changed files with 20 additions and 19 deletions

View file

@ -25,8 +25,6 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode);
#define TAPHOLD_EQL KC_EQL, KC_EQL
#define TAPHOLD_PLUS KC_PLUS, KC_PLUS
#define TAPHOLD_PIPE KC_PIPE, KC_PIPE
#define TAPHOLD_NUM KC_NUM, KC_NUM //For ploopy nano
#define TAPHOLD_CAPS KC_CAPS, KC_CAPS
//Custom: things like overriding default shifted key
#define TAPHOLD_COMM KC_COMM, KC_LPRN