Merge pull request #64 from Nicell/feature/rgb_underglow

Initial RGB Underglow implementation
This commit is contained in:
Pete Johanson
2020-07-26 21:43:43 -04:00
committed by GitHub
10 changed files with 452 additions and 11 deletions

View File

@@ -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);