Render layers with 'qmk info' logic

This commit is contained in:
zvecr 2022-05-11 01:52:48 +01:00
parent 87106e44c8
commit 68208278e0
2 changed files with 28 additions and 5 deletions

View file

@ -210,7 +210,7 @@
"0x0028": {
"group": "basic",
"key": "KC_ENTER",
"label": "0",
"label": "Enter",
"aliases": [
"KC_ENT"
]
@ -218,7 +218,7 @@
"0x0029": {
"group": "basic",
"key": "KC_ESCAPE",
"label": "0",
"label": "Esc",
"aliases": [
"KC_ESC"
]
@ -226,7 +226,7 @@
"0x002a": {
"group": "basic",
"key": "KC_BACKSPACE",
"label": "0",
"label": "Backspace",
"aliases": [
"KC_BSPC"
]