diff options
| author | Nick Brassel | 2024-08-27 02:52:23 +0200 |
|---|---|---|
| committer | GitHub | 2024-08-27 02:52:23 +0200 |
| commit | 70cbf08b673c2cc59e603503e834ac460040ecc1 (patch) | |
| tree | 3843e6c36e6564a1a6842cc15adc276cd29ce0d2 /data/constants/keycodes/keycodes_0.0.5_quantum.hjson | |
| parent | ecf725b356e999799f30f0fcaa9e0848cc3163ca (diff) | |
Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)
Diffstat (limited to 'data/constants/keycodes/keycodes_0.0.5_quantum.hjson')
| -rw-r--r-- | data/constants/keycodes/keycodes_0.0.5_quantum.hjson | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.5_quantum.hjson b/data/constants/keycodes/keycodes_0.0.5_quantum.hjson new file mode 100644 index 0000000000..814cd66a5b --- /dev/null +++ b/data/constants/keycodes/keycodes_0.0.5_quantum.hjson @@ -0,0 +1,7 @@ +{ + "keycodes": { + "0x7C20": "!delete!", // old QK_OUTPUT_AUTO + "0x7C21": "!delete!", // old QK_OUTPUT_USB + "0x7C22": "!delete!", // old QK_OUTPUT_BLUETOOTH + } +} |