summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2020-08-09Invoke called behavior after layer change.Pete Johanson
* If you press a key with a layer active, then deactivate the layer (e.g. releasing a `&mo`, then release the key, we currently may send the wrong key release event. * Fixes #67.
2020-08-06Remove debugging line that snuck in.Pete Johanson
2020-08-06Refactor to simpler keymaps.Pete Johanson
2020-08-06Merge pull request #70 from Nicell/split/2m-phyPete Johanson
Split connection parameter adjustments and 2M PHY added
2020-08-05Add if block and param req callback commentNick
2020-08-03Remove updated callbackNick
2020-08-02Add two solutions to param updatesNick
2020-08-02Fix variable name in peripheral PHY updateNick
2020-08-02Fix interval update, add PHY updateNick
2020-08-02Fix for the right start index for event releases.Pete Johanson
2020-07-31Minor cleanup.Pete Johanson
2020-07-31Major 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-31Initial stab at mod-tap improvements.Pete Johanson
* Not working: Roll over + mod-tap with multiple mod-tap bindings!
2020-07-30Add the ability to capture event and release laterPete Johanson
2020-07-26Merge pull request #64 from Nicell/feature/rgb_underglowPete Johanson
Initial RGB Underglow implementation
2020-07-26If LED strip can't be found, behaviors return errNick
2020-07-25Remove extra '#'.Pete Johanson
2020-07-25Fixes for loading without encoder drivers.Pete Johanson
* Build fixes.
2020-07-25Initial display support.Pete Johanson
2020-07-25Add missing return To brightness upNick
2020-07-25Add suggested changesNick
2020-07-24Initial RGB Underglow implementationNick
2020-07-24Add base files and configuration for RGB underglowNick
2020-07-23Switch printk to LOG_DBG.Pete Johanson
2020-07-22Initial behavior for key presses on encoder rotatePete Johanson
2020-07-22More sensor keymap work.Pete Johanson
2020-07-22Initial work on sensor bindings.Pete Johanson
2020-07-21Fixes for BLE host connections w/ split support.Pete Johanson
2020-07-20Improved function naming for central functions.Pete Johanson
2020-07-20Replace magic 16 with sane constant.Pete Johanson
2020-07-19Update connectin params once we're connected to.Pete Johanson
2020-07-19Fixed min/max.Pete Johanson
2020-07-19Connection params tweaks.Pete Johanson
2020-07-17Working BT settings.Pete Johanson
2020-07-17More split implementation.Pete Johanson
* Propogate key position state changes on central. * Various BLE tweaks.
2020-07-17Swtich to SYS_INIT.Pete Johanson
2020-07-17Lots of work on split peripheral/central logic.Pete Johanson
2020-07-17Initial work on split central support.Pete Johanson
2020-07-17Initial exploration of split BLE service.Pete Johanson
* Service for split peripheral to report position state to split central. * Updated advertising info. * Behavior for split BT until we have a proper event system.
2020-07-07Use SYS_INIT for BLE and USB init.Pete Johanson
2020-06-30Whitespace fix.Pete Johanson
2020-06-30Cleanup, license headers.Pete Johanson
2020-06-30Lots of cleanup of old events/behavior mash.Pete Johanson
2020-06-30Modifier event, tweaks for linker script.Pete Johanson
2020-06-30Initial event manager work, and two first events.Pete Johanson
* Add initial event manager implementation, roughly mimicking Nordic's API. * Add `position_state_changed` and `keycode_state_changed` events. * Hook up HID and keymap to new events instead of using behaviour global event crazy.
2020-06-27Kyria left/right overlays, matrix transform fixesPete Johanson
* Refactor Kyria into separate left/right "revisions" of the Kyria shield, and include central kyria.dtsi file with common definition. * Fixes for keymaps to work fully with matrix transforms that override effective rows/columns. * Add ability for matrix transform to do row/col offsets, which is needed for split keyboards.
2020-06-22Fix consumer keys w/ refactored behaviors.Pete Johanson
2020-06-21Clean up after refactor, better HID constants.Pete Johanson
2020-06-21Implement momentary layer + transparent behaviorsPete Johanson
* Implement "momentary layer" behavior with `&mo` reference. * Implement basic "transparent" behavior with `&trans` reference.
2020-06-21Refactor global bindings, implement mod-tap.Pete Johanson
* Use extra comptible = "zmk,behavior-global" to add behaviors to global bindings for event notification. * Implement mod-tap, as a keymap binding and global one to skip tap if other keycode pressed while held.