zmk_mf68/app/include/zmk/rgb_underglow.h

15 lines
379 B
C
Raw Normal View History

2020-07-26 05:53:42 +10:00
/*
* Copyright (c) 2020 The ZMK Contributors
2020-07-26 05:53:42 +10:00
*
* SPDX-License-Identifier: MIT
*/
2020-07-25 13:37:00 +10:00
#pragma once
2020-07-26 05:53:42 +10:00
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);