valdur's mod
This commit is contained in:
parent
e1fc10651c
commit
01d0749411
9 changed files with 244 additions and 3 deletions
4
app/include/zmk/split/bluetooth/peripheral_layers.h
Normal file
4
app/include/zmk/split/bluetooth/peripheral_layers.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
void set_peripheral_layers_state(uint32_t new_layers);
|
||||
bool peripheral_layer_active(uint8_t layer);
|
||||
|
|
@ -20,3 +20,4 @@
|
|||
#define ZMK_SPLIT_BT_UPDATE_HID_INDICATORS_UUID ZMK_BT_SPLIT_UUID(0x00000004)
|
||||
#define ZMK_SPLIT_BT_SELECT_PHYS_LAYOUT_UUID ZMK_BT_SPLIT_UUID(0x00000005)
|
||||
#define ZMK_SPLIT_BT_INPUT_EVENT_UUID ZMK_BT_SPLIT_UUID(0x00000006)
|
||||
#define ZMK_SPLIT_BT_UPDATE_LAYERS_UUID ZMK_BT_SPLIT_UUID(0x00000007)
|
||||
|
|
|
|||
|
|
@ -46,3 +46,5 @@ int zmk_split_central_update_hid_indicator(zmk_hid_indicators_t indicators);
|
|||
int zmk_split_central_get_peripheral_battery_level(uint8_t source, uint8_t *level);
|
||||
|
||||
#endif // IS_ENABLED(CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING)
|
||||
|
||||
int zmk_split_central_update_layers(uint32_t layers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue