From ae20574f84e11c1c9ef3c8dfdb1bd4d3274e9bff Mon Sep 17 00:00:00 2001
From: James Young <18669334+noroadsleft@users.noreply.github.com>
Date: Tue, 3 Aug 2021 19:09:25 -0700
Subject: [PATCH] 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.
---
 keyboards/barracuda/info.json | 2 +-
 keyboards/barracuda/rules.mk  | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/keyboards/barracuda/info.json b/keyboards/barracuda/info.json
index ac43850dae..41b9815114 100644
--- a/keyboards/barracuda/info.json
+++ b/keyboards/barracuda/info.json
@@ -5,7 +5,7 @@
     "width": 14,
     "height": 3,
     "layouts": {
-        "LAYOUT": {
+        "LAYOUT_ortho_3x11": {
             "layout": [
                 {"x": 0, "y": 0},
                 {"x": 1, "y": 0},
diff --git a/keyboards/barracuda/rules.mk b/keyboards/barracuda/rules.mk
index 7233e7c00f..09a21e9e0b 100644
--- a/keyboards/barracuda/rules.mk
+++ b/keyboards/barracuda/rules.mk
@@ -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