Browse Source

Resolve layout macro inconsistencies for rmkeebs/rm_numpad (#16856)

pull/16868/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
b331c98ca4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      keyboards/rmkeebs/rm_numpad/info.json

+ 3
- 3
keyboards/rmkeebs/rm_numpad/info.json View File

@ -3,7 +3,7 @@
"url": "https://www.rmkeebs.com/product/rm-numpad/",
"maintainer": "RuckerMachine",
"layouts": {
"LAYOUT_default": {
"LAYOUT_numpad_6x4": {
"layout": [
{"label": "Pause", "x": 0, "y": 0.25},
{"label": "Prev", "x": 1, "y": 0.25},
@ -33,7 +33,7 @@
{"label": ".", "x": 2, "y": 5.25}
]
},
"LAYOUT_split_plus": {
"LAYOUT_split_plus_6x4": {
"layout": [
{"label": "Pause", "x": 0, "y": 0.25},
{"label": "Prev", "x": 1, "y": 0.25},
@ -64,7 +64,7 @@
{"label": ".", "x": 2, "y": 5.25}
]
},
"LAYOUT_ortho": {
"LAYOUT_ortho_6x4": {
"layout": [
{"label": "Pause", "x": 0, "y": 0.25},
{"label": "Prev", "x": 1, "y": 0.25},


Loading…
Cancel
Save