diff options
author | QMK Bot <hello@qmk.fm> | 2023-01-20 05:44:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-01-20 05:44:42 +0000 |
commit | 560b981746ad5fb173d4f6e28e4b3b7dda317309 (patch) | |
tree | f2657032e3ff7c3447fab8f4ecfdd30348fdac36 /keyboards/flehrad/numbrero/info.json | |
parent | 64c04640ce4f997eb564d21cdef9502aa24caa12 (diff) | |
parent | 53cc6170ae2687b0c894f05738181a2f16ad0d6c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/flehrad/numbrero/info.json')
-rw-r--r-- | keyboards/flehrad/numbrero/info.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/flehrad/numbrero/info.json b/keyboards/flehrad/numbrero/info.json index 30c93d035c..b900919920 100644 --- a/keyboards/flehrad/numbrero/info.json +++ b/keyboards/flehrad/numbrero/info.json @@ -8,8 +8,12 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "layout_aliases": { + "LAYOUT_numbrero_numpad": "LAYOUT_numpad", + "LAYOUT_numbrero_ortho": "LAYOUT_ortho" + }, "layouts": { - "LAYOUT_numbrero_numpad": { + "LAYOUT_numpad": { "layout": [ {"label":"K00", "x":0, "y":0}, {"label":"K01", "x":1, "y":0}, @@ -34,7 +38,7 @@ {"label":"K34", "x":4, "y":3, "h":2} ] }, - "LAYOUT_numbrero_ortho": { + "LAYOUT_ortho": { "layout": [ {"label":"K00", "x":0, "y":0}, {"label":"K01", "x":1, "y":0}, |