Skip to content

Commit

Permalink
[TractylM] Only enable RTC for f411
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Aug 5, 2024
1 parent 6ad204c commit 66869a1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ifeq ($(strip $(KEYBOARD)), handwired/tractyl_manuform/5x6_right/f411)
RTC_DRIVER = ds3231
WATCHDOG_ENABLE = yes
OLED_ENABLE = yes
RTC_ENABLE = yes
endif
ifeq ($(strip $(KEYBOARD)), handwired/tractyl_manuform/5x6_right/f405_coreboard)
BOOTLOADER = tinyuf2
Expand All @@ -59,6 +60,8 @@ ifeq ($(strip $(KEYBOARD)), handwired/tractyl_manuform/5x6_right/f405_coreboard)
BACKLIGHT_ENABLE = yes
QUANTUM_PAINTER_ENABLE = yes
QUANTUM_PAINTER_DRIVERS += ili9341_spi
CUSTOM_QUANTUM_PAINTER_ENABLE = yes
KEYLOGGER_ENABLE = yes
endif
ifeq ($(strip $(OVERLOAD_FEATURES)), yes)
AUDIO_ENABLE = yes
Expand All @@ -72,7 +75,6 @@ ifeq ($(strip $(OVERLOAD_FEATURES)), yes)
TAP_DANCE_ENABLE = yes
SWAP_HANDS_ENABLE = yes
WPM_ENABLE = yes
RTC_ENABLE = yes
SENTENCE_CASE_ENABLE = yes
KEY_CANCELLATION_ENABLE = yes
endif

0 comments on commit 66869a1

Please sign in to comment.