summaryrefslogtreecommitdiff
path: root/keyboards/ungodly
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-07-26 19:41:28 -0700
committerGitHub <noreply@github.com>2021-07-27 12:41:28 +1000
commit3affdcb45b51641b2a5d918c69f3afe2b2f5c757 (patch)
tree5682bd4000f19823dd5f2b64a9f850b8af4deb8a /keyboards/ungodly
parente032fbe3265426aa4779a4b4bed384bba43b815f (diff)
Reduce firmware size in prep for #12670 (#13724)
* Reduce firmware size in pre for #12670 * Also disable pixel mode, just in case
Diffstat (limited to 'keyboards/ungodly')
-rw-r--r--keyboards/ungodly/launch_pad/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ungodly/launch_pad/config.h b/keyboards/ungodly/launch_pad/config.h
index e4e14ad687..0b6d03801e 100644
--- a/keyboards/ungodly/launch_pad/config.h
+++ b/keyboards/ungodly/launch_pad/config.h
@@ -54,6 +54,9 @@
# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTICROSS
# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS
# define DISABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
+# define DISABLE_RGB_MATRIX_PIXEL_FLOW
+# define DISABLE_RGB_MATRIX_PIXEL_FRACTAL
+# define DISABLE_RGB_MATRIX_PIXEL_RAIN
# define DRIVER_LED_TOTAL 22
#endif