Okke Formsma
c9a82d71d0
fixes for feedback round 2
4 years ago
Okke Formsma
c5ca664411
some fixes based on feedback
4 years ago
Okke Formsma
c33931c72c
Initial implementation of hold-tap
4 years ago
Cody McGinnis
033bb7bfc4
fix(behavior): add logging to toggle layer for tests
4 years ago
Cody McGinnis
cbea2d5bed
fix(behavior): none should not be transparent
4 years ago
Okke Formsma
ebc3542aa6
fix bug in modtap bahavior which cleared the wrong keycode events
4 years ago
Pete Johanson
805ea77005
feat(behaviors): Add `&bootloader` behavior.
...
* Allow reset behavior to have a type property.
* Add `bootloader` node that triggers DFU UF2
bootloader mode using the AdaFruit nrf52
bootloader.
4 years ago
Pete Johanson
63e02d60dc
feat(behaviors): Add &none behavior
4 years ago
Cody McGinnis
7facb6eee8
fix(keymap): move the toggle layer logic to keymap.c
4 years ago
Cody McGinnis
a82f990d4c
feat(keymap): allow users to toggle layers
4 years ago
Pete Johanson
8a07938d9b
Minor cleanup.
4 years ago
Pete Johanson
8bba1fb738
Major mod-tap improvements.
...
* 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.
4 years ago
Pete Johanson
f548f2a87c
Initial stab at mod-tap improvements.
...
* Not working: Roll over + mod-tap with multiple
mod-tap bindings!
4 years ago
Nick
6956094ac0
Add missing return To brightness up
4 years ago
Nick
564f787280
Add suggested changes
4 years ago
Nick
ca569c8143
Initial RGB Underglow implementation
4 years ago
Nick
bb09707bd2
Add base files and configuration for RGB underglow
4 years ago
Pete Johanson
34ff6190bd
Initial behavior for key presses on encoder rotate
4 years ago
Pete Johanson
57e061ac91
Lots of cleanup of old events/behavior mash.
4 years ago
Pete Johanson
96ec16da92
Modifier event, tweaks for linker script.
4 years ago
Pete Johanson
9a991bf019
Initial event manager work, and two first events.
...
* 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.
4 years ago
Pete Johanson
55cf9db564
Fix consumer keys w/ refactored behaviors.
4 years ago
Pete Johanson
93635077e6
Implement momentary layer + transparent behaviors
...
* Implement "momentary layer" behavior with `&mo`
reference.
* Implement basic "transparent" behavior with `&trans`
reference.
4 years ago
Pete Johanson
223edf05ad
Refactor global bindings, implement mod-tap.
...
* 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.
4 years ago
Pete Johanson
7e659851c8
Refactor matrix transform, positions pervasively
...
* Do mapping to positions right in kscan handler, and then
surface positions throughout the API.
4 years ago
Pete Johanson
d65629b9a0
Lots more pieces toward HID working again.
4 years ago
Pete Johanson
c23d752917
Some initial work on behavior bindings for keymaps
4 years ago