diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-27 04:20:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-27 04:20:40 +0000 |
commit | 1593e78c97fe01d801a3936cf50eb169ed34c5e7 (patch) | |
tree | 4b24e622f7d03118909f56c311ac28b0a66a5c48 /keyboards | |
parent | 452a5216e273569d9669d10e00720c747e51949b (diff) | |
parent | 2ca7a8677acf43d47d1313b54ccb51eab661c769 (diff) | |
download | qmk_firmware-1593e78c97fe01d801a3936cf50eb169ed34c5e7.tar.gz qmk_firmware-1593e78c97fe01d801a3936cf50eb169ed34c5e7.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-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. |