Revert "feat: Split physical layout selection sync."
This reverts commit 03b5b38bc4.
This commit is contained in:
parent
58207fdb2c
commit
6f47296a0a
5 changed files with 3 additions and 116 deletions
|
|
@ -8,13 +8,6 @@
|
|||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zmk/matrix_transform.h>
|
||||
#include <zmk/event_manager.h>
|
||||
|
||||
struct zmk_physical_layout_selection_changed {
|
||||
uint8_t selection;
|
||||
};
|
||||
|
||||
ZMK_EVENT_DECLARE(zmk_physical_layout_selection_changed);
|
||||
|
||||
struct zmk_key_physical_attrs {
|
||||
int16_t width;
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@
|
|||
#define ZMK_SPLIT_BT_CHAR_RUN_BEHAVIOR_UUID ZMK_BT_SPLIT_UUID(0x00000002)
|
||||
#define ZMK_SPLIT_BT_CHAR_SENSOR_STATE_UUID ZMK_BT_SPLIT_UUID(0x00000003)
|
||||
#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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue