diff options
Diffstat (limited to 'quantum/keyboard.c')
| -rw-r--r-- | quantum/keyboard.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c index b98fc64e4..5846507b3 100644 --- a/quantum/keyboard.c +++ b/quantum/keyboard.c | |||
| @@ -97,9 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 97 | #ifdef DIP_SWITCH_ENABLE | 97 | #ifdef DIP_SWITCH_ENABLE |
| 98 | # include "dip_switch.h" | 98 | # include "dip_switch.h" |
| 99 | #endif | 99 | #endif |
| 100 | #ifdef STM32_EEPROM_ENABLE | ||
| 101 | # include "eeprom_stm32.h" | ||
| 102 | #endif | ||
| 103 | #ifdef EEPROM_DRIVER | 100 | #ifdef EEPROM_DRIVER |
| 104 | # include "eeprom_driver.h" | 101 | # include "eeprom_driver.h" |
| 105 | #endif | 102 | #endif |
| @@ -246,9 +243,6 @@ void keyboard_setup(void) { | |||
| 246 | disable_jtag(); | 243 | disable_jtag(); |
| 247 | #endif | 244 | #endif |
| 248 | print_set_sendchar(sendchar); | 245 | print_set_sendchar(sendchar); |
| 249 | #ifdef STM32_EEPROM_ENABLE | ||
| 250 | EEPROM_Init(); | ||
| 251 | #endif | ||
| 252 | #ifdef EEPROM_DRIVER | 246 | #ifdef EEPROM_DRIVER |
| 253 | eeprom_driver_init(); | 247 | eeprom_driver_init(); |
| 254 | #endif | 248 | #endif |
