aboutsummaryrefslogtreecommitdiff
path: root/keyboards/projectkb/alice/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/projectkb/alice/config.h')
-rw-r--r--keyboards/projectkb/alice/config.h26
1 files changed, 3 insertions, 23 deletions
diff --git a/keyboards/projectkb/alice/config.h b/keyboards/projectkb/alice/config.h
index cc0386ae6..4a068a889 100644
--- a/keyboards/projectkb/alice/config.h
+++ b/keyboards/projectkb/alice/config.h
@@ -58,29 +58,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
58#define PIN_WS2812 15 58#define PIN_WS2812 15
59#define WS2812_SPI SPID2 59#define WS2812_SPI SPID2
60 60
61 61// Backlight config starts after VIA's EEPROM usage,
62// EEPROM usage 62// dynamic keymaps start after this.
63// TODO: refactor with new user EEPROM code (coming soon) 63#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 1
64#define EEPROM_MAGIC 0x451F
65#define EEPROM_MAGIC_ADDR 32
66// Bump this every time we change what we store
67// This will automatically reset the EEPROM with defaults
68// and avoid loading invalid data from the EEPROM
69#define EEPROM_VERSION 0x01
70#define EEPROM_VERSION_ADDR 34
71
72#define EEPROM_CUSTOM_BACKLIGHT 804
73
74#undef EEPROM_MAGIC_ADDR
75#define EEPROM_MAGIC_ADDR 34
76#undef EEPROM_VERSION_ADDR
77#define EEPROM_VERSION_ADDR 36
78#undef RGB_BACKLIGHT_CONFIG_EEPROM_ADDR
79#define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 37
80#undef DYNAMIC_KEYMAP_EEPROM_ADDR
81#define DYNAMIC_KEYMAP_EEPROM_ADDR 68
82#undef DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR
83#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 66
84 64
85/* 65/*
86 * Feature disable options 66 * Feature disable options