Commit graph

10 commits

Author SHA1 Message Date
Pete Johanson
38f1dbd984 Move Zephyr app into subdirectory. 2020-06-08 21:07:16 -04:00
Pete Johanson
bf9ba855a3 Fix for MT keys sending press/release quickly. 2020-06-02 11:56:37 -04:00
Pete Johanson
8de6c85b74 Implement a basic set of consumer page keycodes. 2020-06-02 11:23:22 -04:00
Pete Johanson
76a433fc39 Clean up and implement MT release w/o mod press. 2020-05-24 23:13:33 -04:00
Pete Johanson
53aadc4f93 Initial exploration of mod tap action. 2020-05-24 19:25:46 -04:00
Pete Johanson
c1905745b3 Refactor build/config/keymaps.
* Move all headers to `include/zmk` directory.
* Update includes to reference them properly.
* Add `keymap.c` file from keymap, if found.
* Toplevel CONFIG_ZMK_BLE aggregate config setting.
2020-05-18 09:11:46 -04:00
Pete Johanson
b3babe2505 Initial passkey entry support. 2020-05-16 23:26:26 -04:00
Pete Johanson
04fe57d3a3 Some refactoring to prep for BLE support. 2020-05-12 14:15:33 -04:00
Pete Johanson
02bffb009f Pass pointer to event to user handler.
* Allow user functions to modify/update the event if they
  need to.
2020-05-11 14:42:59 -04:00
Pete Johanson
60feb8fb09 Expanded handler implementation, more key defines. 2020-05-10 17:13:24 -04:00