VIA Protocol 12 + fixes (#19916)

Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>
This commit is contained in:
Nick Brassel 2023-02-23 09:19:00 +11:00 committed by GitHub
parent 403b0addea
commit 7f805cc779
Failed to generate hash of commit
135 changed files with 761 additions and 572 deletions

View file

@ -23,11 +23,7 @@
#include "quantum_keycodes.h"
enum custom_keycodes {
#ifdef VIA_ENABLE
KC_LOPTN = USER00,
#else
KC_LOPTN = SAFE_RANGE,
#endif
KC_LOPTN = QK_KB_2, // TECH DEBT: Starts at QK_KB_2 to maintain ordering with VIA definitions. See #19884. Revert to QK_KB_0 when VIA catches up with QMK.
KC_ROPTN,
KC_LCMMD,
KC_RCMMD,