mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 23:54:17 -04:00
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:
parent
94849eef72
commit
a370965d1c
4 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue