From 9e6e01cabb5045dcc61ff82aa0a2820f2aacdd69 Mon Sep 17 00:00:00 2001 From: yiancar Date: Wed, 22 Jan 2020 20:44:12 +0000 Subject: [PATCH] eeprom size fix (#7969) --- keyboards/nk65/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/nk65/config.h b/keyboards/nk65/config.h index 46450a14c..826e54180 100755 --- a/keyboards/nk65/config.h +++ b/keyboards/nk65/config.h @@ -140,7 +140,7 @@ along with this program. If not, see . // Backlight config starts after VIA's EEPROM usage, // dynamic keymaps start after this. -#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31 +#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32 // VIA lighting is handled by the keyboard-level code #define VIA_CUSTOM_LIGHTING_ENABLE