Add unicode mode change callbacks (#18235)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user