aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/split_3x6_3/bcat/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/split_3x6_3/bcat/config.h')
-rw-r--r--layouts/community/split_3x6_3/bcat/config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/layouts/community/split_3x6_3/bcat/config.h b/layouts/community/split_3x6_3/bcat/config.h
index b8743429c..556fb90d5 100644
--- a/layouts/community/split_3x6_3/bcat/config.h
+++ b/layouts/community/split_3x6_3/bcat/config.h
@@ -16,12 +16,13 @@
16 16
17#pragma once 17#pragma once
18 18
19#define BCAT_ORTHO_LAYERS
20
19#if defined(KEYBOARD_crkbd_rev1) 21#if defined(KEYBOARD_crkbd_rev1)
20# define EE_HANDS 22# define EE_HANDS
21 23
22# if defined(RGB_MATRIX_ENABLE) 24# if defined(OLED_ENABLE)
23/* Limit max RGB LED current to avoid tripping controller fuse. */ 25# undef OLED_FONT_H
24# undef RGB_MATRIX_MAXIMUM_BRIGHTNESS 26# define OLED_FONT_H "lib/glcdfont.c"
25# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
26# endif 27# endif
27#endif 28#endif