diff options
author | Drashna Jaelre <drashna@live.com> | 2021-02-14 20:09:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 20:09:24 -0800 |
commit | e768fb83bdf1bc292cefc9f3f70cb1597c3108fc (patch) | |
tree | 923d17e5a01a8553e2d4b7b60f6b21540424023b /keyboards/ploopyco/mouse/mouse.h | |
parent | 9ee12820197f38f6618b78f92481f3ffd2d8b7e5 (diff) |
[Keyboard] PloopyCo VIA updates (#11290)
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Glen D'souza <gdsouza@linuxmail.org>
Diffstat (limited to 'keyboards/ploopyco/mouse/mouse.h')
-rw-r--r-- | keyboards/ploopyco/mouse/mouse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/ploopyco/mouse/mouse.h b/keyboards/ploopyco/mouse/mouse.h index f80449c187..5d49d2f2d2 100644 --- a/keyboards/ploopyco/mouse/mouse.h +++ b/keyboards/ploopyco/mouse/mouse.h @@ -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 }; |