1
0

Add missing labels to DD keycode definitions (#25503)

* Add missing labels to DD keycode definitions

* Use subscript numbers for MIDI note labels to avoid confusion with eg. F-keys

* Somehow missed these
This commit is contained in:
Ryan
2026-01-11 12:47:15 +11:00
committed by GitHub
parent fe1c3fc835
commit fb27ce6bb2
20 changed files with 607 additions and 111 deletions

View File

@@ -6,6 +6,7 @@
"0x7C7B": {
"group": "quantum",
"key": "QK_LAYER_LOCK",
"label": "Layer Lock",
"aliases": [
"QK_LLCK"
]