Add unicode mode change callbacks (#18235)
This commit is contained in:
parent
b9effc94db
commit
e4bf832368
6 changed files with 63 additions and 28 deletions
|
@ -17,9 +17,9 @@ enum userspace_layers {
|
|||
};
|
||||
|
||||
enum custom_keycodes {
|
||||
CH_CPNL = SAFE_RANGE, // AL Control Panel
|
||||
CH_ASST, // AL Context-aware Desktop Assistant
|
||||
CH_SUSP, // Suspend
|
||||
CH_CPNL = SAFE_RANGE, // AL Control Panel
|
||||
CH_ASST, // AL Context-aware Desktop Assistant
|
||||
CH_SUSP, // Suspend
|
||||
|
||||
SPI_NORMAL,
|
||||
SPI_WIDE,
|
||||
|
@ -65,6 +65,11 @@ void rgb_layer_ack(layer_ack_t n);
|
|||
void rgb_layer_ack_yn(bool yn);
|
||||
void clear_rgb_layers(void);
|
||||
void shutdown_user_rgb(void);
|
||||
|
||||
# if defined(UNICODE_COMMON_ENABLE)
|
||||
void unicode_input_mode_set_user_rgb(uint8_t input_mode);
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef UNICODEMAP_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue