diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-05-26 21:20:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 21:20:10 -0700 |
commit | 2ca7a8677acf43d47d1313b54ccb51eab661c769 (patch) | |
tree | 2705900787f0b8b703c3eae2df2026e6b4322577 /keyboards/fleuron/rules.mk | |
parent | 722b1d655d0d0c911e043a9bed7bed5c42960139 (diff) | |
download | qmk_firmware-2ca7a8677acf43d47d1313b54ccb51eab661c769.tar.gz qmk_firmware-2ca7a8677acf43d47d1313b54ccb51eab661c769.zip |
[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/rules.mk')
-rw-r--r-- | keyboards/fleuron/rules.mk | 3 |
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. |