[Keyboard] Bugfixes and Readme additions for PloopyCo devices (#13043)
This commit is contained in:
parent
6ef0419bb0
commit
79cc6ce2d0
8 changed files with 87 additions and 39 deletions
|
@ -49,6 +49,15 @@ typedef union {
|
|||
extern keyboard_config_t keyboard_config;
|
||||
|
||||
enum ploopy_keycodes {
|
||||
#ifdef VIA_ENABLE
|
||||
DPI_CONFIG = USER00,
|
||||
#else
|
||||
DPI_CONFIG = SAFE_RANGE,
|
||||
#endif
|
||||
DRAG_SCROLL,
|
||||
#ifdef VIA_ENABLE
|
||||
PLOOPY_SAFE_RANGE = SAFE_RANGE,
|
||||
#else
|
||||
PLOOPY_SAFE_RANGE,
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue