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
Joel Spadin
4121b07f7f
fix(kscan): fix direct GPIO when using interrupts
...
Fixed initializing interrupts for direct GPIO when
CONFIG_ZMK_KSCAN_DIRECT_POLLING is not enabled. IS_ENABLED() is needed to map
the possibly-undefined value to 0 or 1 so COND_CODE_0() and COND_CODE_1() work.
4 years ago
Joel Spadin
fc5915b200
improvement(kscan): use ARRAY_SIZE macro
4 years ago
Joel Spadin
f6f8abe055
fix(ec11): allow more than one encoder
...
Fixes "device.h:101:11: error: redefinition of '__device_ec11'" in firmware that
has more than one encoder.
4 years ago
David Barr
260044ae5e
Delete default.keymap
4 years ago
David Barr
38a418a1d1
updates as per PR changes (i hope)
4 years ago
Dev
c68e3d3e42
Add missing licensing header
...
Fixes #205
4 years ago
Pete Johanson
307a8d09db
feat(usb): Function to access latest USB status.
...
* To be leveraged by upcoming power
management work.
4 years ago
Pete Johanson
028dfae92e
chore: Fix remaining formatting issues.
4 years ago
Pete Johanson
e993378b2a
chore: Fix some accidental formatting issues.
4 years ago
Mubeen Khan
16df1522c2
Add TG4X rev 2.1 shield
4 years ago
David Barr
17bee0223a
remove ds_store files
4 years ago
David Barr
a3d0c03726
rename cradios to cradio
4 years ago
Pete Johanson
182a6dca1f
fix(bluetooth): Proper max paired/conns.
...
* Proper max values for both split central, and
non-split keyboards.
4 years ago
Jason Chestnut
c2a861c0e6
Modify preprocessor directives to use basic #if !defined() rather than Zephyr macros where appropriate.
4 years ago
jason
9392c4f9ff
Fix preprocessor flag issues for pull request.
4 years ago
Noah Thornton
9afd44b9d4
Provide context on Quefrency physical PCB layouts
...
The Quefrency board has two options for each left and right half,
resulting in 4 unique combinations. This has been noted in the
overlay and dtsi files.
4 years ago
Noah Thornton
24b638dfa3
Apply suggestions from code review
...
Revise copyright header
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
4 years ago
Noah Thornton
7f7c7037b0
Add quefrency shield
4 years ago
Jason Chestnut
cca8337f05
Add support to GPIO matrix driver for matrix polling, rather than interrupt-based IO.
...
- Add ZMK_KSCAN_MATRIX_POLLING config flag to Kconfig
- Update matrix driver code to use the above flag to conditionally add the handling code for polling operations.
4 years ago
Jason Chestnut
b1dce208f8
Add matrix polling logic to matrix GPIO driver.
4 years ago
Jason Chestnut
9668305621
Restore original matrix driver to correct implementation errors.
4 years ago
Jason Chestnut
5c4705d465
Add new matrix scan flag and implementation in the gpio matrix driver.
4 years ago
Jason Chestnut
53425aa3c4
Rename kscan direct wired driver polling kscan flag in preparationfor addition of new matrix driver flag that enables polling.
4 years ago
Kristoffer Onias
8e92ae3089
Remove bt_unpair_combo from romac_plus.overlay
4 years ago
Kristoffer Onias
641524b1b9
Update Keymap legends for consistency
4 years ago
Kristoffer Onias
9fffebd5da
Adopt new BT unpairing standards
4 years ago
Kristoffer Onias
0ce36865b2
Update keyboard name to be more user friendly
4 years ago
Kristoffer Onias
4c092044ce
Adopt single authors headers
4 years ago
Jason Chestnut
31af9646e6
Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix gpio driver.
4 years ago
Kristoffer Onias
f1fd71c231
Disabled ec11 since it's an optional configuration
4 years ago
Kristoffer Onias
c044fe8532
Add RoMac plus v4 support on nice nano v1
4 years ago
Pete Johanson
90bfe6026d
fix(boards): Flash Planck with `dfu-util`.
4 years ago