aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/m0lly/rules.mk
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2020-03-18 21:13:12 -0400
committerGitHub <noreply@github.com>2020-03-19 01:13:12 +0000
commit19d7cbc8584ed5c0ec1f768a27767496eeae66f8 (patch)
tree3a699d143690057c510e8f20d99adb6d26631ef1 /keyboards/m0lly/rules.mk
parent73f903906ee86e70c301da2f1d70a22f58cdbdf1 (diff)
downloadfirmware-19d7cbc8584ed5c0ec1f768a27767496eeae66f8.tar.gz
firmware-19d7cbc8584ed5c0ec1f768a27767496eeae66f8.tar.bz2
firmware-19d7cbc8584ed5c0ec1f768a27767496eeae66f8.zip
M0lly: refactor OLED support and qmk-dfu bootloader (#8475)
Diffstat (limited to 'keyboards/m0lly/rules.mk')
-rw-r--r--keyboards/m0lly/rules.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/m0lly/rules.mk b/keyboards/m0lly/rules.mk
index 60140160c..05e629075 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