diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-03 19:09:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 03:09:25 +0100 |
| commit | ae20574f84e11c1c9ef3c8dfdb1bd4d3274e9bff (patch) | |
| tree | 1c081fbb84c8335a48fd87d8fe5c238ea157eb49 | |
| parent | a0f2be18a40b157fc22720d127da9b312b1232bf (diff) | |
| download | qmk_firmware-ae20574f84e11c1c9ef3c8dfdb1bd4d3274e9bff.tar.gz qmk_firmware-ae20574f84e11c1c9ef3c8dfdb1bd4d3274e9bff.zip | |
barracuda: update info.json layout macro reference (#13874)
* barracuda: update info.json layout macro reference
- change LAYOUT to LAYOUT_ortho_3x11
* remove Community Layouts rule
ortho_3x11 isn't a valid Community Layout.
| -rw-r--r-- | keyboards/barracuda/info.json | 2 | ||||
| -rw-r--r-- | keyboards/barracuda/rules.mk | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/barracuda/info.json b/keyboards/barracuda/info.json index ac43850da..41b981511 100644 --- a/keyboards/barracuda/info.json +++ b/keyboards/barracuda/info.json | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | "width": 14, | 5 | "width": 14, |
| 6 | "height": 3, | 6 | "height": 3, |
| 7 | "layouts": { | 7 | "layouts": { |
| 8 | "LAYOUT": { | 8 | "LAYOUT_ortho_3x11": { |
| 9 | "layout": [ | 9 | "layout": [ |
| 10 | {"x": 0, "y": 0}, | 10 | {"x": 0, "y": 0}, |
| 11 | {"x": 1, "y": 0}, | 11 | {"x": 1, "y": 0}, |
diff --git a/keyboards/barracuda/rules.mk b/keyboards/barracuda/rules.mk index 7233e7c00..09a21e9e0 100644 --- a/keyboards/barracuda/rules.mk +++ b/keyboards/barracuda/rules.mk | |||
| @@ -20,5 +20,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
| 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | |||
| 24 | LAYOUTS = ortho_3x11 | ||
