[Keyboard] PloopyCo VIA updates (#11290)
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Glen D'souza <gdsouza@linuxmail.org>
This commit is contained in:
parent
9ee1282019
commit
e768fb83bd
10 changed files with 144 additions and 116 deletions
|
@ -47,8 +47,18 @@ typedef union {
|
|||
} keyboard_config_t;
|
||||
|
||||
extern keyboard_config_t keyboard_config;
|
||||
extern uint16_t dpi_array[];
|
||||
|
||||
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