Commit Graph

  • 5d04110a58 docs(key-press): Update for standardized keys innovaker 2020-11-04 12:06:25 +0000
  • 642ec46c1f docs(intro): Update for standardized keys innovaker 2020-11-04 11:49:44 +0000
  • ff638eb010 docs(codes): Add (key) codes documentation innovaker 2020-11-06 19:42:54 +0000
  • 194854ff7b refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL` innovaker 2020-11-06 13:32:42 +0000
  • a4dc92a2b9 refactor: Replace use of `cp` with `kp` for shields. Pete Johanson 2020-11-04 16:56:22 -0500
  • eff1b8223b refactor(keys): Unify usage page. Pete Johanson 2020-10-26 00:30:24 -0400
  • 5f83568a93 docs(key press): Replace deprecated `NUM_1` with `N1` innovaker 2020-11-05 14:34:04 +0000
  • c6abdb1890 fix(keys): Replace GUI with Application / Context Menu innovaker 2020-11-04 18:50:41 +0000
  • 651204c121 docs: Reformat example keymaps innovaker 2020-10-25 08:49:33 +0000
  • b8f6d52ae5 docs: Replace deprecated key names innovaker 2020-11-03 13:25:40 +0000
  • aebe90908d test: Replace superseded key names in test keymaps innovaker 2020-11-03 11:36:01 +0000
  • d748d8a749 refactor: Replace superseded key names innovaker 2020-10-25 11:32:28 +0000
  • a65295c2a7 feat(keys): Standardize keys innovaker 2020-11-03 16:57:13 +0000
  • 7e795bf4f9 feat(hid): Enhance consumer report to support higher codes innovaker 2020-10-27 17:38:49 +0000
  • 711658206f refactor(hid): Replace Zephyr usages with ZMK usages in HID reports innovaker 2020-11-03 16:55:34 +0000
  • e925319e4c refactor(hid): Replace deprecated HID usage page references innovaker 2020-11-03 16:54:16 +0000
  • 3c0a0ff308 feat(hid): Add preprocessor definitions for HID usages v1.21 innovaker 2020-11-03 16:45:56 +0000
  • dd7ab9914a
    Merge pull request #270 from careyk007/refactor_kconfig Pete Johanson 2020-11-03 23:05:06 -0500
  • 1af4221908 feat(underglow): Debounce state settings save Nick 2020-11-02 15:47:22 -0600
  • c3e7742f9c fix(docs): remove incorrect defines for outputs Joel Spadin 2020-11-03 18:00:37 -0600
  • 274fdec783 Add blog post about #322 Nick 2020-11-03 14:26:08 -0600
  • 698c27ba3b feat(ci): Only build firmware when app/ changes. Pete Johanson 2020-11-03 15:02:15 -0500
  • fe62929af8 feat(docs): Add eslint and prettier GH Actions. Pete Johanson 2020-11-03 13:46:07 -0500
  • a1dd216519 docs: formatted with prettier innovaker 2020-11-03 13:11:56 +0000
  • a29e041b1f fix: Formatting fix. Pete Johanson 2020-11-03 00:30:42 -0500
  • 32e7159373 refactor(hid): Mod defines in dedicated header. Pete Johanson 2020-11-03 00:21:20 -0500
  • 55b5936d00 clang-format Okke Formsma 2020-10-31 21:16:47 +0100
  • 4f258efbf1 initial implementation for modifiers Okke Formsma 2020-09-02 22:30:09 +0200
  • a9e729b427 make note about keyboard name more explicit Chiyuan Zhang 2020-11-02 20:17:56 -0800
  • 9b941b7509 tweak doc according to PR feedback Chiyuan Zhang 2020-11-01 14:21:40 -0800
  • e7cb863a41 update doc for new shield in user repo Chiyuan Zhang 2020-11-01 13:22:34 -0800
  • 82a5736d08 fix(boards): Remap flash to account for bootloader Nick 2020-11-02 12:26:40 -0600
  • a32d14cc19 Add Github.com personal token to prerequisites. Evan 2020-11-01 23:14:40 -0600
  • 89b8bfc95d fix(battery): Only log if finding battery device failed Nick Winans 2020-10-28 09:17:08 -0500
  • 953de71646 feat(battery): Add BAS GATT reporting Nick 2020-10-27 15:10:59 -0500
  • 74fa113d88 fix(boards): Rename BVD labels Nick 2020-10-27 15:08:18 -0500
  • 8779563896 fix(bvd): Add SENSOR_CHAN_ALL support Nick 2020-10-27 15:06:42 -0500
  • 4672a0cbb5
    docs(outputs): run prettier on outputs.md (#317) innovaker 2020-10-31 16:00:02 +0000
  • 3f4d47a06e focus on refactor Carey 2020-10-31 07:24:38 -0500
  • 1766b090ee feat(docs): Warn of battery life impact of logging Pete Johanson 2020-10-31 00:30:19 -0400
  • 7e0924107c feat(docs): Link to outputs behavior docs. Pete Johanson 2020-10-31 00:23:16 -0400
  • 2d31e1d05f
    Merge pull request #269 from joelspadin/endpoint-selection Pete Johanson 2020-10-31 00:09:47 -0400
  • 3c958e6207
    Merge pull request #313 from innovaker/hid-nkro-boot Pete Johanson 2020-10-30 23:16:58 -0400
  • 821f054071 feat(endpoints): remove redundant connection check Joel Spadin 2020-10-28 18:11:34 -0500
  • 440d09fd45 feat(endpoints): simplify behavior constants Joel Spadin 2020-10-28 18:10:47 -0500
  • 2fe1fbb526 feat(endpoints): rename behavior to outputs Joel Spadin 2020-10-27 13:49:28 -0500
  • 600bba25f0 feat(endpoints): add preferred endpoint setting Joel Spadin 2020-10-24 16:28:58 -0500
  • b538e60532 feat(endpoints): update on BLE profile change Joel Spadin 2020-10-24 13:39:02 -0500
  • 8f666cecc9 feat(endpoints): clear HID report on endpoint change Joel Spadin 2020-10-11 18:38:39 -0500
  • 1d369ffa73 feat: only send HID reports to one endpoint Joel Spadin 2020-10-11 17:03:21 -0500
  • c5172e4337 move initialization priorities to advanced menu Carey 2020-10-28 07:47:22 -0500
  • 99ad9cbdef Merge https://github.com/zmkfirmware/zmk into refactor_kconfig Carey 2020-10-28 07:40:54 -0500
  • c402e953f6 feat(hid): Make keypad report boot friendly innovaker 2020-10-27 17:42:00 +0000
  • 8ce7d8de01 refactor(hid): Refactor consumer report to a configurable size innovaker 2020-10-27 18:42:41 +0000
  • f4596fc784 refactor(hid): Refactor keypad report to use a configurable integer array innovaker 2020-10-27 22:35:44 +0000
  • dfb69d8727
    Merge pull request #309 from innovaker/netlify-node-version Pete Johanson 2020-10-28 18:41:06 -0400
  • 806ea545f8 docs: Set netlify node version to lts/* innovaker 2020-10-26 22:54:37 +0000
  • cb922fd8a2 feat(docs): Add Boardsource 3x4 to hardware list. Pete Johanson 2020-10-27 23:32:44 -0400
  • 73c83e81ce
    Merge pull request #296 from neegool/add_boardsource3x4 Pete Johanson 2020-10-27 23:24:10 -0400
  • 75b7f2a7c5 Remove bt unpair combo + fix keymap Nigel Rodriguez 2020-10-28 06:55:00 +0800
  • f3153b17d2
    Merge pull request #292 from nullbitsco/nullbitsco_nibble Pete Johanson 2020-10-27 15:57:28 -0400
  • 8a98212a02 Update demux kscan driver as per PR feedback Jay Greco 2020-10-27 09:39:30 -0700
  • 1a6fe846e4 Update NIBBLE keyboard name as per PR feedback Jay Greco 2020-10-27 09:29:04 -0700
  • d90592aac5 Add NIBBLE shield Jay Greco 2020-10-21 20:17:31 -0700
  • 1522c91d73 Add new kscan_gpio_demux driver Jay Greco 2020-10-21 20:15:55 -0700
  • 3b9caaaf90
    Merge pull request #304 from petejohanson/docs/cc-license-details Pete Johanson 2020-10-27 14:10:47 -0400
  • 2f09957ae2
    Merge pull request #301 from innovaker/docs-eslint-prettier Pete Johanson 2020-10-27 12:56:44 -0400
  • c707ab45ef
    Merge pull request #297 from Nicell/boards/reviung41 Pete Johanson 2020-10-27 00:27:17 -0400
  • 07cf103747
    Merge pull request #303 from innovaker/kscan-mock-32 Pete Johanson 2020-10-27 00:03:23 -0400
  • 7aca8c3d35
    Merge pull request #263 from joelspadin/nested-zmk-config Pete Johanson 2020-10-26 23:46:53 -0400
  • 571d045c75 fix(docs): Explicit CC-BY-NC-SA license for docs. Pete Johanson 2020-10-26 23:15:48 -0400
  • 2c9737ad14 fix: Typo in the toplevel README. Pete Johanson 2020-10-26 23:14:34 -0400
  • 8c6862f4ba
    Merge pull request #293 from Nicell/bluetooth/battery-reporting Pete Johanson 2020-10-26 22:56:54 -0400
  • 85d1a10490
    Merge pull request #302 from innovaker/docs-docusaurus-scripts Pete Johanson 2020-10-26 22:50:20 -0400
  • a008731103 Implement Kconfig and enhance error checks Nick 2020-10-26 16:01:57 -0500
  • 1ac78498eb docs: Set prettier endOfLine to auto Nick 2020-10-27 11:25:36 -0500
  • fd892d53cd fix: eslint proptype errors Nick 2020-10-26 17:10:17 -0500
  • 288e60ea97 docs: Format docs with prettier innovaker 2020-10-25 17:23:51 +0000
  • aefcc592f2 docs: Add eslint-mdx support innovaker 2020-10-25 16:59:28 +0000
  • 18d4d619e4 docs: Add prettier support innovaker 2020-10-25 15:24:27 +0000
  • ab65bf49db docs: Add eslint support innovaker 2020-10-25 21:23:16 +0000
  • 9c4b766bc6 feat(kscan_mock): Increase max number of events innovaker 2020-10-19 11:15:15 +0100
  • ca0bcc0ae4 docs: Add missing docusaurus scripts innovaker 2020-10-25 19:45:04 +0000
  • b1bfff5b5a
    Merge pull request #264 from careyk007/setup_sh__curl_always_required Pete Johanson 2020-10-25 23:39:47 -0400
  • 7296b96797 Add Reviung41 Shield Definitions Nick 2020-10-24 21:08:00 -0500
  • 63007fb6c1 fix: clang-format Nick 2020-10-24 18:54:56 -0500
  • adb07926b1 Remove newlib dep Nick 2020-10-24 18:52:34 -0500
  • 9d624740d9 Fix wrong comment tokens Nigel Rodriguez 2020-10-24 12:40:49 +0800
  • 6a9a6e6d8e Add Boardsource 3x4 shield Nigel Rodriguez 2020-10-24 12:21:15 +0800
  • a67a8cd3b8 Check if fetch channel is supported Nick 2020-10-23 22:37:44 -0500
  • 518bcacba1
    Merge pull request #280 from Tsquash/txpowerdocs Pete Johanson 2020-10-23 12:36:28 -0400
  • 6047415b1c Fix build for boards without voltage divider Nick 2020-10-23 01:19:47 -0500
  • 8efcd80f3a Add missing ADC and fix formatting Nick 2020-10-23 00:57:32 -0500
  • 70ffcca3b4
    Merge branch 'main' into bluetooth/battery-reporting Nick Winans 2020-10-23 00:55:50 -0500
  • 162c6b77db clang-format and add missing defconfig values Nick 2020-10-23 00:50:39 -0500
  • 3082455aec Refactor driver to use Sensor API Nick 2020-10-23 00:45:59 -0500
  • 04b7a759f4
    Merge pull request #291 from innovaker/docusaurus-2.0.0-alpha.66 Pete Johanson 2020-10-22 13:53:49 -0400
  • 1a6d373d16 Added Sentence For Link to Zephyr Docs Caleb Lightfoot 2020-10-21 19:57:46 -0500
  • d07a46a334 Changed Wording of Text Caleb Lightfoot 2020-10-21 19:44:49 -0500
  • 0905302006 chore(docs): Docusaurus 2.0.0-alpha.66 innovaker 2020-10-21 19:35:04 +0100