aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crkbd
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd')
-rw-r--r--keyboards/crkbd/keymaps/via/config.h29
1 files changed, 11 insertions, 18 deletions
diff --git a/keyboards/crkbd/keymaps/via/config.h b/keyboards/crkbd/keymaps/via/config.h
index aa2d45e56..00af10c7e 100644
--- a/keyboards/crkbd/keymaps/via/config.h
+++ b/keyboards/crkbd/keymaps/via/config.h
@@ -16,31 +16,24 @@ You should have received a copy of the GNU General Public License
16along with this program. If not, see <http://www.gnu.org/licenses/>. 16along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18 18
19
20
21#pragma once 19#pragma once
22 20
23//#define USE_MATRIX_I2C
24#ifdef KEYBOARD_crkbd_rev1_legacy
25# undef USE_I2C
26# define USE_SERIAL
27#endif
28
29/* Select hand configuration */ 21/* Select hand configuration */
30 22
31#define MASTER_LEFT 23#define MASTER_LEFT
32// #define MASTER_RIGHT 24// #define MASTER_RIGHT
33// #define EE_HANDS 25// #define EE_HANDS
34 26
35#define USE_SERIAL_PD2 27#ifdef RGBLIGHT_ENABLE
36 28# undef RGBLED_NUM
37 29# define RGBLIGHT_ANIMATIONS
38#undef RGBLED_NUM 30# define RGBLED_NUM 54
39#define RGBLIGHT_ANIMATIONS 31# define RGBLED_SPLIT \
40#define RGBLED_NUM 27 32 { 27, 27 }
41#define RGBLIGHT_LIMIT_VAL 120 33# define RGBLIGHT_LIMIT_VAL 120
42#define RGBLIGHT_HUE_STEP 10 34# define RGBLIGHT_HUE_STEP 10
43#define RGBLIGHT_SAT_STEP 17 35# define RGBLIGHT_SAT_STEP 17
44#define RGBLIGHT_VAL_STEP 17 36# define RGBLIGHT_VAL_STEP 17
37#endif
45 38
46#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c" 39#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"