diff options
author | Nick Brassel <nick@tzarc.org> | 2024-08-27 10:52:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 10:52:23 +1000 |
commit | 70cbf08b673c2cc59e603503e834ac460040ecc1 (patch) | |
tree | 3843e6c36e6564a1a6842cc15adc276cd29ce0d2 /quantum/quantum_keycodes_legacy.h | |
parent | ecf725b356e999799f30f0fcaa9e0848cc3163ca (diff) |
Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
-rw-r--r-- | quantum/quantum_keycodes_legacy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h index e1562077e5..21aec90675 100644 --- a/quantum/quantum_keycodes_legacy.h +++ b/quantum/quantum_keycodes_legacy.h @@ -55,3 +55,5 @@ #define KC_ACL1 QK_MOUSE_ACCELERATION_1 #define KC_MS_ACCEL2 QK_MOUSE_ACCELERATION_2 #define KC_ACL2 QK_MOUSE_ACCELERATION_2 + +#define QK_OUTPUT_AUTO OU_AUTO |