Commit Graph

1939 Commits

Author SHA1 Message Date
Pete Johanson d74efb331a Kconfig fixes for split roles. 2020-07-17 22:43:40 -04:00
Pete Johanson d1a5c7ee5a Swtich to SYS_INIT. 2020-07-17 22:43:40 -04:00
Pete Johanson be537d0656 Lots of work on split peripheral/central logic. 2020-07-17 22:43:40 -04:00
Pete Johanson a165db6358 Initial work on split central support. 2020-07-17 22:43:40 -04:00
Pete Johanson 3796f76c56 Initial exploration of split BLE service.
* Service for split peripheral to report
  position state to split central.
* Updated advertising info.
* Behavior for split BT until we have a proper
  event system.
2020-07-17 22:43:40 -04:00
Pete Johanson f6110a632d
Merge pull request #57 from petejohanson/boards/lily58-initial-shield
Initial Lily58 shield definition.
2020-07-17 22:41:33 -04:00
Pete Johanson 4495aaa7be Minor keymap fix from PR review. 2020-07-17 22:35:33 -04:00
Pete Johanson c3dd7b694d Initial Lily58 shield definition. 2020-07-16 23:41:55 -04:00
Pete Johanson 4f6e2a6694 Merge branch 'main' of github.com:zmkfirmware/zmk into main 2020-07-15 23:27:18 -04:00
Pete Johanson 33d4341320 Code partition size fix for nice!nano. 2020-07-15 23:27:15 -04:00
Pete Johanson c5b45039f6
Merge pull request #55 from petejohanson/docs/multiple-os-setup-docs
Multiple OS tabs for dev setup instructions
2020-07-14 16:46:08 -04:00
Pete Johanson c23c44a4c4 Fix the default OS tab. 2020-07-14 10:24:51 -04:00
Pete Johanson 4ab6132f70 Bump the default USB EP write retries. 2020-07-14 10:12:25 -04:00
Pete Johanson 8dcb03faa6 Tweaks for highlighting. 2020-07-14 06:40:53 -04:00
Pete Johanson dd34edace1 Remaining fixes. 2020-07-14 00:12:54 -04:00
Pete Johanson fff18dd33e Windows build fixes. 2020-07-13 23:49:36 -04:00
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