Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | Refactor to using .keymap files | Pete Johanson | |
* Still just devicetree keymaps. * Filename can now use `<board>.keymap` or `<shield>.keymap` convention, including overrides for revisions, etc. | |||
2020-08-05 | Minor fix for USB logging to work on peripherals. | Pete Johanson | |
2020-08-05 | Bump delay in scanning while held to 5ms. | Pete Johanson | |
2020-08-05 | Use `process.env.URL` instead of `DEPLOY_URL`. | Pete Johanson | |
2020-08-05 | Build fixes. | Pete Johanson | |
2020-08-05 | Tweak for dynamic invite URL for deploys. | Pete Johanson | |
2020-08-05 | Flesh out documentation skeleton. | Pete Johanson | |
2020-08-05 | Update to latest V2 Docusaurus. | Pete Johanson | |
2020-08-04 | Typo fix. | Pete Johanson | |
2020-08-04 | Better wording on user setup intro. | Pete Johanson | |
2020-08-04 | Initial user setup docs, setup script fixes. | Pete Johanson | |
2020-08-04 | Initial setup.sh version. | Pete Johanson | |
2020-08-04 | Tweak wording on progress of ZMK. | Pete Johanson | |
2020-08-03 | Updated intro that better outlines features. | Pete Johanson | |
2020-08-03 | Improved hardware docs. | Pete Johanson | |
2020-08-03 | Merge pull request #71 from Nicell/boards/lily58-keymap | Pete Johanson | |
Add better default keymap for Lily58 | |||
2020-08-02 | Fix tabs in keymap bottom row | Nick | |
2020-08-02 | Add better default keymap for lily58 | Nick | |
2020-08-02 | Fix for the right start index for event releases. | Pete Johanson | |
2020-07-31 | Merge pull request #69 from petejohanson/behaviors/mod-tap-usability-fixes | Pete Johanson | |
Improve mod-tap behaviour | |||
2020-07-31 | Minor cleanup. | Pete Johanson | |
2020-07-31 | Major mod-tap improvements. | Pete Johanson | |
* Track active mods when mods or keycode events occur. * Use the tracked mods when releasing or generating keycode events. * Track pending/used status in one array, for improved storage efficency. | |||
2020-07-31 | Initial stab at mod-tap improvements. | Pete Johanson | |
* Not working: Roll over + mod-tap with multiple mod-tap bindings! | |||
2020-07-30 | Merge pull request #68 from petejohanson/core/ev-manager-capture-release-events | Pete Johanson | |
Add the ability to capture event and release later | |||
2020-07-30 | Add the ability to capture event and release later | Pete Johanson | |
2020-07-29 | Remove unneeded macro. | Pete Johanson | |
2020-07-27 | Merge branch 'main' of github.com:zmkfirmware/zmk into main | Pete Johanson | |
2020-07-27 | Add underglow config for Kyria + nice!nano. | Pete Johanson | |
2020-07-27 | Merge pull request #66 from Nicell/keycodes/f-keys-prsc | Pete Johanson | |
Add F keys and a few other missing HID keycodes | |||
2020-07-26 | Add a few more keys | Nick | |
2020-07-26 | Add F keys and print screen | Nick | |
2020-07-26 | Merge pull request #64 from Nicell/feature/rgb_underglow | Pete Johanson | |
Initial RGB Underglow implementation | |||
2020-07-26 | If LED strip can't be found, behaviors return err | Nick | |
2020-07-25 | Whitespace fix. | Pete Johanson | |
2020-07-25 | Remove extra '#'. | Pete Johanson | |
2020-07-25 | Merge pull request #63 from petejohanson/display/initial-lvgl-display-support | Pete Johanson | |
Initial display support. | |||
2020-07-25 | Default the reverse mode. | Pete Johanson | |
2020-07-25 | Fixes for loading without encoder drivers. | Pete Johanson | |
* Build fixes. | |||
2020-07-25 | Add the Lily58 OLED. | Pete Johanson | |
2020-07-25 | Initial display support. | Pete Johanson | |
2020-07-25 | Add missing return To brightness up | Nick | |
2020-07-25 | Add suggested changes | Nick | |
2020-07-25 | Fixes for building with a different .conf file. | Pete Johanson | |
2020-07-25 | Properly add overlay/conf files for base shield dir name as well. | Pete Johanson | |
* Needed so when building with `kyria_left` shield, then config dir containing `kyria.conf` and `kyria.overlay` will also be applied as configs/overlays. | |||
2020-07-24 | Only include behavior if feature enabled | Nick | |
2020-07-24 | Initial RGB Underglow implementation | Nick | |
2020-07-24 | Tweaks for EC11 config. | Pete Johanson | |
2020-07-24 | Add base files and configuration for RGB underglow | Nick | |
2020-07-23 | Log more info on ZMK config dir usage. | Pete Johanson | |
2020-07-23 | Switch printk to LOG_DBG. | Pete Johanson | |