From 2ca7a8677acf43d47d1313b54ccb51eab661c769 Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Wed, 26 May 2021 21:20:10 -0700 Subject: [PATCH] [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. --- keyboards/fleuron/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboards/fleuron/rules.mk b/keyboards/fleuron/rules.mk index 36e2f7465..b18c5723a 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.