Skip to content

Commit

Permalink
[TractylM] Enable SPI flash eeprom on f407
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Dec 3, 2024
1 parent c566191 commit 4d9d266
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ifeq ($(strip $(KEYBOARD)), handwired/tractyl_manuform/5x6_right/f407)
CUSTOM_QUANTUM_PAINTER_ENABLE = yes
DISPLAY_KEYLOGGER_ENABLE = yes
I2C_DRIVER_REQUIRED = yes
WEAR_LEVELING_DRIVER = spi_flash
endif

ifeq ($(strip $(OVERLOAD_FEATURES)), yes)
Expand Down

0 comments on commit 4d9d266

Please sign in to comment.