Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | Remove debugging line that snuck in. | Pete Johanson | |
2020-08-06 | Refactor to simpler keymaps. | Pete Johanson | |
2020-08-06 | Encoder Kconfig fixes. | Pete Johanson | |
2020-08-06 | Remove an unneeded include for the keymap. | Pete Johanson | |
2020-08-06 | Merge pull request #70 from Nicell/split/2m-phy | Pete Johanson | |
Split connection parameter adjustments and 2M PHY added | |||
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 | Add if block and param req callback comment | Nick | |
2020-08-05 | Bump delay in scanning while held to 5ms. | Pete Johanson | |
2020-08-03 | Remove updated callback | Nick | |
2020-08-02 | Fix tabs in keymap bottom row | Nick | |
2020-08-02 | Add better default keymap for lily58 | Nick | |
2020-08-02 | Add two solutions to param updates | Nick | |
2020-08-02 | Fix variable name in peripheral PHY update | Nick | |
2020-08-02 | Fix interval update, add PHY update | Nick | |
2020-08-02 | Fix for the right start index for event releases. | Pete Johanson | |
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 | 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 | 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 | |
2020-07-22 | Add user config as board/dts roots as needed. | Pete Johanson | |
2020-07-22 | Naming tweaks for the sensor behavior. | Pete Johanson | |
2020-07-22 | Initial behavior for key presses on encoder rotate | Pete Johanson | |
2020-07-22 | More sensor keymap work. | Pete Johanson | |
2020-07-22 | Initial work on sensor bindings. | Pete Johanson | |
2020-07-21 | Fixes for BLE host connections w/ split support. | Pete Johanson | |
2020-07-21 | Merge pull request #59 from petejohanson/sensors/en11-encoder-sensor | Pete Johanson | |
Initial low level EC11 sensor driver |