diff options
Diffstat (limited to 'keyboards/fleuron')
-rw-r--r-- | keyboards/fleuron/info.json | 4 | ||||
-rw-r--r-- | keyboards/fleuron/rules.mk | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fleuron/info.json b/keyboards/fleuron/info.json index 2f357d3bf0..78fe64e3a1 100644 --- a/keyboards/fleuron/info.json +++ b/keyboards/fleuron/info.json @@ -1,8 +1,6 @@ { "keyboard_name": "Fleuron v1.0", - "url": "", "maintainer": "qmk", - "bootloader": "", "width": 16, "height": 6, "layouts": { @@ -106,4 +104,4 @@ {"label":"Enter", "x":15, "y":5}] } } -}
\ No newline at end of file +} diff --git a/keyboards/fleuron/rules.mk b/keyboards/fleuron/rules.mk index 5724f3b98d..36e2f74657 100644 --- a/keyboards/fleuron/rules.mk +++ b/keyboards/fleuron/rules.mk @@ -28,7 +28,6 @@ MIDI_ENABLE = no # MIDI support UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 -FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches RGBLIGHT_ENABLE = yes LAYOUTS = ortho_6x16 |