1
0
Fork 0

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

This commit is contained in:
Drashna Jael're 2021-06-25 20:57:48 -07:00 committed by GitHub
parent 6ef0419bb0
commit 79cc6ce2d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
};