summaryrefslogtreecommitdiff
path: root/keyboards/bastardkb
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-10-13 03:43:50 +1100
committerGitHub <noreply@github.com>2024-10-12 18:43:50 +0200
commit6fa11bf21913b5ccb531acc3c2baec963f4d384a (patch)
treeaaf6188a4579949cc1fbac61d0fee5234b97996a /keyboards/bastardkb
parent5c97a78ce6ab45643dcb420ba2ad20c30dcd5b8a (diff)
Separate RGBLight/RGB Matrix keycode handling (#23679)
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
Diffstat (limited to 'keyboards/bastardkb')
-rw-r--r--keyboards/bastardkb/charybdis/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/bastardkb/charybdis/config.h b/keyboards/bastardkb/charybdis/config.h
index 32ab7b0ebb..ebbddecf57 100644
--- a/keyboards/bastardkb/charybdis/config.h
+++ b/keyboards/bastardkb/charybdis/config.h
@@ -34,13 +34,6 @@
34 34
35/* RGB matrix support. */ 35/* RGB matrix support. */
36#ifdef RGB_MATRIX_ENABLE 36#ifdef RGB_MATRIX_ENABLE
37# ifndef __arm__
38// Disable control of RGB matrix by keycodes (must use firmware implementation
39// to control the feature).
40# define RGB_MATRIX_DISABLE_KEYCODES
41# else // __arm__
42// Enable all animations on ARM boards since they have plenty of memory
43// available for it.
44# define ENABLE_RGB_MATRIX_ALPHAS_MODS 37# define ENABLE_RGB_MATRIX_ALPHAS_MODS
45# define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN 38# define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
46# define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT 39# define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
@@ -81,5 +74,4 @@
81# define ENABLE_RGB_MATRIX_MULTISPLASH 74# define ENABLE_RGB_MATRIX_MULTISPLASH
82# define ENABLE_RGB_MATRIX_SOLID_SPLASH 75# define ENABLE_RGB_MATRIX_SOLID_SPLASH
83# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH 76# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
84# endif // !__arm__
85#endif 77#endif