summaryrefslogtreecommitdiffstats
path: root/keyboards/satt/comet46/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-07-31 15:35:42 +0100
committerGitHub <noreply@github.com>2022-07-31 15:35:42 +0100
commit409790457cdc509c0bf783745f27335ec6806b5d (patch)
treeca873998999b6367a159e5d389481a1483a64e4e /keyboards/satt/comet46/rules.mk
parentbaf34989f1847185a055e9d41783052eccb09d9c (diff)
Refactor satt/comet46 to use core OLED driver (#17856)
Diffstat (limited to 'keyboards/satt/comet46/rules.mk')
-rw-r--r--keyboards/satt/comet46/rules.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/satt/comet46/rules.mk b/keyboards/satt/comet46/rules.mk
index e177fc6441..83f7d905e9 100644
--- a/keyboards/satt/comet46/rules.mk
+++ b/keyboards/satt/comet46/rules.mk
@@ -17,9 +17,8 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
CUSTOM_MATRIX = lite
+OLED_DRIVER = SSD1306
# project specific files
-SRC += matrix.c \
- i2c.c \
- ssd1306.c
+SRC += matrix.c
QUANTUM_LIB_SRC += uart.c