Add suggested changes
This commit is contained in:
parent
295af93289
commit
564f787280
5 changed files with 57 additions and 58 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue