Initial RGB Underglow implementation
This commit is contained in:
parent
bb09707bd2
commit
ca569c8143
8 changed files with 355 additions and 41 deletions
8
app/include/zmk/rgb_underglow.h
Normal file
8
app/include/zmk/rgb_underglow.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue