Commit Graph

1200 Commits

Author SHA1 Message Date
Pete Johanson 84dcf3715f Typo fix for the intro page. 2020-06-08 10:41:02 -04:00
Pete Johanson bf9ba855a3 Fix for MT keys sending press/release quickly. 2020-06-02 11:56:37 -04:00
Pete Johanson 8de6c85b74 Implement a basic set of consumer page keycodes. 2020-06-02 11:23:22 -04:00
Pete Johanson f1afbb8e49 Some basic docs clean up. 2020-05-31 15:35:32 -04:00
Pete Johanson 749df61a2e Add docs about clean room design. 2020-05-31 10:54:14 -04:00
Pete Johanson 5a8f200896 More keycodes. 2020-05-29 23:30:39 -04:00
Pete Johanson 56a0bc2aba Add one keycode alias. 2020-05-29 15:17:26 -04:00
Pete Johanson 34d6bffd18 Build against branch w/ external shield fixes. 2020-05-29 11:32:02 -04:00
Pete Johanson 1a7b7ed7b3 Remove label that snuck in. 2020-05-29 11:20:44 -04:00
Pete Johanson 0846efbfe3 Note about need for keymaps with no pad at a matrix location. 2020-05-29 11:20:27 -04:00
Pete Johanson 7bc0a9957d Rename ZC_NOOP to ZC_NO. 2020-05-29 11:20:05 -04:00
Pete Johanson dbd4cc66c0 Refactor where ZMK KConfigs come from. 2020-05-29 00:15:57 -04:00
Pete Johanson 45f65a0297 Rwmove TODO item about gpio kscan driver. 2020-05-28 20:39:21 -04:00
Pete Johanson 432adf5b60 Fixes for multiple GPIO kscan devices as expected. 2020-05-28 16:56:39 -04:00
Pete Johanson 6e1e21c2be Add missing returns for the new modifiers functions. 2020-05-27 23:14:09 -04:00
Pete Johanson 1423fe175c Add link to WIP website. 2020-05-27 10:42:35 -04:00
Pete Johanson 9a09eb14af Initial composite kscan driver.
* For now, to be used for FrankenKyria, where both
  matrix halves will be attached to the same MCU, but
  should be a stepping stone to proper split support
  once we have a kscan driver over a split transport.
* Implement multiple instances for mock kscan driver.
2020-05-27 00:53:31 -04:00
Pete Johanson abd106032d Remove unnecessary printk. 2020-05-26 21:09:35 -04:00
Pete Johanson 72ad47e027 Initial import of GPIO kscan driver into ZMK. 2020-05-26 20:48:15 -04:00
Pete Johanson dfd5bc0586 More complete intro to the project. 2020-05-26 11:55:58 -04:00
Pete Johanson 2ec5be9f8f Docs deploy badge. 2020-05-25 21:39:44 -04:00
Pete Johanson e00408d746 Initial work on basic documentation. 2020-05-25 21:33:21 -04:00
Peter 96b87b2594 Merge branch 'actions/mod-tap-initial-work' into 'master'
Actions: Mod-Tap initial work

See merge request zmkproject/zmk!1
2020-05-25 03:19:21 +00:00
Pete Johanson 76a433fc39 Clean up and implement MT release w/o mod press. 2020-05-24 23:13:33 -04:00
Pete Johanson 53aadc4f93 Initial exploration of mod tap action. 2020-05-24 19:25:46 -04:00
Pete Johanson ed5532bf94 Add a mock kscan driver, working native_posix.
* Unified logging to one module.
* Mock kscan driver that simulates events.
* Working native_posix board target for testing.
2020-05-24 18:22:16 -04:00
Pete Johanson 9d5de4e922 Fixes for keymap key selection logic. 2020-05-22 22:46:21 -04:00
Pete Johanson 02584a4549 Minor prep for settings loading, once working. 2020-05-20 23:36:27 -04:00
Pete Johanson 872490455b Remove some kscan GPIO to-do items that are done. 2020-05-20 23:36:12 -04:00
Pete Johanson 0db57b0c12 Fix for return value from HID mod functions. 2020-05-20 15:51:44 -04:00
Pete Johanson 9e27f0b566 Commented logging directives for use later. 2020-05-20 15:29:47 -04:00
Pete Johanson fb5cf6ba02 A few more readme items. 2020-05-19 15:24:11 -04:00
Pete Johanson 585e062e87 Initial basic modifiers support. 2020-05-18 23:34:36 -04:00
Pete Johanson 5e34e7fec9 More README updates. 2020-05-18 16:21:41 -04:00
Pete Johanson d9ca07a914 Move BLE passkey entry behind config flag. 2020-05-18 15:07:37 -04:00
Pete Johanson ba156498bd Comment out non-working layer enum generation. 2020-05-18 13:50:30 -04:00
Pete Johanson f478438f01 Implement raise/lower for default keymap.
* Properly allow includes for keymaps to allow defining
  custom keycodes, and then adding them to the
  keymap.overlay file.
* Fix keymap.c loading after build refactor.
* Fix for deactivating a layer working properly.
* Fix default keymap to put transparent in proper spots to
  make raise/lower keycodes work as expected.
* Add custom raise/lower keycode handling to default
  keymap.
2020-05-18 13:42:41 -04:00
Pete Johanson c1905745b3 Refactor build/config/keymaps.
* Move all headers to `include/zmk` directory.
* Update includes to reference them properly.
* Add `keymap.c` file from keymap, if found.
* Toplevel CONFIG_ZMK_BLE aggregate config setting.
2020-05-18 09:11:46 -04:00
Pete Johanson b3babe2505 Initial passkey entry support. 2020-05-16 23:26:26 -04:00
Pete Johanson 3b10e00d27 Fixes for finding keymap directory. 2020-05-16 20:02:27 -04:00
Pete Johanson 0494f6a8c2 Rename the keymap. 2020-05-16 18:56:19 -04:00
Pete Johanson 644a05a274 Keymap directory support. 2020-05-16 17:30:30 -04:00
Pete Johanson dffedab7ff One more todo item. 2020-05-15 21:54:01 -04:00
Pete Johanson ebd3634372 Add some TODOs to the toplevel readme. 2020-05-15 21:52:25 -04:00
Pete Johanson b135eb65f5 BLE Security/Pairing fixes for "Just Works" SC. 2020-05-15 11:39:16 -04:00
Pete Johanson 73bea6218e Some initial BEL HoG support. 2020-05-15 09:41:06 -04:00
Pete Johanson 04fe57d3a3 Some refactoring to prep for BLE support. 2020-05-12 14:15:33 -04:00
Pete Johanson be53560b77 Full NKRO support, fixes for keymap key selection. 2020-05-12 13:22:07 -04:00
Pete Johanson 02bffb009f Pass pointer to event to user handler.
* Allow user functions to modify/update the event if they
  need to.
2020-05-11 14:42:59 -04:00
Pete Johanson 7a4624f578 Small tweak. 2020-05-11 13:58:10 -04:00