summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-09Nix Bluetooth in favor of BLE for now.Pete Johanson
2020-06-09Fix remaining Apache header lines.Pete Johanson
2020-06-09Properly reference MIT license consistently.Pete Johanson
2020-06-08Initial cleanup of docs template, GitHub URLs, etc.Pete Johanson
2020-06-08Make workflow badge link to the GH Actions page.Pete Johanson
2020-06-08Name the whole workflow.Pete Johanson
2020-06-08Add status badge, rename basic build workflow.Pete Johanson
2020-06-08Merge pull request #1 from zmkfirmware/ci/refactor-to-published-actionPete Johanson
Move to published action for zephyr/west usage.
2020-06-08Move to published action for zephyr/west usage.Pete Johanson
2020-06-08Fix for multiple paths.Pete Johanson
2020-06-08Initial caching work.Pete Johanson
2020-06-08Specify the source directory for the west build command.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson
2020-06-08Add a few more intended features.Pete Johanson
2020-06-08Try some directory tweaksPete Johanson
2020-06-08List directory.Pete Johanson
2020-06-08Fix path to entrypoint.sh.Pete Johanson
2020-06-08Try using an entrypoint script for args.Pete Johanson
2020-06-08Action directory name fix.Pete Johanson
2020-06-08Fix duplicate job ID.Pete Johanson
2020-06-08Initial exploration of GH actions.Pete Johanson
2020-06-08Updated favicon for the docs site.Pete Johanson
2020-06-08Basic ZMK logo.Pete Johanson
2020-06-08Typo fix for the intro page.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-31Some basic docs clean up.Pete Johanson
2020-05-31Add docs about clean room design.Pete Johanson
2020-05-29More keycodes.Pete Johanson
2020-05-29Add one keycode alias.Pete Johanson
2020-05-29Build against branch w/ external shield fixes.Pete Johanson
2020-05-29Remove label that snuck in.Pete Johanson
2020-05-29Note about need for keymaps with no pad at a matrix location.Pete Johanson
2020-05-29Rename ZC_NOOP to ZC_NO.Pete Johanson
2020-05-29Refactor where ZMK KConfigs come from.Pete Johanson
2020-05-28Rwmove TODO item about gpio kscan driver.Pete Johanson
2020-05-28Fixes for multiple GPIO kscan devices as expected.Pete Johanson
2020-05-27Add missing returns for the new modifiers functions.Pete Johanson
2020-05-27Add link to WIP website.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-26Initial import of GPIO kscan driver into ZMK.Pete Johanson
2020-05-26More complete intro to the project.Pete Johanson
2020-05-25Docs deploy badge.Pete Johanson
2020-05-25Initial work on basic documentation.Pete Johanson
2020-05-25Merge branch 'actions/mod-tap-initial-work' into 'master'Peter
Actions: Mod-Tap initial work See merge request zmkproject/zmk!1
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