summaryrefslogtreecommitdiff
path: root/keyboards/work_louder/rgb_functions.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-02-23 09:19:00 +1100
committerGitHub <noreply@github.com>2023-02-23 09:19:00 +1100
commit7f805cc7799deb0ca75f751cebd32c6640058af9 (patch)
treeebc20e21b50812ea4455bdfc5567c8025aa4fc74 /keyboards/work_louder/rgb_functions.h
parent403b0addea48548abdbde6203d8673f2b77164a7 (diff)
VIA Protocol 12 + fixes (#19916)
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/work_louder/rgb_functions.h')
-rw-r--r--keyboards/work_louder/rgb_functions.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/keyboards/work_louder/rgb_functions.h b/keyboards/work_louder/rgb_functions.h
index 9a5cda0fc6..8940cddefc 100644
--- a/keyboards/work_louder/rgb_functions.h
+++ b/keyboards/work_louder/rgb_functions.h
@@ -46,31 +46,31 @@
# endif
#else
# ifndef RGB_MATRIX_TOGGLE
-# define RGB_MATRIX_TOGGLE USER00
+# define RGB_MATRIX_TOGGLE QK_KB_0
# endif
# ifndef RGB_MATRIX_MODE_INC
-# define RGB_MATRIX_MODE_INC USER01
+# define RGB_MATRIX_MODE_INC QK_KB_1
# endif
# ifndef RGB_MATRIX_MODE_DEC
-# define RGB_MATRIX_MODE_DEC USER02
+# define RGB_MATRIX_MODE_DEC QK_KB_2
# endif
# ifndef RGB_MATRIX_HUE_INC
-# define RGB_MATRIX_HUE_INC USER03
+# define RGB_MATRIX_HUE_INC QK_KB_3
# endif
# ifndef RGB_MATRIX_HUE_DEC
-# define RGB_MATRIX_HUE_DEC USER04
+# define RGB_MATRIX_HUE_DEC QK_KB_4
# endif
# ifndef RGB_MATRIX_SAT_INC
-# define RGB_MATRIX_SAT_INC USER05
+# define RGB_MATRIX_SAT_INC QK_KB_5
# endif
# ifndef RGB_MATRIX_SAT_DEC
-# define RGB_MATRIX_SAT_DEC USER06
+# define RGB_MATRIX_SAT_DEC QK_KB_6
# endif
# ifndef RGB_MATRIX_VAL_INC
-# define RGB_MATRIX_VAL_INC USER07
+# define RGB_MATRIX_VAL_INC QK_KB_7
# endif
# ifndef RGB_MATRIX_VAL_DEC
-# define RGB_MATRIX_VAL_DEC USER08
+# define RGB_MATRIX_VAL_DEC QK_KB_8
# endif
#endif