9a991bf019
* Add initial event manager implementation, roughly mimicking Nordic's API. * Add `position_state_changed` and `keycode_state_changed` events. * Hook up HID and keymap to new events instead of using behaviour global event crazy.
6 lines
264 B
C
6 lines
264 B
C
|
|
|
|
#define→EVENT_TYPE_SECTIONS()→ → → → \
|
|
→ → __event_type_start = .;→ → \
|
|
→ → KEEP(*(".event_type_*"));→ → \
|
|
→ → __event_type_end = .;→→ → \
|