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

@@ -3,6 +3,7 @@
"0x7C77": {
"group": "quantum",
"key": "QK_TRI_LAYER_LOWER",
"label": "Lower",
"aliases": [
"TL_LOWR"
]
@@ -10,6 +11,7 @@
"0x7C78": {
"group": "quantum",
"key": "QK_TRI_LAYER_UPPER",
"label": "Upper",
"aliases": [
"TL_UPPR"
]