Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-23 | Add missing ADC and fix formatting | Nick | |
2020-10-23 | Merge branch 'main' into bluetooth/battery-reporting | Nick Winans | |
2020-10-23 | clang-format and add missing defconfig values | Nick | |
2020-10-23 | Refactor driver to use Sensor API | Nick | |
2020-10-20 | merge changes from master | Carey | |
2020-10-18 | Merge pull request #109 from Nicell/underglow/state-persistence | Pete Johanson | |
Add RGB underglow state Kconfig and settings | |||
2020-10-18 | feat(usb): Add proper USB product ID. | Pete Johanson | |
* Use openmoko product ID from: https://github.com/openmoko/openmoko-usb-oui/pull/15 | |||
2020-10-18 | Merge pull request #282 from petejohanson/ble/advertising-power-savings | Pete Johanson | |
BLE: Only advertise when needed. | |||
2020-10-16 | fix(bluetooth): Add adv data in non-peripherals. | Pete Johanson | |
2020-10-16 | fix(bluetooth): Stop adv on connected profile. | Pete Johanson | |
2020-10-16 | fix(bluetooth): Advertise name + appearance. | Pete Johanson | |
* Properly put device name and GAP appearance in advertising packets, for proper display in macOS, Android, etc. * Closes #124 | |||
2020-10-15 | fix(shields): Proper cradio Kconfig setup. | Pete Johanson | |
2020-10-15 | Merge pull request #224 from davidphilipbarr/cradio | Pete Johanson | |
Cradio | |||
2020-10-15 | fix(ble): Only advertise when needed.* Once we have a peer connected to for ↵ | Pete Johanson | |
the active profile, don't continue advertising. | |||
2020-10-13 | fix(shields): Add default qaz.conf file. | Pete Johanson | |
2020-10-13 | fix: Copyright header for cradio.dtsi | Pete Johanson | |
2020-10-13 | Merge pull request #258 from megamind4089/dev/ext-power-behavior | Pete Johanson | |
New behavior for ext power control | |||
2020-10-12 | fix: Single author file copyright header fix. | Pete Johanson | |
2020-10-12 | fix: Updated copyright headers to single author file. | Pete Johanson | |
2020-10-13 | Fix compilation errors and minor tweaks | Mega Mind | |
2020-10-12 | Rebased and fixed nasty code | Mega Mind | |
2020-10-12 | Merge pull request #226 from mubeenkhan94/tg4x-shield-dev | Pete Johanson | |
Add TG4X rev 2.1 shield | |||
2020-10-12 | Added toggle and removed a param | Mega Mind | |
2020-10-12 | New behavior for ext power control | Mega Mind | |
2020-10-12 | Merge pull request #267 from nuxiom/fix-matrix-polling | Pete Johanson | |
Fix matrix polling conditional macro | |||
2020-10-11 | Merge pull request #7 from zmkfirmware/main | Mubeen Khan | |
Update to stay even with upstream main | |||
2020-10-11 | allow ble to be enabled if split transport is ble | Kellen Carey | |
2020-10-11 | happy with layout, need to improve interactions | Kellen Carey | |
2020-10-11 | refactor kconfig to look nicer | Kellen Carey | |
2020-10-11 | fix: don't leak bt_conn refs | Joel Spadin | |
bt_conn_lookup_addr_le() gives us a new reference that must be released with bt_conn_unref() | |||
2020-10-11 | Reformatted according to clang-format lint | Nuxiom | |
2020-10-11 | Fix kscan_gpio_irq_callback_handler_##n conditional macro | Nuxiom | |
2020-10-10 | Revised keymap to Qwerty | Mubeen Khan | |
2020-10-10 | Add timestamps to position and behavior events (#147) | Okke Formsma | |
* Add timestamps to position events and behaviors. - Take original event timestamps into consideration so nested tap-holds have proper timing. - Add position and timestamp to keycode state changed event so the one-shot behavior can properly identify other keypresses and timings. - Add timestamp to position events received from peripheral * reduce number of arguments to behaviors | |||
2020-10-10 | Merge pull request #4 from zmkfirmware/main | Mubeen Khan | |
make even with main | |||
2020-10-09 | Merge pull request #242 from megamind4089/feature/ext-power | Pete Johanson | |
[RDY] Driver to control the external power output | |||
2020-10-10 | Added driver to control the external power output | Mega Mind | |
This PR adds support to control the external power output from controllers like nice!nano, nRFMicro etc I have implemented based on my understanding of Pete suggestion on this feature. Testing done: Tested by enabling and disabling the ext_power from application and verified Verified the application does not crash with boards that does not have ext_power support Note: I did not test this in nice!nano since I don't have the boards. Will get help from others once the behavior PR is up Next Steps: Create a behavior PR to control enable/disable ext_power | |||
2020-10-09 | oops | Kellen Carey | |
2020-10-09 | address pr comments | Kellen Carey | |
2020-10-09 | update headers, spruce up keymap, streamline dtsi. | David Barr | |
2020-10-08 | update header again based on corne | David Barr | |
2020-10-08 | capital C | David Barr | |
2020-10-08 | Update Kconfig.defconfig | David Barr | |
2020-10-08 | Update cradio_left.overlay | David Barr | |
2020-10-08 | update header | David Barr | |
2020-10-08 | update header | David Barr | |
2020-10-08 | Update cradio.dtsi | David Barr | |
2020-10-08 | remove dupe copyright | David Barr | |
2020-10-08 | remove dupe copyright | David Barr | |
2020-10-08 | rename gpio to direct polling | David Barr | |