Commit graph

  • c4f399df2f Refactor method name to make consistent with rest of keymap naming conventions KemoNine 2020-12-09 05:31:04 +00:00
  • e6a27b15c1 fix(kscan): Fix building kscan for tests. Pete Johanson 2020-12-08 22:06:56 -05:00
  • 9f7d6ac200 fix(kscan): Fix building kscan for tests. Pete Johanson 2020-12-08 22:06:56 -05:00
  • 665be54996 Adjust typedef location, tweak internal vars to have better variable naming/scope KemoNine 2020-12-08 17:50:21 +00:00
  • 02673e2f1d update doc about bluetooth Chiyuan Zhang 2020-12-04 18:39:58 -08:00
  • 07e7a05899 update doc about bluetooth Chiyuan Zhang 2020-12-04 18:39:58 -08:00
  • 97d045e7ef ci(build): add zmk.hex to archive innovaker 2020-12-02 14:09:30 +00:00
  • 7ca90540ae ci(build): refactor archiving to support multiple paths innovaker 2020-12-02 14:08:30 +00:00
  • b26ceebd4c ci(build): add missing boards innovaker 2020-12-02 05:15:02 +00:00
  • a9f257cdec feat(devcontainer): add forwardPorts 3000 innovaker 2020-12-03 01:32:54 +00:00
  • 784ddfc620 Add note about cmake 3.19 not working with zephr ; addresses issue #487 KemoNine 2020-12-07 18:48:17 +00:00
  • b3ff09e8fe Add note about cmake 3.19 not working with zephr ; addresses issue #487 KemoNine 2020-12-07 18:48:17 +00:00
  • b0c525df72
    feat(shields): add CRBN shield ReFil 2020-12-07 16:49:37 +00:00
  • 28d676f0cb
    Update app/boards/shields/crbn/crbn.overlay ReFil 2020-12-07 16:28:00 +00:00
  • 53862682e9 Update crbn.keymap Harry Herring 2020-12-05 16:49:08 +00:00
  • 3d55d1b7cb CRBN Compatibility Harry Herring 2020-12-05 16:13:39 +00:00
  • d815c8aaa1 Fix clang-format KemoNine 2020-12-07 12:41:55 +00:00
  • be5ee7780e Cleanup code per PR discussion KemoNine 2020-12-07 12:39:52 +00:00
  • 328a797e0d Add KemoNine to authors per PeteJohnson KemoNine 2020-12-07 11:37:17 +00:00
  • 517e7bd409 Add KemoNine to authors per PeteJohnson KemoNine 2020-12-07 11:37:17 +00:00
  • eeab3794ee ci(build): add zmk.hex to archive innovaker 2020-12-02 14:09:30 +00:00
  • 33de8e4860 ci(build): refactor archiving to support multiple paths innovaker 2020-12-02 14:08:30 +00:00
  • 789b3a88ce ci(build): add missing boards innovaker 2020-12-02 05:15:02 +00:00
  • 8e5be7850f feat(devcontainer): add forwardPorts 3000 innovaker 2020-12-03 01:32:54 +00:00
  • 9c1a544381 Add note about default number of available profiles and how to increase if desired KemoNine 2020-12-04 04:16:02 +00:00
  • 52df05a545 Tweak/cleanup bluetooth documentation so it's more clear which codes should be used in keymaps as well as to call attention to BT_SEL requiring a second parameter KemoNine 2020-12-04 03:51:29 +00:00
  • a6a64873af refactor(devcontainer): reorder properties innovaker 2020-12-03 01:25:21 +00:00
  • 5122af6111 ci(build): add missing pro-micro compatible shields innovaker 2020-12-02 03:29:10 +00:00
  • 8ad4f4133d ci(build): add support for board-only builds innovaker 2020-12-02 10:24:32 +00:00
  • 7ea1892bbb fix(display): All display updates in work thread. Pete Johanson 2020-12-03 22:53:54 -05:00
  • 0d80220e14 fix(ble): Raise profile events from work thread. Pete Johanson 2020-12-03 22:53:03 -05:00
  • 8b72dcffa3 Add layer change event KemoNine 2020-12-07 01:25:20 +00:00
  • e00eceb508 fix(sticky keys): fix tapping-sticky-keys bug. Okke Formsma 2020-11-30 22:02:57 +01:00
  • f86e0fff14 fix(sticky keys): always clear sticky key when releasing the behavior Okke Formsma 2020-11-30 21:50:33 +01:00
  • 2ba16c2f3d fix(sticky keys): use correct timestamp when clearing sticky key in timer Okke Formsma 2020-11-30 21:46:39 +01:00
  • 37946ff57b fix(sticky keys): simplify timer management Okke Formsma 2020-11-30 21:40:26 +01:00
  • c537bc1004 feat(docs): add keymap upgrader Joel Spadin 2020-11-07 18:03:20 -06:00
  • e5f0456d17 fix(display): All display updates in work thread. Pete Johanson 2020-12-03 22:53:54 -05:00
  • 783fc4d3db fix(ble): Raise profile events from work thread. Pete Johanson 2020-12-03 22:53:03 -05:00
  • 4080991212 Add note about default number of available profiles and how to increase if desired KemoNine 2020-12-04 04:16:02 +00:00
  • d586753a63 Tweak/cleanup bluetooth documentation so it's more clear which codes should be used in keymaps as well as to call attention to BT_SEL requiring a second parameter KemoNine 2020-12-04 03:51:29 +00:00
  • 4b6ff6e2b5
    Switch to GPL sudo killall windows 2020-12-03 20:44:36 -06:00
  • e6523ac766 fix(ble): Avoid concurrent GATT notify using sem. Pete Johanson 2020-12-03 16:04:48 -05:00
  • bb9a4dd758 fix(split): Use queue/work for peripheral events. Pete Johanson 2020-12-03 00:12:21 -05:00
  • 8f16e62d13 refactor(devcontainer): reorder properties innovaker 2020-12-03 01:25:21 +00:00
  • 2f9e8ea3c1 refactor(devcontainer): format with prettier innovaker 2020-12-03 00:56:18 +00:00
  • 059cdc2761 Update devcontainer to include npm and publish port 3000 for working with documentation updates KemoNine 2020-12-03 11:18:13 -05:00
  • 5aafeeefac ci(build): add support for board-only builds innovaker 2020-12-02 10:24:32 +00:00
  • a5bddcedbe build(west): migrate to zmkfirmware/zephyr fork innovaker 2020-12-02 19:59:03 +00:00
  • 82625c6bb5 build(cmake): remove unnecessary SYSCALL_INCLUDE_DIRS for drivers innovaker 2020-11-19 19:45:35 +00:00
  • ca38894e07 fix(drivers): Remove conditional from directories. Pete Johanson 2020-12-04 16:25:32 -05:00
  • bb0032b323 refactor(devcontainer): format with prettier innovaker 2020-12-03 00:56:18 +00:00
  • 935b94dc79 build(west): migrate to zmkfirmware/zephyr fork innovaker 2020-12-02 19:59:03 +00:00
  • 8f5715601b ci(build): add missing pro-micro compatible shields innovaker 2020-12-02 03:29:10 +00:00
  • baa95e576a build(cmake): remove unnecessary SYSCALL_INCLUDE_DIRS for drivers innovaker 2020-11-19 19:45:35 +00:00
  • 54cbc07e6e ci(build): remove proton_c guard from uf2 archive step innovaker 2020-12-02 10:45:08 +00:00
  • 42cdb83823 ci(build): sort boards and shields alphabetically innovaker 2020-12-02 03:27:14 +00:00
  • 8d9ae1fdf3 refactor: Align drivers with Zephyr file system conventions innovaker 2020-11-19 17:20:43 +00:00
  • 33a0c0dfa4 refactor(settings): Add Kconfig option for settings debounce Nick 2020-12-02 16:09:17 -06:00
  • be8d8bf8a4 refactor(shields): Cradio to use interrupts now. Pete Johanson 2020-12-02 16:35:58 -05:00
  • f1f6687464 refactor(kscan): Use PORT events for direct driver Pete Johanson 2020-11-10 16:33:10 -05:00
  • 841f2cb772 refactor: Align drivers with Zephyr file system conventions innovaker 2020-11-19 17:20:43 +00:00
  • 553289fd1e ci(build): improve uf2 guard condition innovaker 2020-12-02 06:56:51 +00:00
  • 0741977e0e ci(build): remove proton_c guard from uf2 archive step innovaker 2020-12-02 10:45:08 +00:00
  • 177b28f01d refactor(settings): Add Kconfig option for settings debounce Nick 2020-12-02 16:09:17 -06:00
  • 8b91918352 refactor(shields): Cradio to use interrupts now. Pete Johanson 2020-12-02 16:35:58 -05:00
  • e0fede4aa5 refactor(kscan): Use PORT events for direct driver Pete Johanson 2020-11-10 16:33:10 -05:00
  • b3f3362b50 feat(display): Initial widget/status screen work. Pete Johanson 2020-08-31 10:18:19 -04:00
  • d5ea426975 refactor(battery): Fire event on battery event. Pete Johanson 2020-11-02 00:10:21 -05:00
  • f8af592a9c Update cmake note to be 3.15 which is the current minimum version. This is a re-implementation of GitHub PR 403 KemoNine 2020-12-02 13:40:40 +00:00
  • 1d09290c3f Update cmake note to be 3.15 which is the current minimum version. This is a re-implementation of GitHub PR 403 KemoNine 2020-12-02 13:40:40 +00:00
  • f8f5deecd1 Merge branch 'main' into fixed ReFil 2020-12-02 13:24:40 +00:00
  • 5e5dbf9f01
    Delete setup.sh ReFil 2020-12-02 13:15:11 +00:00
  • 05eb2411c7
    Delete setup.ps1 ReFil 2020-12-02 13:15:02 +00:00
  • 4c4bf89d4d CRBN compatibility, planck keymap ReFil 2020-12-02 13:03:13 +00:00
  • d1d6a5e555 Create setup.ps1 ReFil 2020-12-02 12:42:05 +00:00
  • 0148961ee3
    Delete setup.ps1 ReFil 2020-12-02 12:41:03 +00:00
  • f0610e025c Update setup.ps1 ReFil 2020-12-02 12:40:12 +00:00
  • e5d4267cd3 ci(build): add a .uf2 extension to artifacts innovaker 2020-12-02 08:46:32 +00:00
  • a15c32ce32 ci(build): sort boards and shields alphabetically innovaker 2020-12-02 03:27:14 +00:00
  • 94f058bc90 ci(build): replace board matrix array with list innovaker 2020-12-02 02:16:53 +00:00
  • afc770dc85 ci(build): replace board matrix array with list innovaker 2020-12-02 02:16:53 +00:00
  • 67a333ce82 feat(display): Initial widget/status screen work. Pete Johanson 2020-08-31 10:18:19 -04:00
  • baf15c8efb refactor(build.yml): replace board matrix array with list innovaker 2020-12-02 02:16:53 +00:00
  • 4549a1deac
    Update setup.ps1 ReFil 2020-12-01 19:41:45 +00:00
  • 1c506da532 Update setup.ps1 Harry Herring 2020-12-01 19:38:00 +00:00
  • 75f9f7aff9 Create setup.ps1 Harry Herring 2020-12-01 19:35:30 +00:00
  • 7805a6e8ef
    Delete setup.ps1 ReFil 2020-12-01 19:33:06 +00:00
  • a4358cf396 Update setup.ps1 Harry Herring 2020-12-01 19:23:10 +00:00
  • d788236304 Revert "Update setup.ps1" Harry Herring 2020-12-01 19:20:35 +00:00
  • 7a359a55d0 Update setup.ps1 Harry Herring 2020-12-01 19:19:16 +00:00
  • b067b75061 Oh god what have i done Harry Herring 2020-12-01 19:11:00 +00:00
  • 23d455ed44 Fixes to setup.ps1 Harry Herring 2020-12-01 18:59:12 +00:00
  • f8a7fee9f6 Revert "Merge branch 'main' into main" Harry Herring 2020-12-01 18:55:04 +00:00
  • ba1ab1ab35
    Merge branch 'main' into main ReFil 2020-12-01 18:50:56 +00:00
  • 7b3a55cf50 refactor(ble): silence warning auth_passkey_display not used innovaker 2020-11-18 17:34:16 +00:00
  • fe010c7b6d refactor(workflows): add 3- prefix to cache keys innovaker 2020-11-28 17:48:18 +00:00
  • fa4c975d94 fix(sticky keys): fix tapping-sticky-keys bug. Okke Formsma 2020-11-30 22:02:57 +01:00
  • 6e0627d951 fix(sticky keys): always clear sticky key when releasing the behavior Okke Formsma 2020-11-30 21:50:33 +01:00
  • 52b93f236f fix(sticky keys): use correct timestamp when clearing sticky key in timer Okke Formsma 2020-11-30 21:46:39 +01:00