Browse Source

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.
pull/13903/head
James Young 2 years ago
committed by GitHub
parent
commit
ae20574f84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions
  1. +1
    -1
      keyboards/barracuda/info.json
  2. +0
    -2
      keyboards/barracuda/rules.mk

+ 1
- 1
keyboards/barracuda/info.json View File

@ -5,7 +5,7 @@
"width": 14,
"height": 3,
"layouts": {
"LAYOUT": {
"LAYOUT_ortho_3x11": {
"layout": [
{"x": 0, "y": 0},
{"x": 1, "y": 0},


+ 0
- 2
keyboards/barracuda/rules.mk View File

@ -20,5 +20,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output
LAYOUTS = ortho_3x11

Loading…
Cancel
Save