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
Pete Johanson
8ee9a37498
Tweak the defconfigs for nice_nano and handwire.
4 years ago
Pete Johanson
1659562bb7
Rename keymap-transform to matrix-transform.
...
* Clearer name to capture essence of the role of the
transform.
4 years ago
Pete Johanson
6b6ecb3b0c
Tweaks to remove "helper macros"
...
* More direct transform maps were agreed to be clearer.
* Remove helpers, just use simple `RC` macro to map a
logical location to a row/column pair.
4 years ago
Pete Johanson
a65cdea66b
Better naming, layout comments for clarity.
4 years ago
Pete Johanson
a4885db2bf
Use the correct family ID for the AdaFruit bootloader.
4 years ago
Pete Johanson
85e505e06e
Build UF2 image for nice!nano board as well.
4 years ago
Pete Johanson
557996bcd0
Fixes for SPI pins for "P1" pins
...
Co-authored-by: Nick Winans <nick.win999@gmail.com>
4 years ago
Pete Johanson
879ce6fa6b
Enable BLE by default as well.
4 years ago
Pete Johanson
75b01869f0
Add (untested) pins for SPI.
4 years ago
Pete Johanson
a5ade1f947
Add missing `compatible` entry for the toplevel board.
4 years ago
Pete Johanson
4294b4873e
Initial basic work on nice!nano board support.
4 years ago
Pete Johanson
1751470785
Initial work on keymap transforms for non-standard matrixes.
...
* Allows "gaps" for keyboards like Kyra.
* Allows keyboards with matrixes that don't map the logical key
locations to have normal looking keymaps when defined.
4 years ago
Pete Johanson
0712dadd29
Tweaks for Proton-C board.
4 years ago
Pete Johanson
583839afce
Initial refactor to have a shield/board have one default keymap.
...
* Start of work of focusing on out-of-tree user keymaps.
Add ZMK_CONFIG support.
* General external configuration supported via ZMK_CONFIG,
which should point to a configuration directory.
* Priority order of overlay files to select.
* ${SHIELD}_${BOARD}.overlay
* ${SHIELD}.overlay
* ${BOARD}.overlay
* default.overlay
* Equivalent search order for .conf files for initial Kconfig
values.
4 years ago
Pete Johanson
0ee01390bd
Initial handwire proton-c shield for testing.
4 years ago
Pete Johanson
7614e7e52b
Initial work on Proton-C board definition.
4 years ago
Pete Johanson
297e457dd5
Fix remaining Apache header lines.
4 years ago
Pete Johanson
38f1dbd984
Move Zephyr app into subdirectory.
4 years ago