aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio')
-rw-r--r--keyboards/keebio/iris/iris.h2
-rw-r--r--keyboards/keebio/iris/keymaps/osiris/rules.mk5
-rw-r--r--keyboards/keebio/iris/keymaps/via/config.h20
-rw-r--r--keyboards/keebio/iris/keymaps/via/rules.mk8
-rw-r--r--keyboards/keebio/iris/rev1/config.h20
-rw-r--r--keyboards/keebio/iris/rev1_led/config.h20
-rw-r--r--keyboards/keebio/iris/rev2/config.h20
-rw-r--r--keyboards/keebio/iris/rev3/config.h20
-rw-r--r--keyboards/keebio/iris/rev4/config.h20
9 files changed, 2 insertions, 133 deletions
diff --git a/keyboards/keebio/iris/iris.h b/keyboards/keebio/iris/iris.h
index 5e6bc5b58..878d57897 100644
--- a/keyboards/keebio/iris/iris.h
+++ b/keyboards/keebio/iris/iris.h
@@ -13,7 +13,7 @@
13#endif 13#endif
14 14
15#include "quantum.h" 15#include "quantum.h"
16#include "../../wilba_tech/via_keycodes.h" 16#include "via.h"
17 17
18// Used to create a keymap using only KC_ prefixed keys 18// Used to create a keymap using only KC_ prefixed keys
19#define LAYOUT_kc( \ 19#define LAYOUT_kc( \
diff --git a/keyboards/keebio/iris/keymaps/osiris/rules.mk b/keyboards/keebio/iris/keymaps/osiris/rules.mk
index f2788b5f7..45c570a3b 100644
--- a/keyboards/keebio/iris/keymaps/osiris/rules.mk
+++ b/keyboards/keebio/iris/keymaps/osiris/rules.mk
@@ -1,8 +1,3 @@
1RGBLIGHT_ENABLE = yes 1RGBLIGHT_ENABLE = yes
2BACKLIGHT_ENABLE = yes 2BACKLIGHT_ENABLE = yes
3MOUSEKEY_ENABLE = yes 3MOUSEKEY_ENABLE = yes
4
5# VIA Support - Comment these 3 lines out to disable
6# RAW_ENABLE = yes
7# DYNAMIC_KEYMAP_ENABLE = yes
8# SRC += keyboards/wilba_tech/wt_main.c \ No newline at end of file
diff --git a/keyboards/keebio/iris/keymaps/via/config.h b/keyboards/keebio/iris/keymaps/via/config.h
deleted file mode 100644
index f2498e592..000000000
--- a/keyboards/keebio/iris/keymaps/via/config.h
+++ /dev/null
@@ -1,20 +0,0 @@
1/*
2Copyright 2017 Danny Nguyen <danny@keeb.io>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/keebio/iris/keymaps/via/rules.mk b/keyboards/keebio/iris/keymaps/via/rules.mk
index ca2680325..1e5b99807 100644
--- a/keyboards/keebio/iris/keymaps/via/rules.mk
+++ b/keyboards/keebio/iris/keymaps/via/rules.mk
@@ -1,7 +1 @@
1RGBLIGHT_ENABLE = yes VIA_ENABLE = yes
2BACKLIGHT_ENABLE = yes
3
4# VIA Support - Comment these 3 lines out to disable
5RAW_ENABLE = yes
6DYNAMIC_KEYMAP_ENABLE = yes
7SRC += keyboards/wilba_tech/wt_main.c
diff --git a/keyboards/keebio/iris/rev1/config.h b/keyboards/keebio/iris/rev1/config.h
index 7b88fe5de..a6b14138e 100644
--- a/keyboards/keebio/iris/rev1/config.h
+++ b/keyboards/keebio/iris/rev1/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
diff --git a/keyboards/keebio/iris/rev1_led/config.h b/keyboards/keebio/iris/rev1_led/config.h
index ec78ef67f..5f93a61df 100644
--- a/keyboards/keebio/iris/rev1_led/config.h
+++ b/keyboards/keebio/iris/rev1_led/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
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
diff --git a/keyboards/keebio/iris/rev3/config.h b/keyboards/keebio/iris/rev3/config.h
index eeb999ad4..8c6f4ad08 100644
--- a/keyboards/keebio/iris/rev3/config.h
+++ b/keyboards/keebio/iris/rev3/config.h
@@ -69,23 +69,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
69#define RGB_DI_PIN F7 69#define RGB_DI_PIN F7
70#define RGBLED_NUM 12 // Number of LEDs 70#define RGBLED_NUM 12 // Number of LEDs
71#define RGBLED_SPLIT { 6, 6 } 71#define RGBLED_SPLIT { 6, 6 }
72
73#define DYNAMIC_KEYMAP_LAYER_COUNT 4
74
75// EEPROM usage
76
77// TODO: refactor with new user EEPROM code (coming soon)
78#define EEPROM_MAGIC 0x451F
79#define EEPROM_MAGIC_ADDR 34
80// Bump this every time we change what we store
81// This will automatically reset the EEPROM with defaults
82// and avoid loading invalid data from the EEPROM
83#define EEPROM_VERSION 0x08
84#define EEPROM_VERSION_ADDR 36
85
86// Dynamic keymap starts after EEPROM version
87#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
88// Dynamic macro starts after dynamic keymaps (37+(4*10*6*2)) = (37+480)
89#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 517
90#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 507 // 1024-DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR
91#define DYNAMIC_KEYMAP_MACRO_COUNT 16
diff --git a/keyboards/keebio/iris/rev4/config.h b/keyboards/keebio/iris/rev4/config.h
index b4bcd6139..87fdafcd5 100644
--- a/keyboards/keebio/iris/rev4/config.h
+++ b/keyboards/keebio/iris/rev4/config.h
@@ -73,23 +73,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
73#define RGB_DI_PIN D6 73#define RGB_DI_PIN D6
74#define RGBLED_NUM 12 // Number of LEDs 74#define RGBLED_NUM 12 // Number of LEDs
75#define RGBLED_SPLIT { 6, 6 } 75#define RGBLED_SPLIT { 6, 6 }
76
77#define DYNAMIC_KEYMAP_LAYER_COUNT 4
78
79// EEPROM usage
80
81// TODO: refactor with new user EEPROM code (coming soon)
82#define EEPROM_MAGIC 0x451F
83#define EEPROM_MAGIC_ADDR 34
84// Bump this every time we change what we store
85// This will automatically reset the EEPROM with defaults
86// and avoid loading invalid data from the EEPROM
87#define EEPROM_VERSION 0x08
88#define EEPROM_VERSION_ADDR 36
89
90// Dynamic keymap starts after EEPROM version
91#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
92// Dynamic macro starts after dynamic keymaps (37+(4*10*6*2)) = (37+480)
93#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 517
94#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 507 // 1024-DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR
95#define DYNAMIC_KEYMAP_MACRO_COUNT 16