summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-06-08Move Zephyr app into subdirectory.Pete Johanson
2020-06-02Fix for MT keys sending press/release quickly.Pete Johanson
2020-06-02Implement a basic set of consumer page keycodes.Pete Johanson
2020-05-29Rename ZC_NOOP to ZC_NO.Pete Johanson
2020-05-29Refactor where ZMK KConfigs come from.Pete Johanson
2020-05-27Add missing returns for the new modifiers functions.Pete Johanson
2020-05-27Initial 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-26Remove unnecessary printk.Pete Johanson
2020-05-24Clean up and implement MT release w/o mod press.Pete Johanson
2020-05-24Initial exploration of mod tap action.Pete Johanson
2020-05-24Add 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-22Fixes for keymap key selection logic.Pete Johanson
2020-05-20Minor prep for settings loading, once working.Pete Johanson
2020-05-20Fix for return value from HID mod functions.Pete Johanson
2020-05-18Initial basic modifiers support.Pete Johanson
2020-05-18Move BLE passkey entry behind config flag.Pete Johanson
2020-05-18Implement 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-18Refactor 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-16Initial passkey entry support.Pete Johanson
2020-05-15BLE Security/Pairing fixes for "Just Works" SC.Pete Johanson
2020-05-15Some initial BEL HoG support.Pete Johanson
2020-05-12Some refactoring to prep for BLE support.Pete Johanson
2020-05-12Full NKRO support, fixes for keymap key selection.Pete Johanson
2020-05-11Pass pointer to event to user handler.Pete Johanson
* Allow user functions to modify/update the event if they need to.
2020-05-10Expanded handler implementation, more key defines.Pete Johanson
2020-05-06Tweak to use a chosen node for kscan device.Pete Johanson
2020-05-05Get *basic* USB report sending working.Pete Johanson
2020-05-03Start to get layers + keymaps pulled in from DTS.Pete Johanson
2020-05-01Basic keymap mapping.Pete Johanson
2020-05-01Message queue and work item for process scan events.Pete Johanson
* Prep for using ISR for kscan GPIO, by moving event process into a work item.
2020-05-01Refactor for better organizationPete Johanson
2020-05-01Lots of clean up, basic kscan working, remove zephyr-rust.Pete Johanson
2020-04-25Random progress on board + kscan ideas.Pete Johanson
2020-04-21Initial work.Pete Johanson