Commit Graph

  • 2c63214c7d A few more missing build steps. Pete Johanson 2020-06-10 00:13:55 -04:00
  • 5cebba1637 Various docs fixes, including PR feedback. Pete Johanson 2020-06-10 00:05:28 -04:00
  • a952cd6899 Title fix, remove redundant "keyboard". Pete Johanson 2020-06-09 23:24:19 -04:00
  • ce5c094d49 Merge pull request #5 from zmkfirmware/docs/logo-and-colors Pete Johanson 2020-06-09 23:22:26 -04:00
  • e9d7c54b1c New logo and color palette. Pete Johanson 2020-06-09 23:18:12 -04:00
  • a709e95680 Fill out dev setup even more. Pete Johanson 2020-06-09 23:15:02 -04:00
  • 4ea641f34a Typo fix, add ™ properly. Pete Johanson 2020-06-09 17:00:22 -04:00
  • 7cb7d705d6 Improved dev setup docs. Pete Johanson 2020-06-09 16:35:47 -04:00
  • 1ba66e7dbe Nix Bluetooth in favor of BLE for now. Pete Johanson 2020-06-09 15:50:46 -04:00
  • 297e457dd5 Fix remaining Apache header lines. Pete Johanson 2020-06-09 09:54:13 -04:00
  • dbabeffa8a Properly reference MIT license consistently. Pete Johanson 2020-06-09 09:52:26 -04:00
  • 6b48b6dadd Initial cleanup of docs template, GitHub URLs, etc. Pete Johanson 2020-06-08 23:10:48 -04:00
  • 6b034ef5b5 Make workflow badge link to the GH Actions page. Pete Johanson 2020-06-08 22:57:28 -04:00
  • bdfc8e7963 Name the whole workflow. Pete Johanson 2020-06-08 22:48:25 -04:00
  • f8f999ab1c Add status badge, rename basic build workflow. Pete Johanson 2020-06-08 22:41:06 -04:00
  • f0f466b9a1 Merge pull request #1 from zmkfirmware/ci/refactor-to-published-action Pete Johanson 2020-06-08 22:27:27 -04:00
  • d568df7bc9 Move to published action for zephyr/west usage. Pete Johanson 2020-06-08 21:53:48 -04:00
  • bab95eab79 Fix for multiple paths. Pete Johanson 2020-06-08 21:26:50 -04:00
  • 06c985ccdd Initial caching work. Pete Johanson 2020-06-08 21:23:34 -04:00
  • 88720b1dff Specify the source directory for the west build command. Pete Johanson 2020-06-08 21:14:05 -04:00
  • 38f1dbd984 Move Zephyr app into subdirectory. Pete Johanson 2020-06-08 21:07:16 -04:00
  • 92b41d28e5 Add a few more intended features. Pete Johanson 2020-06-08 21:04:34 -04:00
  • 76ae92b0fc Try some directory tweaks Pete Johanson 2020-06-08 20:35:30 -04:00
  • b4a83fa945 List directory. Pete Johanson 2020-06-08 20:21:05 -04:00
  • 2c2bbef9d0 Fix path to entrypoint.sh. Pete Johanson 2020-06-08 12:53:17 -04:00
  • 89d61e8793 Try using an entrypoint script for args. Pete Johanson 2020-06-08 12:49:02 -04:00
  • d77df5a27a Action directory name fix. Pete Johanson 2020-06-08 11:31:32 -04:00
  • 492ae24d60 Fix duplicate job ID. Pete Johanson 2020-06-08 11:30:05 -04:00
  • 41115274e1 Initial exploration of GH actions. Pete Johanson 2020-06-08 11:28:52 -04:00
  • c1cc46c3b2 Updated favicon for the docs site. Pete Johanson 2020-06-08 11:07:08 -04:00
  • 5304ff9c77 Basic ZMK logo. Pete Johanson 2020-06-08 10:46:38 -04:00
  • 84dcf3715f Typo fix for the intro page. Pete Johanson 2020-06-08 10:41:02 -04:00
  • bf9ba855a3 Fix for MT keys sending press/release quickly. Pete Johanson 2020-06-02 11:56:37 -04:00
  • 8de6c85b74 Implement a basic set of consumer page keycodes. Pete Johanson 2020-06-02 11:23:22 -04:00
  • f1afbb8e49 Some basic docs clean up. Pete Johanson 2020-05-31 15:35:32 -04:00
  • 749df61a2e Add docs about clean room design. Pete Johanson 2020-05-31 10:54:14 -04:00
  • 5a8f200896 More keycodes. Pete Johanson 2020-05-29 23:30:39 -04:00
  • 56a0bc2aba Add one keycode alias. Pete Johanson 2020-05-29 15:17:26 -04:00
  • 34d6bffd18 Build against branch w/ external shield fixes. Pete Johanson 2020-05-29 11:32:02 -04:00
  • 1a7b7ed7b3 Remove label that snuck in. Pete Johanson 2020-05-29 11:20:44 -04:00
  • 0846efbfe3 Note about need for keymaps with no pad at a matrix location. Pete Johanson 2020-05-29 11:20:27 -04:00
  • 7bc0a9957d Rename ZC_NOOP to ZC_NO. Pete Johanson 2020-05-29 11:20:05 -04:00
  • dbd4cc66c0 Refactor where ZMK KConfigs come from. Pete Johanson 2020-05-29 00:15:57 -04:00
  • 45f65a0297 Rwmove TODO item about gpio kscan driver. Pete Johanson 2020-05-28 20:39:21 -04:00
  • 432adf5b60 Fixes for multiple GPIO kscan devices as expected. Pete Johanson 2020-05-28 16:56:39 -04:00
  • 6e1e21c2be Add missing returns for the new modifiers functions. Pete Johanson 2020-05-27 23:14:09 -04:00
  • 1423fe175c Add link to WIP website. Pete Johanson 2020-05-27 10:42:35 -04:00
  • 9a09eb14af Initial composite kscan driver. Pete Johanson 2020-05-27 00:48:03 -04:00
  • abd106032d Remove unnecessary printk. Pete Johanson 2020-05-26 21:09:35 -04:00
  • 72ad47e027 Initial import of GPIO kscan driver into ZMK. Pete Johanson 2020-05-26 20:48:15 -04:00
  • dfd5bc0586 More complete intro to the project. Pete Johanson 2020-05-26 11:55:58 -04:00
  • 2ec5be9f8f Docs deploy badge. Pete Johanson 2020-05-25 21:39:44 -04:00
  • e00408d746 Initial work on basic documentation. Pete Johanson 2020-05-25 21:33:21 -04:00
  • 96b87b2594 Merge branch 'actions/mod-tap-initial-work' into 'master' Peter 2020-05-25 03:19:21 +00:00
  • 76a433fc39 Clean up and implement MT release w/o mod press. Pete Johanson 2020-05-24 23:13:33 -04:00
  • 53aadc4f93 Initial exploration of mod tap action. Pete Johanson 2020-05-22 22:47:03 -04:00
  • ed5532bf94 Add a mock kscan driver, working native_posix. Pete Johanson 2020-05-24 18:22:16 -04:00
  • 9d5de4e922 Fixes for keymap key selection logic. Pete Johanson 2020-05-22 22:46:21 -04:00
  • 02584a4549 Minor prep for settings loading, once working. Pete Johanson 2020-05-20 23:36:27 -04:00
  • 872490455b Remove some kscan GPIO to-do items that are done. Pete Johanson 2020-05-20 23:36:12 -04:00
  • 0db57b0c12 Fix for return value from HID mod functions. Pete Johanson 2020-05-20 15:51:44 -04:00
  • 9e27f0b566 Commented logging directives for use later. Pete Johanson 2020-05-20 15:29:47 -04:00
  • fb5cf6ba02 A few more readme items. Pete Johanson 2020-05-19 15:24:11 -04:00
  • 585e062e87 Initial basic modifiers support. Pete Johanson 2020-05-18 23:34:36 -04:00
  • 5e34e7fec9 More README updates. Pete Johanson 2020-05-18 16:21:41 -04:00
  • d9ca07a914 Move BLE passkey entry behind config flag. Pete Johanson 2020-05-18 15:07:37 -04:00
  • ba156498bd Comment out non-working layer enum generation. Pete Johanson 2020-05-18 13:50:30 -04:00
  • f478438f01 Implement raise/lower for default keymap. Pete Johanson 2020-05-18 13:42:41 -04:00
  • c1905745b3 Refactor build/config/keymaps. Pete Johanson 2020-05-18 09:11:46 -04:00
  • b3babe2505 Initial passkey entry support. Pete Johanson 2020-05-16 23:26:26 -04:00
  • 3b10e00d27 Fixes for finding keymap directory. Pete Johanson 2020-05-16 20:02:27 -04:00
  • 0494f6a8c2 Rename the keymap. Pete Johanson 2020-05-16 18:56:19 -04:00
  • 644a05a274 Keymap directory support. Pete Johanson 2020-05-16 17:30:30 -04:00
  • dffedab7ff One more todo item. Pete Johanson 2020-05-15 21:54:01 -04:00
  • ebd3634372 Add some TODOs to the toplevel readme. Pete Johanson 2020-05-15 21:52:25 -04:00
  • b135eb65f5 BLE Security/Pairing fixes for "Just Works" SC. Pete Johanson 2020-05-15 11:39:16 -04:00
  • 73bea6218e Some initial BEL HoG support. Pete Johanson 2020-05-15 09:41:06 -04:00
  • 04fe57d3a3 Some refactoring to prep for BLE support. Pete Johanson 2020-05-12 14:15:33 -04:00
  • be53560b77 Full NKRO support, fixes for keymap key selection. Pete Johanson 2020-05-12 13:22:07 -04:00
  • 02bffb009f Pass pointer to event to user handler. Pete Johanson 2020-05-11 14:42:59 -04:00
  • 7a4624f578 Small tweak. Pete Johanson 2020-05-11 13:58:10 -04:00
  • 106d0bb1cd Fix for pwd after before_script Pete Johanson 2020-05-11 13:45:26 -04:00
  • 9eb503640b Tweaks for workspace directory. Pete Johanson 2020-05-11 13:40:58 -04:00
  • 182a316666 FIx the symlink. Pete Johanson 2020-05-11 13:25:10 -04:00
  • 0206796953 Try a symlink trick into a workspace so west modules are in the build dir. Pete Johanson 2020-05-11 13:18:15 -04:00
  • bfe2e10421 Try being explicit about cache paths. Pete Johanson 2020-05-11 12:53:34 -04:00
  • 8f80858d3a Cache common directories. Pete Johanson 2020-05-11 12:44:19 -04:00
  • 203fcc3b0b Switch to tagged image name. Pete Johanson 2020-05-11 11:54:08 -04:00
  • 64a0f1b324 Tweak to image tag name. Pete Johanson 2020-05-11 11:51:19 -04:00
  • 9137bf1ce5 Docker tag/push fix. Pete Johanson 2020-05-11 11:46:49 -04:00
  • 858abaf0d4 Make sure we don't run build on Docker branches/tags. Pete Johanson 2020-05-11 11:46:06 -04:00
  • c5e4eea3fd Tweaks to when we do docker job. Pete Johanson 2020-05-11 11:38:04 -04:00
  • b67c479f70 Remove locale tweaks. Pete Johanson 2020-05-11 11:24:03 -04:00
  • 9d21a0daa4 Docker tweaks. Pete Johanson 2020-05-11 11:09:10 -04:00
  • 694e73a4cf Try again. Pete Johanson 2020-05-11 11:05:04 -04:00
  • f693db30ce Use CI_PROJECT_DIR properly. Pete Johanson 2020-05-11 11:02:18 -04:00
  • ba019c52a4 Try using new build image. Pete Johanson 2020-05-11 10:57:59 -04:00
  • 4855854a3a Typo fix for the variable name. Pete Johanson 2020-05-11 10:08:35 -04:00
  • 500de0f1b5 Better build orocess for image Pete Johanson 2020-05-11 09:44:37 -04:00
  • b57cfa1d92 Fix useradd Pete Johanson 2020-05-11 08:13:55 -04:00