You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keyboards/keychron/common/keychron_common.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
#include"quantum_keycodes.h"
24
24
25
25
enumcustom_keycodes {
26
-
KC_LOPTN=QK_KB_0,
26
+
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.
Copy file name to clipboardExpand all lines: keyboards/keychron/q1/ansi/keymaps/mkillewald/keymap.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ typedef union {
35
35
user_config_tuser_config;
36
36
37
37
enumcustom_keycodes {
38
-
KC_LIGHT_TAB_TOGGLE=QK_KB_0,
38
+
KC_LIGHT_TAB_TOGGLE=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.
Copy file name to clipboardExpand all lines: keyboards/keychron/q1/iso/keymaps/mkillewald_iso/keymap.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ typedef union {
35
35
user_config_tuser_config;
36
36
37
37
enumcustom_keycodes {
38
-
KC_LIGHT_TAB_TOGGLE=QK_KB_0,
38
+
KC_LIGHT_TAB_TOGGLE=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.
0 commit comments