[Keyboard] Bugfixes and Readme additions for PloopyCo devices (#13043)

This commit is contained in:
Drashna Jaelre
2021-06-25 20:57:48 -07:00
committed by GitHub
parent 6ef0419bb0
commit 79cc6ce2d0
8 changed files with 87 additions and 39 deletions

View File

@@ -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
};