Nick
162c6b77db
clang-format and add missing defconfig values
4 years ago
Nick
3082455aec
Refactor driver to use Sensor API
4 years ago
Carey
6aae667826
merge changes from master
4 years ago
Pete Johanson
36d3d01a22
feat(usb): Add proper USB product ID.
...
* Use openmoko product ID from:
https://github.com/openmoko/openmoko-usb-oui/pull/15
4 years ago
Pete Johanson
9d512eaef0
fix(bluetooth): Add adv data in non-peripherals.
4 years ago
Pete Johanson
b07475b7d4
fix(bluetooth): Stop adv on connected profile.
4 years ago
Pete Johanson
818f0a1f91
fix(bluetooth): Advertise name + appearance.
...
* Properly put device name and GAP appearance
in advertising packets, for proper display in
macOS, Android, etc.
* Closes #124
4 years ago
Pete Johanson
e468677c4e
fix(shields): Proper cradio Kconfig setup.
4 years ago
Pete Johanson
204d1300ba
fix(ble): Only advertise when needed.* Once we have a peer connected to for the active profile, don't continue advertising.
4 years ago
Pete Johanson
3186a553a5
fix(shields): Add default qaz.conf file.
4 years ago
Pete Johanson
59e8c58051
fix: Copyright header for cradio.dtsi
4 years ago
Pete Johanson
eee8eb6e77
fix: Single author file copyright header fix.
4 years ago
Pete Johanson
6d9aa4f5ea
fix: Updated copyright headers to single author file.
4 years ago
Mega Mind
2e649b7fd4
Fix compilation errors and minor tweaks
4 years ago
Mega Mind
4adcb396ff
Rebased and fixed nasty code
4 years ago
Mega Mind
5d1c083959
Added toggle and removed a param
4 years ago
Mega Mind
b5e1c8a7ad
New behavior for ext power control
4 years ago
Kellen Carey
8b9b247592
allow ble to be enabled if split transport is ble
4 years ago
Kellen Carey
8e298ec701
happy with layout, need to improve interactions
4 years ago
Kellen Carey
7a2314ef59
refactor kconfig to look nicer
4 years ago
Joel Spadin
7798c974f6
fix: don't leak bt_conn refs
...
bt_conn_lookup_addr_le() gives us a new reference that must be released
with bt_conn_unref()
4 years ago
Nuxiom
1c0c02e097
Reformatted according to clang-format lint
4 years ago
Nuxiom
78cb6c8b21
Fix kscan_gpio_irq_callback_handler_##n conditional macro
4 years ago
Mubeen Khan
7fc7a35117
Revised keymap to Qwerty
4 years ago
Okke Formsma
d38740cebf
Add timestamps to position and behavior events ( #147 )
...
* 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
4 years ago
Mega Mind
4d81b10ba7
Added driver to control the external power output
...
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
4 years ago
Kellen Carey
a695d0d359
oops
4 years ago
Kellen Carey
0b125c028c
address pr comments
4 years ago
David Barr
01b0bad7a2
update headers, spruce up keymap, streamline dtsi.
4 years ago
David Barr
2b09174ec1
update header again based on corne
4 years ago
David Barr
ad77df5989
capital C
4 years ago
David Barr
a629aa0b42
Update Kconfig.defconfig
4 years ago
David Barr
eeac54e9a4
Update cradio_left.overlay
4 years ago
David Barr
55c1f51b31
update header
4 years ago
David Barr
a3cdab9e9f
update header
4 years ago
David Barr
24e73f6861
Update cradio.dtsi
4 years ago
David Barr
95b94009a9
remove dupe copyright
4 years ago
David Barr
7d582b6b8e
remove dupe copyright
4 years ago
David Barr
426b25892f
rename gpio to direct polling
4 years ago
Kellen Carey
ca29c40206
clean up keymap
4 years ago
Kellen Carey
f3eaa7e424
working shield, need to improve default keymap
4 years ago
David Barr
d5d8d79a76
Update cradio_right.overlay
4 years ago
Pete Johanson
a7496ab064
feat(power): Initial deep sleep work.
...
* New ZMK_SLEEP Kconfig symbol to enable the functionality.
* Switch to PORT events that allows wake from deep sleep.
* Initial basic power management policy, with idle ms,
and ignoring deep sleep if we detect a USB connection.
4 years ago
Pete Johanson
ce59223efe
fix(shields): Typo in makerdiary URL.
4 years ago
Mega Mind
b8cb5f939a
M60 keymap update and misc changes
...
* Updated M60 keymap
* Make nrfjproj as default runner
* Remove the polling config
4 years ago
Mega Mind
e2299836bc
Update contributors in all keymap files
4 years ago
Mega Mind
9d06c730ba
Added Makerdiary M60 keyboard
4 years ago
Mega Mind
c54decd144
Added Makerdiary M.2 module
4 years ago
Pete Johanson
9be566603e
feat(kscan): Use PORT events for kscan matrix interrupts
...
* Lower power usage compared to regular interrupts on nrf52.
4 years ago
Pete Johanson
bbf5a5905a
refactor(usb): Report USB status w/o HID output.
4 years ago