summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-20Fix for return value from HID mod functions.Pete Johanson
2020-05-20Commented logging directives for use later.Pete Johanson
2020-05-19A few more readme items.Pete Johanson
2020-05-18Initial basic modifiers support.Pete Johanson
2020-05-18More README updates.Pete Johanson
2020-05-18Move BLE passkey entry behind config flag.Pete Johanson
2020-05-18Comment out non-working layer enum generation.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-16Fixes for finding keymap directory.Pete Johanson
2020-05-16Rename the keymap.Pete Johanson
2020-05-16Keymap directory support.Pete Johanson
2020-05-15One more todo item.Pete Johanson
2020-05-15Add some TODOs to the toplevel readme.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-11Small tweak.Pete Johanson
2020-05-11Fix for pwd after before_scriptPete Johanson
2020-05-11Tweaks for workspace directory.Pete Johanson
2020-05-11FIx the symlink.Pete Johanson
2020-05-11Try a symlink trick into a workspace so west modules are in the build dir.Pete Johanson
2020-05-11Try being explicit about cache paths.Pete Johanson
2020-05-11Cache common directories.Pete Johanson
2020-05-11Switch to tagged image name.Pete Johanson
2020-05-11Tweak to image tag name.Pete Johanson
2020-05-11Docker tag/push fix.Pete Johanson
2020-05-11Make sure we don't run build on Docker branches/tags.Pete Johanson
2020-05-11Tweaks to when we do docker job.Pete Johanson
2020-05-11Remove locale tweaks.Pete Johanson
2020-05-11Docker tweaks.Pete Johanson
2020-05-11Try again.Pete Johanson
2020-05-11Use CI_PROJECT_DIR properly.Pete Johanson
2020-05-11Try using new build image.Pete Johanson
2020-05-11Typo fix for the variable name.Pete Johanson
2020-05-11Better build orocess for imagePete Johanson
2020-05-11Fix useraddPete Johanson
2020-05-11Restore useraddPete Johanson
2020-05-10Only install the ARM toolchain.Pete Johanson
2020-05-10Tweak dep installs.Pete Johanson
2020-05-10Install wget early.Pete Johanson
2020-05-10Attempt to build the docker image.Pete Johanson
2020-05-10Try explicit pip install of required files.Pete Johanson
2020-05-10Use a custom key code.Pete Johanson
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