aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mxss
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-09-15 09:21:36 +0100
committerGitHub <noreply@github.com>2021-09-15 01:21:36 -0700
commitfa141a5a8fc3b3f439385db990ec34ad3bbbcb16 (patch)
tree6b8f1107ab2f3b896ebef97ef30156a2e9eae3e1 /keyboards/mxss
parentb63453a75bc3e49802c7df1d2ff5b2ea95a5354f (diff)
downloadqmk_firmware-fa141a5a8fc3b3f439385db990ec34ad3bbbcb16.tar.gz
qmk_firmware-fa141a5a8fc3b3f439385db990ec34ad3bbbcb16.zip
Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)
Diffstat (limited to 'keyboards/mxss')
-rw-r--r--keyboards/mxss/rgblight.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/mxss/rgblight.c b/keyboards/mxss/rgblight.c
index d2d79815c..b2df351c5 100644
--- a/keyboards/mxss/rgblight.c
+++ b/keyboards/mxss/rgblight.c
@@ -23,10 +23,6 @@
23#ifdef EEPROM_ENABLE 23#ifdef EEPROM_ENABLE
24# include "eeprom.h" 24# include "eeprom.h"
25#endif 25#endif
26#ifdef STM32_EEPROM_ENABLE
27# include <hal.h>
28# include "eeprom_stm32.h"
29#endif
30#include "wait.h" 26#include "wait.h"
31#include "progmem.h" 27#include "progmem.h"
32#include "timer.h" 28#include "timer.h"