diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-01-01 11:10:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-01 11:10:47 -0700 |
| commit | a7735b614f683fda94754975409c302aaec5bcf5 (patch) | |
| tree | 437d3df1c724b5ca15c0e877804237abb737950a /keyboards/kprepublic | |
| parent | 3b4d5390f2c203b97d1f1c0b542d0f5cd0cfd5c7 (diff) | |
| download | qmk_firmware-a7735b614f683fda94754975409c302aaec5bcf5.tar.gz qmk_firmware-a7735b614f683fda94754975409c302aaec5bcf5.zip | |
BM60HSRGB Poker rev2: Fix QMK Configurator Implementation (#15697)
* fix layout macro reference
* correct layout data
* correct maintainer field
Diffstat (limited to 'keyboards/kprepublic')
| -rw-r--r-- | keyboards/kprepublic/bm60hsrgb_poker/rev2/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/kprepublic/bm60hsrgb_poker/rev2/info.json b/keyboards/kprepublic/bm60hsrgb_poker/rev2/info.json index 0ad2aa9d3..914334e11 100644 --- a/keyboards/kprepublic/bm60hsrgb_poker/rev2/info.json +++ b/keyboards/kprepublic/bm60hsrgb_poker/rev2/info.json | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "bm60v2_poker", | 2 | "keyboard_name": "bm60v2_poker", |
| 3 | "url": "", | 3 | "url": "", |
| 4 | "maintainer": "qmk", | 4 | "maintainer": "bdtc123", |
| 5 | "layouts": { | 5 | "layouts": { |
| 6 | "LAYOUT": { | 6 | "LAYOUT_60_ansi": { |
| 7 | "layout": [ | 7 | "layout": [ |
| 8 | {"x":0, "y":0}, | 8 | {"x":0, "y":0}, |
| 9 | {"x":1, "y":0}, | 9 | {"x":1, "y":0}, |
| @@ -60,7 +60,7 @@ | |||
| 60 | {"x":9.25, "y":3}, | 60 | {"x":9.25, "y":3}, |
| 61 | {"x":10.25, "y":3}, | 61 | {"x":10.25, "y":3}, |
| 62 | {"x":11.25, "y":3}, | 62 | {"x":11.25, "y":3}, |
| 63 | {"x":14, "y":3,"w":2.75}, | 63 | {"x":12.25, "y":3,"w":2.75}, |
| 64 | 64 | ||
| 65 | {"x":0, "y":4, "w":1.25}, | 65 | {"x":0, "y":4, "w":1.25}, |
| 66 | {"x":1.25, "y":4, "w":1.25}, | 66 | {"x":1.25, "y":4, "w":1.25}, |
