diff options
author | TerryMathews <terry@terrymathews.net> | 2020-03-18 21:13:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 01:13:12 +0000 |
commit | 19d7cbc8584ed5c0ec1f768a27767496eeae66f8 (patch) | |
tree | 3a699d143690057c510e8f20d99adb6d26631ef1 /keyboards/m0lly/rules.mk | |
parent | 73f903906ee86e70c301da2f1d70a22f58cdbdf1 (diff) |
M0lly: refactor OLED support and qmk-dfu bootloader (#8475)
Diffstat (limited to 'keyboards/m0lly/rules.mk')
-rw-r--r-- | keyboards/m0lly/rules.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/m0lly/rules.mk b/keyboards/m0lly/rules.mk index 60140160c2..05e6290759 100644 --- a/keyboards/m0lly/rules.mk +++ b/keyboards/m0lly/rules.mk @@ -9,12 +9,12 @@ MCU = at90usb1286 # QMK DFU qmk-dfu # ATmega32A bootloadHID # ATmega328P USBasp -BOOTLOADER = atmel-dfu +BOOTLOADER = qmk-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug @@ -29,6 +29,4 @@ MIDI_ENABLE = no # MIDI controls UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 - -SRC = i2c.c \ - ssd1306.c +OLED_DRIVER_ENABLE = yes
\ No newline at end of file |