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.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/keebio/iris/rev2/config.h b/keyboards/keebio/iris/rev2/config.h
index 500b0fcbd..ab55bf77b 100644
--- a/keyboards/keebio/iris/rev2/config.h
+++ b/keyboards/keebio/iris/rev2/config.h
@@ -60,23 +60,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
60/* ws2812 RGB LED */ 60/* ws2812 RGB LED */
61#define RGB_DI_PIN D3 61#define RGB_DI_PIN D3
62#define RGBLED_NUM 12 // Number of LEDs 62#define RGBLED_NUM 12 // Number of LEDs
63
64#define DYNAMIC_KEYMAP_LAYER_COUNT 4
65
66// EEPROM usage
67
68// TODO: refactor with new user EEPROM code (coming soon)
69#define EEPROM_MAGIC 0x451F
70#define EEPROM_MAGIC_ADDR 34
71// Bump this every time we change what we store
72// This will automatically reset the EEPROM with defaults
73// and avoid loading invalid data from the EEPROM
74#define EEPROM_VERSION 0x08
75#define EEPROM_VERSION_ADDR 36
76
77// Dynamic keymap starts after EEPROM version
78#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
79// Dynamic macro starts after dynamic keymaps (37+(4*10*6*2)) = (37+480)
80#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 517
81#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 507 // 1024-DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR
82#define DYNAMIC_KEYMAP_MACRO_COUNT 16