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
|
@ -11,11 +11,7 @@ static bool buzzer_active = false;
|
|||
static bool initial_keypress = false;
|
||||
|
||||
enum custom_keycodes{
|
||||
#ifdef VIA_ENABLE
|
||||
KC_HPTON = USER00,
|
||||
#else
|
||||
KC_HPTON = SAFE_RANGE,
|
||||
#endif
|
||||
KC_HPTON = QK_KB_0,
|
||||
KC_HPTOFF,
|
||||
KC_HPTTOG,
|
||||
KC_HPTRST,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
enum custom_keycodes{
|
||||
KC_HPTON = USER00,
|
||||
KC_HPTON = QK_KB_0,
|
||||
KC_HPTOFF,
|
||||
KC_HPTTOG,
|
||||
KC_HPTRST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue