aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/iris/rev2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/iris/rev2/config.h')
-rw-r--r--keyboards/keebio/iris/rev2/config.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/keebio/iris/rev2/config.h b/keyboards/keebio/iris/rev2/config.h
index 938ff05f0..ab55bf77b 100644
--- a/keyboards/keebio/iris/rev2/config.h
+++ b/keyboards/keebio/iris/rev2/config.h
@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#pragma once 18#pragma once
19 19
20#include QMK_KEYBOARD_CONFIG_H
21
22/* USB Device descriptor parameter */ 20/* USB Device descriptor parameter */
23#define VENDOR_ID 0xCB10 21#define VENDOR_ID 0xCB10
24#define PRODUCT_ID 0x1256 22#define PRODUCT_ID 0x1256
@@ -62,23 +60,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
62/* ws2812 RGB LED */ 60/* ws2812 RGB LED */
63#define RGB_DI_PIN D3 61#define RGB_DI_PIN D3
64#define RGBLED_NUM 12 // Number of LEDs 62#define RGBLED_NUM 12 // Number of LEDs
65
66#define DYNAMIC_KEYMAP_LAYER_COUNT 4
67
68// EEPROM usage
69
70// TODO: refactor with new user EEPROM code (coming soon)
71#define EEPROM_MAGIC 0x451F
72#define EEPROM_MAGIC_ADDR 34
73// Bump this every time we change what we store
74// This will automatically reset the EEPROM with defaults
75// and avoid loading invalid data from the EEPROM
76#define EEPROM_VERSION 0x08
77#define EEPROM_VERSION_ADDR 36
78
79// Dynamic keymap starts after EEPROM version
80#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
81// Dynamic macro starts after dynamic keymaps (37+(4*10*6*2)) = (37+480)
82#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 517
83#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 507 // 1024-DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR
84#define DYNAMIC_KEYMAP_MACRO_COUNT 16