summaryrefslogtreecommitdiff
path: root/keyboards/fleuron
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-05-26 21:20:10 -0700
committerGitHub <noreply@github.com>2021-05-26 21:20:10 -0700
commit2ca7a8677acf43d47d1313b54ccb51eab661c769 (patch)
tree2705900787f0b8b703c3eae2df2026e6b4322577 /keyboards/fleuron
parent722b1d655d0d0c911e043a9bed7bed5c42960139 (diff)
[Keyboard] Removed LAYOUTS = ortho_6x16 (#12983)
Removed ortho_6x16 community layout support by commenting out the line. This can be reversed if that layout ever gets added.
Diffstat (limited to 'keyboards/fleuron')
-rw-r--r--keyboards/fleuron/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/fleuron/rules.mk b/keyboards/fleuron/rules.mk
index 36e2f74657..b18c5723ae 100644
--- a/keyboards/fleuron/rules.mk
+++ b/keyboards/fleuron/rules.mk
@@ -30,4 +30,5 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
RGBLIGHT_ENABLE = yes
-LAYOUTS = ortho_6x16
+
+#LAYOUTS = ortho_6x16 # Disabled because layouts directory does not have an ortho_6x16 layout set up.