aboutsummaryrefslogtreecommitdiff
path: root/users/bcat
diff options
context:
space:
mode:
authorJonathan Rascher <jon@bcat.name>2019-12-26 09:46:18 -0600
committerJoel Challis <git@zvecr.com>2019-12-26 15:46:18 +0000
commit12baca129545bbd194fc95e542abfd6fcf552f47 (patch)
treea9620ddd8cece2ee4216af74db84a7efea58445d /users/bcat
parent4edc8fc3c70c30dbcc927dbfc8570369cbc325d6 (diff)
downloadqmk_firmware-12baca129545bbd194fc95e542abfd6fcf552f47.tar.gz
qmk_firmware-12baca129545bbd194fc95e542abfd6fcf552f47.zip
Initial Crkbd layout (#7716)
Diffstat (limited to 'users/bcat')
-rw-r--r--users/bcat/config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h
index f6be07bf6..6b132a429 100644
--- a/users/bcat/config.h
+++ b/users/bcat/config.h
@@ -22,6 +22,26 @@
22 */ 22 */
23#define TAPPING_FORCE_HOLD 23#define TAPPING_FORCE_HOLD
24 24
25#if defined(RGB_MATRIX_ENABLE)
26 /* Turn off per-key RGB when the host goes to sleep. */
27 #define RGB_DISABLE_WHEN_USB_SUSPENDED true
28
29 /* Keep per-key RGB increments consistent across keyboards. */
30 #undef RGB_MATRIX_HUE_STEP
31 #undef RGB_MATRIX_SAT_STEP
32 #undef RGB_MATRIX_VAL_STEP
33 #undef RGB_MATRIX_SPD_STEP
34
35 #define RGB_MATRIX_HUE_STEP 8
36 #define RGB_MATRIX_SAT_STEP 17
37 #define RGB_MATRIX_VAL_STEP 17
38 #define RGB_MATRIX_SPD_STEP 17
39
40 /* Turn on additional RGB animations. */
41 #define RGB_MATRIX_FRAMEBUFFER_EFFECTS
42 #define RGB_MATRIX_KEYPRESSES
43#endif
44
25#if defined(RGBLIGHT_ENABLE) 45#if defined(RGBLIGHT_ENABLE)
26 /* Turn off RGB underglow when the host goes to sleep. */ 46 /* Turn off RGB underglow when the host goes to sleep. */
27 #define RGBLIGHT_SLEEP 47 #define RGBLIGHT_SLEEP