Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | Move Zephyr app into subdirectory. | Pete Johanson | |
2020-06-02 | Implement a basic set of consumer page keycodes. | Pete Johanson | |
2020-05-29 | Remove label that snuck in. | Pete Johanson | |
2020-05-29 | Refactor where ZMK KConfigs come from. | Pete Johanson | |
2020-05-28 | Fixes for multiple GPIO kscan devices as expected. | Pete Johanson | |
2020-05-27 | Initial composite kscan driver. | Pete Johanson | |
* For now, to be used for FrankenKyria, where both matrix halves will be attached to the same MCU, but should be a stepping stone to proper split support once we have a kscan driver over a split transport. * Implement multiple instances for mock kscan driver. | |||
2020-05-26 | Initial import of GPIO kscan driver into ZMK. | Pete Johanson | |
2020-05-24 | Clean up and implement MT release w/o mod press. | Pete Johanson | |
2020-05-24 | Initial exploration of mod tap action. | Pete Johanson | |
2020-05-24 | Add a mock kscan driver, working native_posix. | Pete Johanson | |
* Unified logging to one module. * Mock kscan driver that simulates events. * Working native_posix board target for testing. | |||
2020-05-18 | Implement raise/lower for default keymap. | Pete Johanson | |
* Properly allow includes for keymaps to allow defining custom keycodes, and then adding them to the keymap.overlay file. * Fix keymap.c loading after build refactor. * Fix for deactivating a layer working properly. * Fix default keymap to put transparent in proper spots to make raise/lower keycodes work as expected. * Add custom raise/lower keycode handling to default keymap. | |||
2020-05-18 | Refactor build/config/keymaps. | Pete Johanson | |
* 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-16 | Rename the keymap. | Pete Johanson | |
2020-05-16 | Keymap directory support. | Pete Johanson | |
2020-05-10 | Use a custom key code. | Pete Johanson | |
2020-05-06 | Tweak to use a chosen node for kscan device. | Pete Johanson | |
2020-05-05 | Get *basic* USB report sending working. | Pete Johanson | |
2020-05-03 | Start to get layers + keymaps pulled in from DTS. | Pete Johanson | |
2020-05-01 | Lots of clean up, basic kscan working, remove zephyr-rust. | Pete Johanson | |
2020-04-25 | Random progress on board + kscan ideas. | Pete Johanson | |