aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ai03/lunar/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ai03/lunar/config.h')
-rw-r--r--keyboards/ai03/lunar/config.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/ai03/lunar/config.h b/keyboards/ai03/lunar/config.h
index f7f3262ac..5bc0a0c49 100644
--- a/keyboards/ai03/lunar/config.h
+++ b/keyboards/ai03/lunar/config.h
@@ -242,25 +242,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
242/* Bootmagic Lite key configuration */ 242/* Bootmagic Lite key configuration */
243// #define BOOTMAGIC_LITE_ROW 0 243// #define BOOTMAGIC_LITE_ROW 0
244// #define BOOTMAGIC_LITE_COLUMN 0 244// #define BOOTMAGIC_LITE_COLUMN 0
245
246/* VIA Configurator Compatibility */
247
248#define DYNAMIC_KEYMAP_LAYER_COUNT 4
249
250// EEPROM usage
251
252#define EEPROM_MAGIC 0x451F
253#define EEPROM_MAGIC_ADDR 34
254// Bump this every time we change what we store
255// This will automatically reset the EEPROM with defaults
256// and avoid loading invalid data from the EEPROM
257#define EEPROM_VERSION 0x08
258#define EEPROM_VERSION_ADDR 36
259
260// Dynamic keymap starts after EEPROM version
261#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
262// DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR = DYNAMIC_KEYMAP_EEPROM_ADDR + (DYNAMIC_KEYMAP_LAYER_COUNT * MATRIX_ROWS * MATRIX_COLS * 2)
263#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 637
264// DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE = 1024 - DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR
265#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 387
266#define DYNAMIC_KEYMAP_MACRO_COUNT 16