VIA Protocol 12 + fixes (#19916)
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
This commit is contained in:
parent
403b0addea
commit
7f805cc779
135 changed files with 761 additions and 572 deletions
|
@ -41,17 +41,9 @@ 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
|
||||
DPI_CONFIG = QK_KB_0,
|
||||
DRAG_SCROLL,
|
||||
#ifdef VIA_ENABLE
|
||||
PLOOPY_SAFE_RANGE = SAFE_RANGE,
|
||||
#else
|
||||
PLOOPY_SAFE_RANGE,
|
||||
#endif
|
||||
};
|
||||
|
||||
bool encoder_update_user(uint8_t index, bool clockwise);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue