Commit Graph

  • 5eace0bbc4 fix(core): Enable sensor by default Nick Winans 2021-02-04 11:14:14 -0600
  • b67156b3f4
    feat(docs): Update to BlueMicro_BLE Features Pierre Constantineau 2021-02-08 09:48:12 -0600
  • 0499e7e8ac
    Refactor nibble / update to match build docs (#620) KemoNine 2021-02-04 11:28:02 -0500
  • e40ca1eb7c
    fix(power): Add support for capacitors on ADC for BVD jrhrsmit 2021-02-04 13:56:27 +0100
  • ae5056d680 Update docs/docs/behaviors/bluetooth.md Pete Johanson 2021-02-04 07:43:08 -0500
  • 1368a6481e docs: Explain ZMK stays connected to inactive host Jonathan Rascher 2020-11-15 20:04:27 -0600
  • 11d990e59a setup pre-commit hooks for clang-format and prettier Okke Formsma 2020-11-14 20:38:48 +0100
  • b84d29c384 refactor(core): Use /omit-if-no-ref/ for behaviors. Pete Johanson 2021-01-18 01:09:51 -0500
  • b4d63fb52c feat(shields) Add encoder support to CRBN mantas 2021-01-30 14:03:00 +0200
  • c94943da1c style(crbn): Unify indentation from spaces to tabs mantas 2021-01-30 13:49:52 +0200
  • cd503ed17b
    Feat combo layers (#661) KemoNine 2021-02-03 23:33:09 -0500
  • 9205ea1c70
    fix(setup): Fix index to MakerDiary m.2 board y4m4ym 2021-02-04 05:10:47 +0100
  • 9a7908b632 behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) Okke Formsma 2021-01-31 21:37:57 +0100
  • 6c7ab0ce53 refactor(kscan): Fix polling of GPIO matrices. Pete Johanson 2021-01-28 11:55:02 -0500
  • 2f352788c1 refactor(kscan): Remove explicit default n from kscan configs. Pete Johanson 2021-01-28 11:53:18 -0500
  • bcc3d9b5a6 Update build/flash documentation. Aaron Nunley 2021-01-31 20:29:40 -0800
  • 592b98cd12 npm run prettier:format Aaron Nunley 2021-01-31 19:17:02 -0800
  • 100d06ae8b Update docs for testing a new shield. Aaron Nunley 2021-01-31 19:10:46 -0800
  • 33cd2caced fix(boards): Shorten keyboard names that are too long Nick Winans 2021-02-01 14:20:16 -0600
  • 82173f354e fix(core): Assert BLE device name is correct length Nick Winans 2021-01-30 15:47:11 -0600
  • 4e20bf5de1 refactor(behaviors): simplify hold-taps by not using _TRANSFORM_ENTRY Okke Formsma 2020-12-12 20:32:20 +0100
  • 84d19fe79b refactor(behaviors): factor out multiple uses of _TRANSFORM_ENTRY Okke Formsma 2020-12-12 20:31:42 +0100
  • f39121f82e fix(docs): Remove comment about here being four profiles for splits Nick Winans 2021-01-29 23:29:10 -0600
  • 4f040fecdf Add a missing log_strdup() Jeff Rizzo 2021-01-25 12:50:05 -0800
  • 40694a0969 docs: remove redundant slash from "docs/" navigation item innovaker 2021-01-15 14:18:11 +0000
  • ddc5cbdca2 fix(docs): Set description to our tagline Nick Winans 2021-01-29 20:40:23 -0600
  • cba85d400d fix(docs): Only show push workflow builds in link Nick Winans 2021-01-29 21:03:53 -0600
  • 1adb2d5f84 feat(docs): add information on how to update the documentation to the docs KemoNine 2020-11-27 22:04:15 +0000
  • 64a85b7a3f chore(deps): bump DoozyX/clang-format-lint-action from v0.9 to v0.11 dependabot[bot] 2021-01-07 07:14:15 +0000
  • c925cf02dd feature(sticky_keys): add quick-release Okke Formsma 2020-12-12 21:35:52 +0100
  • a89d8a6ea4 fix(blog): Updated link to combos docs. Pete Johanson 2021-01-27 22:49:57 -0500
  • 1addfb9769 feat(blog): Add SOTF #4 Pete Johanson 2021-01-24 01:05:30 -0500
  • 7c24ab069c fix(behaviors): Updated grsec snapshots for new log format. Pete Johanson 2021-01-25 09:34:05 -0500
  • 7b7701ae90 feature(modifiers): add explicit modifiers Okke Formsma 2021-01-22 17:00:19 +0100
  • 0c30b49063 refactor(modifiers): define is_mods function Okke Formsma 2021-01-22 15:45:51 +0100
  • df4a5c8613 refactor(hid_listener): pass event struct instead of parameters Okke Formsma 2020-12-08 22:14:56 +0100
  • 89567d3150 docs(sticky keys): document sticky keys and sticky layers Okke Formsma 2020-12-13 14:33:28 +0100
  • e8aa576781 refactor(docs): Move combos under Features. Pete Johanson 2021-01-23 23:50:30 -0500
  • a4aaa73f06 feat: Add WPM calculator and display widget Ally Parker 2021-01-22 16:23:21 +0000
  • c0cab57c2d run-test.sh: use the POSIX '-L 1' for xargs Jeff Rizzo 2021-01-21 12:05:30 -0800
  • 5eeb310b2f feat(grave-escape): implement grave-escape Okke Formsma 2020-12-26 14:46:56 +0100
  • 58ad5d4e86 Fix offset in NIBBLE transformation and keymap Jay Greco 2021-01-19 13:54:20 -0800
  • 13e46bea81 docs(hold-tap): mark tapping_term_ms as code innovaker 2021-01-05 19:59:35 +0000
  • 3368a81057 refactor(core): Combine is_ and cast_ event functions. Pete Johanson 2021-01-19 14:21:00 -0500
  • 3fe2acc2d1 refactor(core): Extra event payloads to own types, refactor API. Pete Johanson 2021-01-18 00:35:56 -0500
  • 003db892ad refactor(core): Extra position state change data struct. Pete Johanson 2021-01-17 16:36:01 -0500
  • 95acbd8859 fix(shields): Unflip left Microdox OLED. Pete Johanson 2021-01-19 14:42:55 -0500
  • 5978990e6d chore(core): replace Pete Johanson with The ZMK Contributors innovaker 2021-01-02 00:05:18 +0000
  • 65e476df3e fix(splits): Send pos notify from dedicated thread Pete Johanson 2021-01-06 09:32:08 -0500
  • c11759bc79 fix(hid): Clear all matching usages, not just first. Pete Johanson 2021-01-06 00:15:48 -0500
  • a0c32bb47e fix(bluetooth): improve LE param update logging Pete Johanson 2021-01-02 00:05:41 -0500
  • a5c39dfa76 fix(ble): Perform GATT notifies from dedicated queue. Pete Johanson 2020-12-03 16:04:48 -0500
  • 4aa78a6f8d fix(split): Use queue/work for peripheral events. Pete Johanson 2020-12-03 00:12:21 -0500
  • 969e5568af fix(boards): Define but don't enable uart0. Pete Johanson 2021-01-13 23:44:17 -0500
  • 1d18900a99 refactor(core): define usage page as uint16_t innovaker 2020-12-17 19:36:19 +0000
  • feb0d5b90c feat(combos): initial implementation Okke Formsma 2020-12-11 23:24:44 +0100
  • 90c2c6672f fix(setup.sh): rename BF0-9000 to BFO-9000 innovaker 2021-01-08 16:02:24 +0000
  • 4cfe7885a0 chore: Initial simple CODEOWNERS. Pete Johanson 2021-01-04 13:44:57 -0500
  • 0c6686f6e8 docs(split): Remove USB configuration on right half Nick Winans 2021-01-07 12:36:49 -0600
  • 002a89765f refactor(Kconfig): Set USB default based on hardware capabilities Nick Winans 2021-01-08 15:32:55 -0600
  • af563e9dbc Fix parameter number KemoNine 2020-12-30 21:10:18 +0000
  • 6345bd5468 Remove setting the animation/effect when setting hsv ; some of the effects like glowing will use the hsv color specified KemoNine 2020-12-15 11:19:52 +0000
  • 79b4a0ea6f Add RGB_COLOR_HSB to lighting documentation KemoNine 2020-12-15 11:13:02 +0000
  • 99f932a47d (feat) Allow setting underglow color by key press KemoNine 2020-12-15 06:00:52 +0000
  • 167600f01d docs(logging): Update documentation on USB logging Nick Winans 2020-12-30 20:09:24 -0600
  • 97ed0cc733 feat(core): Add USB logging Kconfig option Nick Winans 2021-01-07 00:08:34 -0600
  • 964b613e98 fix(setup): Fix typo for split variable assignment Pete Johanson 2021-01-08 11:11:20 -0500
  • f0312092c7 fix(setup.sh): add NIBBLE to options innovaker 2021-01-08 15:55:51 +0000
  • 5880a284c1 feat(tg4x): Reconcile with official keymap and tidy-up KemoNine 2021-01-05 21:51:59 +0000
  • 28bec8541b style(tg4x): Convert Kconfig spaces to tabs KemoNine 2021-01-05 21:51:04 +0000
  • 7fd8561b45 fix(tg4x): Add tg4x.conf to mirror other shield setups KemoNine 2021-01-05 21:50:33 +0000
  • 7fc28328d0 refactor(tg4x): Cleanup tg4x overlay innovaker 2021-01-06 10:34:04 +0000
  • de6ce05391 chore(tg4x): fix copyright header innovaker 2021-01-06 10:32:18 +0000
  • 185ff462d6 docs(tg4x): Add readme for tg4x KemoNine 2021-01-05 21:46:38 +0000
  • cd8567071b fix(tg4x): Fix tg4x keyboard name in Kconfig KemoNine 2021-01-05 21:45:55 +0000
  • 3e4f2a3dc3 feat(tg4x): Add underglow support for tg4x + nice_nano KemoNine 2021-01-05 21:44:47 +0000
  • 561e535a58 refactor(shields): standardize README.md filenames innovaker 2021-01-01 15:17:19 +0000
  • d9265fa470 ci: add dependabot innovaker 2021-01-02 14:36:04 +0000
  • f17584ca0e chore: standardize # style headers innovaker 2021-01-01 22:37:34 +0000
  • 56ec200bae docs(intro): Add 💡 to Mouse Keys and BLE Shell Nick Winans 2021-01-04 15:29:55 -0600
  • ad238d63df docs(intro): Update feature table Nick Winans 2020-12-30 19:07:03 -0600
  • 4c1f615714
    docs(troubleshooting): fix reset uf2 download instructions Okke Formsma 2021-01-05 20:29:47 +0100
  • 5c11962d98
    feat(shields): add helix shield KingCoinless 2021-01-05 10:56:47 -0800
  • a470353760 docs(shield): Add docs based on #510 changes Nick Winans 2021-01-04 12:42:22 -0600
  • e5b1f1e1be fix(shield): BFO9000 uses USB on right Nick Winans 2021-01-04 12:20:31 -0600
  • 992cee1bac feat(display): Show layer label in widget. Pete Johanson 2020-12-29 00:19:51 -0500
  • a55b1397c9 feat(keymap): API for retrieving label for a layer Pete Johanson 2020-12-29 00:19:25 -0500
  • 74b397ab91 fix(docs): Add closing bracket for new shield. Pete Johanson 2021-01-04 11:59:25 -0500
  • 4ddda7e024
    docs(shield): Remove SPLIT_BLE_ROLE_PERIPHERAL Nick Winans 2021-01-03 18:13:49 -0600
  • dcd665999a
    feat(shields): add bfo9000 shield pbz 2021-01-02 13:52:50 -0500
  • 319ce30270 chore(behavior): use ZMK_BEHAVIOR_OPAQUE in to-layer behavior Okke Formsma 2021-01-02 13:45:36 +0100
  • fa07ba9d32 refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT Okke Formsma 2020-12-18 14:24:28 +0100
  • caa285852a refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0 Okke Formsma 2020-12-16 19:41:53 +0100
  • 5a72662898 chore: standardize C style headers innovaker 2021-01-01 23:56:40 +0000
  • 61893e453b
    refactor(app): format with prettier (#563) innovaker 2021-01-02 03:55:52 +0000
  • a3ac0cb5be feat(shields): add ws2812 underglow support to lily58 (nice_nano) KemoNine 2021-01-01 21:16:20 +0000
  • 5752b4fbda
    feat(shields): add eek shield Mango The Fourth 2021-01-01 15:33:19 +0100
  • 2b4fda6948
    docs(codes): improve macOS support data (volume, brightness, media controls) Stephen Wu 2021-01-01 03:06:40 -0800
  • 39490552f2 feat(boards): Add BDN9 Rev2 board. Pete Johanson 2020-12-30 15:44:03 -0500
  • 5072590af5 fix(sensors): Use status filter on sensors node. Pete Johanson 2020-12-30 15:43:46 -0500