Kevin
31e481954f
fix(docs): Fixed Python environment variables and commands for Windows setup
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
Pete Johanson
e6d9134005
Merge pull request #235 from ChaosinaCan/ec11-fix
...
fix(ec11): allow more than one encoder
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
Pete Johanson
d3cd791769
Merge branch 'main' of github.com:zmkfirmware/zmk into main
4 years ago
Pete Johanson
dfb4f1277d
fix(docs): Proper emphasis of MUST NOT.
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
Pete Johanson
091ac414e3
Merge pull request #227 from DevMashru/main
...
Add missing licensing header
4 years ago
Dev
c68e3d3e42
Add missing licensing header
...
Fixes #205
4 years ago
Pete Johanson
e2ce9c34b5
Merge pull request #231 from petejohanson/core/usb-status-api
...
Add API to access current USB status
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
4f494ac5f9
Merge pull request #230 from petejohanson/docs/nice-nano-product-link-fix
...
Update nano link to actual product page
4 years ago
Pete Johanson
9a3d515583
fix(docs): Link to nice!nano product page itself.
4 years ago
Pete Johanson
ffb42281e9
Merge pull request #229 from petejohanson/test/clang-format-fix-test
...
chore: Fix remaining formatting issues.
4 years ago
Pete Johanson
028dfae92e
chore: Fix remaining formatting issues.
4 years ago
Pete Johanson
694b24ca86
fix(ci): Lint detected changes to drivers dir.
4 years ago
Pete Johanson
e993378b2a
chore: Fix some accidental formatting issues.
4 years ago
Pete Johanson
300b753ced
Merge pull request #212 from shurikai/zmk-202
...
Add polling (instead of interrupt) based matrix kscan detection, to avoid interrupt limits on stm32
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
85af75c7f6
remove .ds_store junk
4 years ago
David Barr
a3d0c03726
rename cradios to cradio
4 years ago
Pete Johanson
d50c371b30
Merge pull request #222 from petejohanson/bluetooth/fix-max-paired-kconfig
...
Fix max paired/connected settings for all configs.
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
Pete Johanson
d1deb3e57e
Merge pull request #216 from noar-t/main
...
Add quefrency shield
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
cfc75a118e
Fix merge error.
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
Pete Johanson
819c82547d
Merge pull request #180 from CrossR/CrossR/ShellScriptTidyUp
...
Shell script tidy up.
4 years ago
Pete Johanson
d5ec32612d
feat(docs): Add missing shields to hardware page.
4 years ago
Jason Chestnut
5c4705d465
Add new matrix scan flag and implementation in the gpio matrix driver.
4 years ago
CrossR
cd194dbac4
Add licenses.
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
Pete Johanson
1a1b9652f0
Merge pull request #207 from reizero00/romac_plus
...
Remove bt_unpair_combo from romac_plus.overlay
4 years ago
Kristoffer Onias
8e92ae3089
Remove bt_unpair_combo from romac_plus.overlay
4 years ago
Pete Johanson
6ecf62a9ed
Merge pull request #198 from reizero00/romac_plus
...
RoMac+ v4 Support for nice!nano v1
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