Update config.h

This commit is contained in:
lalalademaxiya1 2022-01-20 15:22:49 +08:00
parent 1d45a038d5
commit daab54dcb9

View File

@ -63,6 +63,9 @@
/* Set USB polling rate as 1 milliseconds */
#define USB_POLLING_INTERVAL_MS 1
/* We have 2KB EEPROM size on STM32L432 */
#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047
/* Use 5 dynamic keymap layers */
#define DYNAMIC_KEYMAP_LAYER_COUNT 5