Commit Graph

1923 Commits

Author SHA1 Message Date
Pete Johanson dca81c6579 Tweaks for multiple OS stuff. 2020-07-13 23:48:26 -04:00
Pete Johanson e448f2d32b kscan: matrix: Remove verbose logging in read. 2020-07-11 13:10:01 -04:00
Pete Johanson c45dbe3c8f boards: nice_nano: Fix i2c usage.
* change conflicting pins usage for uart.
* use i2c0 properly instead.
2020-07-11 13:09:18 -04:00
Pete Johanson 497049ff68 Detect additional key presses on the same output.
* Interrupts won't follow on additional keys
  pressed on an already "held" output pin,
  so queue additional reads while any keys are held.
2020-07-07 16:26:11 -04:00
Pete Johanson 092fa866af Add doc on enabling USB logging. 2020-07-07 11:58:12 -04:00
Pete Johanson 4fb98e04f2 Add missing `id` header. 2020-07-07 10:54:28 -04:00
Pete Johanson 6cafa9556c nice!nano fixes for necessary USB CDC ACM UART console. 2020-07-07 10:49:51 -04:00
Pete Johanson 7c5fb7adb5 Use SYS_INIT for BLE and USB init. 2020-07-07 10:20:23 -04:00
Pete Johanson 48f3f86a83 Initial shield dev guide. 2020-07-06 23:30:07 -04:00
Pete Johanson f5eb3f35f2
Merge pull request #54 from petejohanson/docs/dev-boards-shields
Expanded dev docs on boards/shields/keymaps.
2020-07-06 11:54:12 -04:00
Pete Johanson bd1e2b069b Expanded dev docs on boards/shields/keymaps. 2020-07-06 11:40:03 -04:00
Pete Johanson 9bee640ae3 More Planck rev6 fixes. 2020-07-06 10:19:44 -04:00
Pete Johanson a9b949cd94 Fixes for WIP planck board definition. 2020-07-06 00:43:03 -04:00
Pete Johanson 35e35030f1 Remove old GitLab CI config. 2020-07-03 15:02:30 -04:00
Pete Johanson 1976449ea1 Remove Dockerfile, using zmkfirmware/zephyr-west-action now instead. 2020-07-03 15:02:12 -04:00
Pete Johanson 6c9cf210bc Fix the Discord badge to link to invite. 2020-07-03 15:01:05 -04:00
Pete Johanson 1c7af08378 Add DIscord badge. 2020-07-03 14:54:52 -04:00
Pete Johanson 2e5669693f Add link to the enhancement label in GH. 2020-07-03 14:30:52 -04:00
Pete Johanson 717621a73f Updated email link for CoC issues. 2020-07-03 10:57:17 -04:00
Pete Johanson fb5fd8cc02 Add the discord link in the README as well. 2020-07-03 10:51:29 -04:00
Pete Johanson 3cc8b96ac8 Updated link to Discord invite. 2020-07-03 10:45:50 -04:00
Pete Johanson 87cd83ddb6 Move the netlify.toml file into docs/ 2020-07-03 10:43:27 -04:00
Pete Johanson f08578a5f1 Make the redirect temporary. 2020-07-03 10:42:20 -04:00
Pete Johanson 38a254dad2 Add a redirect to the new invite. 2020-07-03 10:40:08 -04:00
Pete Johanson 7ce82fbd12 Add ability to have board overlay combined w/ shield keymap. 2020-07-01 22:58:30 -04:00
Pete Johanson 4c5ed99381
Merge pull request #42 from petejohanson/core/event-manager-refactor
Refactor to generic event manager, ditch "global behaviors" as a concept.
2020-06-30 16:42:52 -04:00
Pete Johanson 7bf8621d5b Whitespace fix. 2020-06-30 16:39:29 -04:00
Pete Johanson a62a2f8c5c Cleanup, license headers. 2020-06-30 16:13:03 -04:00
Pete Johanson cb087b54e5 One more lingering global behavior bit. 2020-06-30 15:31:49 -04:00
Pete Johanson c52beb78d4 LIngering "global behavior" bit. 2020-06-30 15:23:21 -04:00
Pete Johanson 57e061ac91 Lots of cleanup of old events/behavior mash. 2020-06-30 15:21:42 -04:00
Pete Johanson b23a73e488 Fix back/forward slash keycodes. 2020-06-30 13:34:24 -04:00
Pete Johanson 03ddcf0695 Properly name the build artifacts w/ shield name. 2020-06-30 12:24:26 -04:00
Pete Johanson 96ec16da92 Modifier event, tweaks for linker script. 2020-06-30 10:43:09 -04:00
Pete Johanson 9a991bf019 Initial event manager work, and two first events.
* Add initial event manager implementation,
  roughly mimicking Nordic's API.
* Add `position_state_changed` and
  `keycode_state_changed` events.
* Hook up HID and keymap to new events
  instead of using behaviour global event
  crazy.
2020-06-30 00:31:09 -04:00
Pete Johanson 22238d24de Add Algolia search config. 2020-06-29 10:20:07 -04:00
Pete Johanson 7944835ecf
Merge pull request #41 from petejohanson/boards/kyria-left-right-matrix-transform-fixes
Kyria left/right overlays, matrix transform fixes
2020-06-27 00:21:14 -04:00
Pete Johanson 5ffd95694f Kyria left/right overlays, matrix transform fixes
* Refactor Kyria into separate left/right "revisions"
  of the Kyria shield, and include central
  kyria.dtsi file with common definition.
* Fixes for keymaps to work fully with matrix
  transforms that override effective rows/columns.
* Add ability for matrix transform to do row/col
  offsets, which is needed for split keyboards.
2020-06-27 00:16:15 -04:00
Pete Johanson f84a41de3e Only test w/ Kyria and handwire. 2020-06-26 11:38:58 -04:00
Pete Johanson 185f9be6ab Tweak to use a better set of shields for build. 2020-06-26 11:33:41 -04:00
Pete Johanson 2eb6fbd5a2 Fix the clueboard keymap. 2020-06-26 11:32:32 -04:00
Pete Johanson f8010d046f Add missing semicolon to pro micro nexus. 2020-06-26 11:23:31 -04:00
Pete Johanson 559670b818 Missed removing some preceding 0 padding. 2020-06-26 11:07:42 -04:00
Pete Johanson 2ff217d39e Refactor ProMicro to a/d connector. 2020-06-25 23:21:53 -04:00
Pete Johanson c32c25d3c0 Properly allocate input/output arrays statically. 2020-06-25 23:21:11 -04:00
Pete Johanson cd6bdc336a Enable ZMK USB by default on nano. 2020-06-25 23:20:31 -04:00
Pete Johanson c457d9880d
Merge pull request #32 from petejohanson/core/refactor-keymap-to-behaviors
Refactor keymap to behaviors
2020-06-25 14:39:08 -04:00
Pete Johanson b1cab32c66
Merge pull request #40 from petejohanson/boards/clueboard-california-macropad
Initial working Clueboard California Macropad w/ proton-c fixes
2020-06-24 10:46:02 -04:00
Pete Johanson a6a364725d Fix .gitignore, add missing changes. 2020-06-24 10:37:02 -04:00
Pete Johanson 17ef033f00 Tweaks to readme. 2020-06-24 10:19:02 -04:00