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
No EOL
211 B
Text
6 lines
No EOL
211 B
Text
#include <behaviors/key_press.dtsi>
|
|
#include <behaviors/transparent.dtsi>
|
|
#include <behaviors/mod_tap.dtsi>
|
|
#include <behaviors/momentary_layer.dtsi>
|
|
#include <behaviors/reset.dtsi>
|
|
#include <behaviors/hid.dtsi> |