forked from mirror/qmk_firmware
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:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user