summaryrefslogtreecommitdiff
path: root/app/include/zmk/rgb_underglow.h
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-26 21:43:43 -0400
committerGitHub <noreply@github.com>2020-07-26 21:43:43 -0400
commit4e5a819f3a6ad0f5d438763fb75a7288ef31afd2 (patch)
tree0796a1712cf6649c56d00b8e608875dfebd3c373 /app/include/zmk/rgb_underglow.h
parent5b862655b4357b36a8848cc84722bce17bd0b573 (diff)
parentdc8c7011b15b1c0703fe788b42f18adce90907ee (diff)
Merge pull request #64 from Nicell/feature/rgb_underglow
Initial RGB Underglow implementation
Diffstat (limited to 'app/include/zmk/rgb_underglow.h')
-rw-r--r--app/include/zmk/rgb_underglow.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/include/zmk/rgb_underglow.h b/app/include/zmk/rgb_underglow.h
new file mode 100644
index 0000000..69e9a9b
--- /dev/null
+++ b/app/include/zmk/rgb_underglow.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2020 Nick Winans <nick@winans.codes>
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
+#pragma once
+
+int zmk_rgb_underglow_toggle();
+int zmk_rgb_underglow_cycle_effect(int direction);
+int zmk_rgb_underglow_change_hue(int direction);
+int zmk_rgb_underglow_change_sat(int direction);
+int zmk_rgb_underglow_change_brt(int direction);
+int zmk_rgb_underglow_change_spd(int direction);