Commit graph

  • bbf5a5905a refactor(usb): Report USB status w/o HID output. Pete Johanson 2020-10-04 18:18:44 -0400
  • 6427e64df3 fix(docs): Reorganized section in Windows setup Kevin 2020-10-04 17:10:34 -0700
  • 31e481954f fix(docs): Fixed Python environment variables and commands for Windows setup Kevin 2020-10-04 17:03:56 -0700
  • 4121b07f7f fix(kscan): fix direct GPIO when using interrupts Joel Spadin 2020-10-04 14:03:55 -0500
  • fc5915b200 improvement(kscan): use ARRAY_SIZE macro Joel Spadin 2020-10-04 12:33:12 -0500
  • e6d9134005
    Merge pull request #235 from ChaosinaCan/ec11-fix Pete Johanson 2020-10-03 18:32:01 -0400
  • f6f8abe055 fix(ec11): allow more than one encoder Joel Spadin 2020-09-26 18:39:13 -0500
  • d3cd791769 Merge branch 'main' of github.com:zmkfirmware/zmk into main Pete Johanson 2020-10-02 23:17:55 -0400
  • dfb4f1277d fix(docs): Proper emphasis of MUST NOT. Pete Johanson 2020-10-02 23:17:53 -0400
  • 260044ae5e
    Delete default.keymap David Barr 2020-10-02 14:17:35 +0100
  • 38a418a1d1
    updates as per PR changes (i hope) David Barr 2020-10-02 14:16:59 +0100
  • 091ac414e3
    Merge pull request #227 from DevMashru/main Pete Johanson 2020-10-02 08:53:44 -0400
  • c68e3d3e42 Add missing licensing header Dev 2020-10-01 11:26:54 +0530
  • e2ce9c34b5
    Merge pull request #231 from petejohanson/core/usb-status-api Pete Johanson 2020-10-01 17:29:16 -0400
  • 307a8d09db feat(usb): Function to access latest USB status. Pete Johanson 2020-10-01 17:18:01 -0400
  • 4f494ac5f9
    Merge pull request #230 from petejohanson/docs/nice-nano-product-link-fix Pete Johanson 2020-10-01 15:43:19 -0400
  • 9a3d515583 fix(docs): Link to nice!nano product page itself. Pete Johanson 2020-10-01 15:40:39 -0400
  • ffb42281e9
    Merge pull request #229 from petejohanson/test/clang-format-fix-test Pete Johanson 2020-10-01 11:55:39 -0400
  • 028dfae92e chore: Fix remaining formatting issues. Pete Johanson 2020-10-01 11:40:49 -0400
  • 694b24ca86 fix(ci): Lint detected changes to drivers dir. Pete Johanson 2020-10-01 11:31:02 -0400
  • e993378b2a chore: Fix some accidental formatting issues. Pete Johanson 2020-10-01 11:24:57 -0400
  • 300b753ced
    Merge pull request #212 from shurikai/zmk-202 Pete Johanson 2020-10-01 00:36:29 -0400
  • 16df1522c2 Add TG4X rev 2.1 shield Mubeen Khan 2020-09-30 21:35:51 -0500
  • 17bee0223a remove ds_store files David Barr 2020-09-30 17:12:39 +0100
  • 85af75c7f6 remove .ds_store junk David Barr 2020-09-30 17:10:29 +0100
  • a3d0c03726 rename cradios to cradio David Barr 2020-09-30 16:20:41 +0100
  • d50c371b30
    Merge pull request #222 from petejohanson/bluetooth/fix-max-paired-kconfig Pete Johanson 2020-09-29 12:28:51 -0400
  • 182a6dca1f fix(bluetooth): Proper max paired/conns. Pete Johanson 2020-09-29 12:21:06 -0400
  • c2a861c0e6 Modify preprocessor directives to use basic #if !defined() rather than Zephyr macros where appropriate. Jason Chestnut 2020-09-28 08:24:51 -0400
  • 9392c4f9ff Fix preprocessor flag issues for pull request. jason 2020-09-27 21:27:30 -0400
  • d1deb3e57e
    Merge pull request #216 from noar-t/main Pete Johanson 2020-09-26 23:53:02 -0400
  • 9afd44b9d4 Provide context on Quefrency physical PCB layouts Noah Thornton 2020-09-26 22:10:14 -0500
  • 24b638dfa3
    Apply suggestions from code review Noah Thornton 2020-09-26 21:09:19 -0500
  • 7f7c7037b0 Add quefrency shield Noah Thornton 2020-09-26 11:59:12 -0700
  • cfc75a118e Fix merge error. Jason Chestnut 2020-09-25 11:51:14 -0400
  • cca8337f05 Add support to GPIO matrix driver for matrix polling, rather than interrupt-based IO. - Add ZMK_KSCAN_MATRIX_POLLING config flag to Kconfig - Update matrix driver code to use the above flag to conditionally add the handling code for polling operations. Jason Chestnut 2020-09-23 16:05:29 -0400
  • b1dce208f8 Add matrix polling logic to matrix GPIO driver. Jason Chestnut 2020-09-25 11:29:21 -0400
  • 9668305621 Restore original matrix driver to correct implementation errors. Jason Chestnut 2020-09-24 17:35:51 -0400
  • 819c82547d
    Merge pull request #180 from CrossR/CrossR/ShellScriptTidyUp Pete Johanson 2020-09-24 14:36:07 -0400
  • d5ec32612d feat(docs): Add missing shields to hardware page. Pete Johanson 2020-09-24 14:34:38 -0400
  • 5c4705d465 Add new matrix scan flag and implementation in the gpio matrix driver. Jason Chestnut 2020-09-24 14:30:47 -0400
  • cd194dbac4 Add licenses. CrossR 2020-09-24 17:42:34 +0100
  • 53425aa3c4 Rename kscan direct wired driver polling kscan flag in preparationfor addition of new matrix driver flag that enables polling. Jason Chestnut 2020-09-24 07:55:32 -0400
  • 1a1b9652f0
    Merge pull request #207 from reizero00/romac_plus Pete Johanson 2020-09-23 21:17:31 -0400
  • 8e92ae3089 Remove bt_unpair_combo from romac_plus.overlay Kristoffer Onias 2020-09-23 17:49:13 -0700
  • 6ecf62a9ed
    Merge pull request #198 from reizero00/romac_plus Pete Johanson 2020-09-23 20:14:49 -0400
  • 641524b1b9 Update Keymap legends for consistency Kristoffer Onias 2020-09-23 16:37:46 -0700
  • 9fffebd5da Adopt new BT unpairing standards Kristoffer Onias 2020-09-23 16:31:02 -0700
  • 0ce36865b2 Update keyboard name to be more user friendly Kristoffer Onias 2020-09-23 16:23:54 -0700
  • 4c092044ce Adopt single authors headers Kristoffer Onias 2020-09-23 16:21:42 -0700
  • 31af9646e6 Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix gpio driver. Jason Chestnut 2020-09-23 16:05:29 -0400
  • f1fd71c231 Disabled ec11 since it's an optional configuration Kristoffer Onias 2020-09-23 12:39:06 -0700
  • 551756b0ec Add romac_plus to build.yml Kristoffer Onias 2020-09-21 22:52:50 -0700
  • c044fe8532 Add RoMac plus v4 support on nice nano v1 Kristoffer Onias 2020-09-21 22:29:54 -0700
  • 7b53ee51fc
    Merge pull request #196 from petejohanson/blog/sotf-2 Pete Johanson 2020-09-21 23:14:41 -0400
  • a7ef79e3f8 feat(blog): SOTF #2 initial work.- Closes #182 Pete Johanson 2020-09-21 01:25:37 -0400
  • 90bfe6026d fix(boards): Flash Planck with dfu-util. Pete Johanson 2020-09-21 09:49:56 -0400
  • 736c41fd19
    Merge pull request #194 from petejohanson/community/initial-contributing-doc Pete Johanson 2020-09-20 23:49:56 -0400
  • aa1f9bad6e chore: Add initial CONTRIBUTING.md docs.* Closes #23 Pete Johanson 2020-09-19 23:18:48 -0400
  • 550c35db23 Fix PR comments, add error checking for push. CrossR 2020-09-20 12:52:25 +0100
  • 9b89ed7be4
    Merge pull request #187 from kurtis-lew/main Pete Johanson 2020-09-19 23:12:17 -0400
  • f5909f9c26 fix(clang-format) Nick 2020-09-19 19:18:03 -0500
  • da0fb965f6 Merge remote-tracking branch 'upstream/main' into bluetooth/battery-reporting Nick 2020-09-19 19:15:05 -0500
  • 844f2c7674 Voltage divider driver initial implementation Nick 2020-09-19 19:14:59 -0500
  • ed5d3646fe
    Add files via upload David Barr 2020-09-19 10:56:40 +0100
  • 2855ba75f5
    Actually really working David Barr 2020-09-19 10:55:07 +0100
  • 608ae0df6d fix lint with clang-format Nick 2020-09-15 14:47:19 -0500
  • 18d21b0362 Merge remote-tracking branch 'upstream/main' into underglow/state-persistence Nick 2020-09-15 14:41:59 -0500
  • 81bc157f53 Fix underglow not working by default Nick 2020-09-15 14:31:59 -0500
  • ec86500524
    Update dev-guide-new-shield.md Kurtis Lew 2020-09-14 20:53:26 -0700
  • d86e571757
    Update iris.keymap Kurtis Lew 2020-09-14 20:47:55 -0700
  • 0f8561daa1
    Update dev-guide-new-shield.md Kurtis Lew 2020-09-14 20:46:42 -0700
  • f6932992d2 Revert "Revert "Merge pull request #1 from zmkfirmware/main"" kurtis-lew 2020-09-14 20:39:30 -0700
  • 5383bdd4df Revert "Merge pull request #1 from zmkfirmware/main" kurtis-lew 2020-09-14 20:38:58 -0700
  • 1a492f0f98 Updated dev guide kurtis-lew 2020-09-14 20:37:26 -0700
  • 98098dbe21 Updated build.yml to check default iris keymaps kurtis-lew 2020-09-14 20:20:29 -0700
  • 64c11f15b0 Removed Copyright Header causing Parse Error kurtis-lew 2020-09-14 20:19:54 -0700
  • c0806d27f1
    Merge pull request #186 from BrainWart/tests/fix-build-error-fail Pete Johanson 2020-09-14 10:50:52 -0400
  • 1cf0bad792
    Merge pull request #185 from tominabox1/qaz_update Pete Johanson 2020-09-14 10:41:35 -0400
  • 0bf4467729 Update Kconfig.shield tominabox1 2020-09-14 09:35:57 -0500
  • f6269df5fc fix(tests): return error code when build fails Cody McGinnis 2020-09-14 10:34:05 -0400
  • 42c42ccbbd Fixed some space/tab issues as well as updated copyright statements tominabox1 2020-09-14 09:25:31 -0500
  • 676288fef2
    Merge pull request #159 from okke-formsma/docs-update Pete Johanson 2020-09-14 10:14:15 -0400
  • 9110335142
    Merge pull request #183 from petejohanson/ops/clang-format-checks Pete Johanson 2020-09-14 09:46:35 -0400
  • 62c47b1981 Remove duplicate include tominabox1 2020-09-14 08:46:07 -0500
  • 63e105db90 Revising keymap to jive with upstream changes tominabox1 2020-09-14 08:45:31 -0500
  • fba207a98b Merge branch 'qaz_update' of https://github.com/tominabox1/zmk into qaz_update tominabox1 2020-09-14 08:45:15 -0500
  • 6a02a2968a add dstore to git ignore list tominabox1 2020-09-14 08:43:28 -0500
  • fc167f5f5e Update QAZ keymap for bluetooth config options and homerow hold-taps tominabox1 2020-09-14 07:39:42 -0500
  • 2c38947d1d
    Merge pull request #184 from Nicell/boards/bt-keymap-bindings Pete Johanson 2020-09-14 09:27:26 -0400
  • 1183f96cbc Update QAZ keymap for bluetooth config options and homerow hold-taps tominabox1 2020-09-14 07:39:42 -0500
  • 7b12dc6caf feature(board): add BT prof management to defaults Nick 2020-09-13 23:29:31 -0500
  • 191a2d755a chore: clang-format the codebase. Pete Johanson 2020-09-13 22:53:24 -0400
  • 296a89ce63 feat(ci): Run clang-format to check files. Pete Johanson 2020-09-10 15:02:37 -0400
  • 160f296bfb
    Merge pull request #133 from petejohanson/bluetooth/ident-management Pete Johanson 2020-09-13 22:43:45 -0400
  • 4658999e31 fix(bluetooth): Reject pairing to taken profiles. Pete Johanson 2020-09-13 22:22:12 -0400
  • 6c8b0b53f0 refactor(bluetooth): More concise names. Pete Johanson 2020-09-13 22:20:25 -0400
  • 652bb6ce05 feat(bluetooth): Add new settings_reset shield. Pete Johanson 2020-09-12 23:48:44 -0400
  • fb91be5164 fix(bluetooth): Configs for non-splits. Pete Johanson 2020-09-09 14:33:09 -0400
  • 39f980a06d feat(bluetooth): Add back profiles, split fixes. Pete Johanson 2020-09-08 23:26:00 -0400