summaryrefslogtreecommitdiff
path: root/app/include
diff options
context:
space:
mode:
authorNick <nick.win999@gmail.com>2020-07-25 14:53:42 -0500
committerNick <nick.win999@gmail.com>2020-07-25 14:53:42 -0500
commit564f7872805e9fa823d767e6dd1b2b55fd5ebdf3 (patch)
tree07fcd420d5a45f3b7e9724ec1f90a37e790375f0 /app/include
parent295af93289e37d9fb9ff89d69e8008ac81c85041 (diff)
Add suggested changes
Diffstat (limited to 'app/include')
-rw-r--r--app/include/zmk/rgb_underglow.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/app/include/zmk/rgb_underglow.h b/app/include/zmk/rgb_underglow.h
index 60754d5..69e9a9b 100644
--- a/app/include/zmk/rgb_underglow.h
+++ b/app/include/zmk/rgb_underglow.h
@@ -1,8 +1,14 @@
+/*
+ * Copyright (c) 2020 Nick Winans <nick@winans.codes>
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
#pragma once
-void zmk_rgb_underglow_toggle();
-void zmk_rgb_underglow_cycle_effect(int direction);
-void zmk_rgb_underglow_change_hue(int direction);
-void zmk_rgb_underglow_change_sat(int direction);
-void zmk_rgb_underglow_change_brt(int direction);
-void zmk_rgb_underglow_change_spd(int direction);
+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);