diff options
Diffstat (limited to 'keyboards/mechlovin/adelais/rules.mk')
-rw-r--r-- | keyboards/mechlovin/adelais/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mechlovin/adelais/rules.mk b/keyboards/mechlovin/adelais/rules.mk index 0b6e62c603..da4ad3e57c 100644 --- a/keyboards/mechlovin/adelais/rules.mk +++ b/keyboards/mechlovin/adelais/rules.mk @@ -1,5 +1,6 @@ # MCU name MCU = STM32F303 +BOARD = QMK_PROTON_C # Build Options @@ -17,8 +18,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover MIDI_ENABLE = no # MIDI support 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 LAYOUTS = alice alice_split_bs -DEFAULT_FOLDER = mechlovin/adelais/standard_led/rev2
\ No newline at end of file +DEFAULT_FOLDER = mechlovin/adelais/standard_led/rev2 |