From 9a991bf019d6f723bc4230822852efa78a05be49 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 30 Jun 2020 00:31:09 -0400 Subject: Initial event manager work, and two first events. * 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. --- app/dts/bindings/behaviors/zmk,behavior-keymap.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 app/dts/bindings/behaviors/zmk,behavior-keymap.yaml (limited to 'app/dts/bindings') diff --git a/app/dts/bindings/behaviors/zmk,behavior-keymap.yaml b/app/dts/bindings/behaviors/zmk,behavior-keymap.yaml deleted file mode 100644 index 1d8a51f..0000000 --- a/app/dts/bindings/behaviors/zmk,behavior-keymap.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (c) 2020, Pete Johanson -# SPDX-License-Identifier: MIT - -description: Keymap Behavior - -compatible: "zmk,behavior-keymap" - -include: zero_param.yaml -- cgit v1.2.3