Commit graph

  • 95fb340d6c fit lint Dmitry Kupriyanov 2023-01-14 16:24:40 +04:00
  • d85a0f8b6a feat(boards): Add support of Dao keyboard Dmitry Kupriyanov 2023-01-12 12:54:57 +04:00
  • ecabd88aef fix(sensors): Clean ups based on code review. Peter Johanson 2023-06-18 05:59:31 +00:00
  • 2465e3d2d4 refactor(sensors): Use "sensor index" consistently Peter Johanson 2023-05-16 22:27:01 -07:00
  • 0a386e22a2 refactor(sensors): Split data handling from triggers. Peter Johanson 2023-05-04 00:04:20 +00:00
  • 6296925c07 refactor(bluetooth): Add battery reporting config. Peter Johanson 2023-04-18 07:14:18 +00:00
  • 2c457f5209 refactor(shields): Updated ZMK Uno encoder config. Peter Johanson 2023-04-16 08:18:57 +00:00
  • d8ccde6fc5 refactor(bluetooth): Bump HoG stack size. Peter Johanson 2023-05-21 21:27:41 -07:00
  • 0529949a4e refactor(config): Select SENSOR as needed. Peter Johanson 2022-05-26 16:53:41 +00:00
  • 0d23337766 refactor(sensors): ec11 rotation sensor value in degrees. Peter Johanson 2021-12-02 15:07:29 +00:00
  • 70e79ad71a refactor(sensors): Sensor event channel data, resolution tweaks. Peter Johanson 2021-09-01 03:49:18 +00:00
  • cb22fa885a Fix formatting Kuba Birecki 2023-06-13 16:00:21 +02:00
  • 50d35afeeb Fix formatting Kuba Birecki 2023-06-13 15:54:42 +02:00
  • abeb5c8c49 Update the animation API for Zephyr 3.* Kuba Birecki 2023-06-13 15:19:59 +02:00
  • 585a331470 Update is31fl3741 driver for Zephyr 3.* Kuba Birecki 2023-06-13 15:19:25 +02:00
  • e5d0a34697 reverted a/d removal - keyboard stopped working :( Ralph Azucena 2023-06-13 00:44:15 -07:00
  • 0bf361ac7e pro_micro_a/d to pro_micro Ralph Azucena 2023-06-13 00:07:52 -07:00
  • a12e1cd7b7 added copyright/license headers + zmk.yml Ralph Azucena 2023-06-13 00:02:56 -07:00
  • a2cda24363
    chore(deps-dev): bump json-schema-to-typescript in /docs dependabot[bot] 2023-06-13 05:58:38 +00:00
  • 2a4ec9fa18 added atreus 42 Ralph Azucena 2023-06-12 22:46:04 -07:00
  • 3cc60e12dd
    chore(deps): bump @docusaurus/core from 2.4.0 to 2.4.1 in /docs dependabot[bot] 2023-06-12 06:01:55 +00:00
  • 3ce28641f1
    chore(deps): bump @docusaurus/preset-classic in /docs dependabot[bot] 2023-06-12 06:01:18 +00:00
  • e2cdd017e3 Put animation control settings code behind config flags Kuba Birecki 2022-01-30 14:01:47 +01:00
  • 331573471d Disable animations when entering sleep state Kuba Birecki 2022-01-30 13:52:10 +01:00
  • 6a551851aa Persist settings for control animations Kuba Birecki 2022-01-30 11:50:03 +01:00
  • fc8b91a2ba Implement control animation and basic animation behaviors Kuba Birecki 2022-01-18 22:52:24 +01:00
  • 69de72c6f4 Ensure the buffer is always reset before calculating each frame Kuba Birecki 2022-01-18 22:52:02 +01:00
  • eb1fc0a21b Prevent ripple animation from requesting frames unless active Kuba Birecki 2022-01-18 22:51:46 +01:00
  • 0e09446cf8 Optimize the lookup table for pixel distances Kuba Birecki 2022-01-18 22:47:11 +01:00
  • 19790f2e1a Implement animation activation/deactivation API and frame scheduling Kuba Birecki 2021-12-21 18:14:42 +01:00
  • 6697fc4582 Fix intensity calculation for the ripple animation Kuba Birecki 2021-12-19 18:54:08 +01:00
  • 2fa6063c9b Refactor animation API to allow for processing entire frames at once Kuba Birecki 2021-12-19 15:28:21 +01:00
  • ae518fabc9 Add 'compose' animation Kuba Birecki 2021-12-16 19:02:46 +01:00
  • 38a70ea747 Update devicetree bindings for solid animation Kuba Birecki 2021-12-16 19:02:27 +01:00
  • d7d1c0abcf Update ripple animation to use the given color Kuba Birecki 2021-12-16 18:59:59 +01:00
  • 30e0903d8e Implement a 'ripple' per-key effect animation Kuba Birecki 2021-12-12 08:44:18 +01:00
  • df35aa5547 Implement helpers for key pixel position and pixel distance Kuba Birecki 2021-12-12 08:36:56 +01:00
  • cc70d75238 Refactor the animation api to allow for pre- and post-frame hooks Kuba Birecki 2021-12-11 17:57:46 +01:00
  • 2dfec75038 Fix formatting Kuba Birecki 2021-12-04 19:49:56 +01:00
  • 8e5574ab49 Move animation_solid from drivers to zmk/src/animation Kuba Birecki 2021-12-04 17:23:43 +01:00
  • 105afca3d9 Clean up the main animation module Kuba Birecki 2021-12-04 17:22:13 +01:00
  • f50037dcbb Fix HSL->RGB conversion Kuba Birecki 2021-12-04 17:13:40 +01:00
  • 2326f36e50 Update animation devicetree bindings Kuba Birecki 2021-12-04 17:12:28 +01:00
  • 5da7a6e29f Remove pixel device definition Kuba Birecki 2021-12-04 15:09:28 +01:00
  • be02e78356 Implement a simple solid-color-cycle animation Kuba Birecki 2021-12-02 12:57:19 +01:00
  • 352fe39468 Add an implementation for the core animations system Kuba Birecki 2021-12-02 12:56:29 +01:00
  • 4da01b63b0 Implement the initial version of the animation interface Kuba Birecki 2021-12-02 12:54:44 +01:00
  • c3beca12bd Add animation devicetree bindings Kuba Birecki 2021-12-02 12:54:03 +01:00
  • 35e269ee8d Refactor IS31FL3741 driver gamma settings Kuba Birecki 2021-12-19 18:20:48 +01:00
  • 88882ab417 Add gamma settings Kuba Birecki 2021-12-04 21:13:53 +01:00
  • 4ca67aa967 Fix IS31FL3741 pin mapping macro Kuba Birecki 2021-07-15 08:10:52 +02:00
  • f31efdab48 Update comment to reflect the correct configuration setting Kuba Birecki 2021-07-09 10:34:40 +02:00
  • 8561cfc34f Replace duplicate LED_STRIP_INIT_PRIORITY definitions with dependencies Kuba Birecki 2021-07-09 10:21:52 +02:00
  • 8d979fbbc3 Implement a driver for IS31FL3741 LED matrix driver IC Kuba Birecki 2021-07-04 20:41:00 +02:00
  • 9d714c0b69 chore(deps-dev): bump webpack from 5.80.0 to 5.86.0 in /docs dependabot[bot] 2023-06-11 06:47:34 +00:00
  • 93111fb385
    chore(deps-dev): bump webpack from 5.80.0 to 5.86.0 in /docs dependabot[bot] 2023-06-11 06:47:34 +00:00
  • 0be0d07630 chore(deps): bump minimatch and serve-handler in /docs dependabot[bot] 2023-06-11 04:35:54 +00:00
  • fb8f4147a7
    chore(deps): bump minimatch and serve-handler in /docs dependabot[bot] 2023-06-11 04:35:54 +00:00
  • 90f0247d6c
    chore(deps): bump @mdx-js/react from 1.6.22 to 2.3.0 in /docs dependabot[bot] 2023-06-11 04:35:22 +00:00
  • b5c7645566
    chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 in /docs dependabot[bot] 2023-06-11 04:24:01 +00:00
  • 9d39a87f67
    fix(docs): Change user-setup.md order to agree with order in setup script pixls 2023-06-10 20:49:30 -04:00
  • 98524a9567
    fix(docs): Fix INT6 keycode description kadoyau 2023-06-11 04:32:50 +09:00
  • b002b25978 led color to right side Tokazio 2023-01-17 19:05:04 +01:00
  • d8aa55cacf
    Merge aba769f1ba into a5c57fa224 Tokazio 2023-06-09 09:16:29 +00:00
  • aba769f1ba Merge remote-tracking branch 'origin/main' into main-tokazio Romain Petit 2023-06-09 11:16:11 +02:00
  • 9114b9d243 test(core): Adding coverage for key pre-releasing. Andrew Rae 2023-06-06 20:42:52 -04:00
  • ba96bb85ef feat(core): Adding pre-release for keys that were already pressed. Andrew Rae 2023-05-29 22:48:38 -04:00
  • ab05967964
    Merge 3c0b2ff067 into a5c57fa224 Nick Conway 2023-06-06 14:13:45 -04:00
  • efdfe99cf9
    Merge branch 'zmkfirmware:main' into leeloo_micro_v1_branch ClicketySplit 2023-06-06 00:04:08 -06:00
  • 339c577331
    chore(deps-dev): bump webpack from 5.80.0 to 5.85.1 in /docs dependabot[bot] 2023-06-06 05:57:06 +00:00
  • a5c57fa224
    feat(docs): Add an example for combining just modifiers (#1826) Albert Y 2023-06-06 13:22:39 +08:00
  • d2ff0180f8
    Rephrased with suggested description Albert Y 2023-06-06 11:56:11 +08:00
  • fc94d4c158 refactor(split): allow central to define connection parameters Xudong Zheng 2023-05-19 18:41:08 -04:00
  • a4359f3216 feat(docs): Add an example for combining just modifiers Albert Y 2023-06-06 10:08:46 +08:00
  • 5d9ae8fffa feat(split): allow central to connect to multiple peripherals Xudong Zheng 2022-06-17 17:44:31 -04:00
  • 1010c88ddf
    Merge branch 'zmkfirmware:main' into leeloo_micro_v1_branch ClicketySplit 2023-06-05 09:06:41 -06:00
  • f08802eaa7 fix(boards): Proper i2c pinctrl for BlueMicro840 Peter Johanson 2023-06-05 05:04:13 +00:00
  • 19d883cdfe fix(bluetooth): Passkey pairing improvements. Peter Johanson 2023-06-03 02:53:20 +00:00
  • 091f50e81b
    chore(deps-dev): bump webpack from 5.80.0 to 5.85.0 in /docs dependabot[bot] 2023-06-05 05:57:45 +00:00
  • a8630df4f6 fix(boards): Proper i2c pinctrl for BlueMicro840 Peter Johanson 2023-06-05 05:04:13 +00:00
  • 2403ecb046 implement gpio_165 driver Purdea Andrei 2023-01-22 08:26:58 +02:00
  • 9486e96bda Implement deghost kscan driver Purdea Andrei 2023-01-31 07:54:53 +02:00
  • 2d761ea53e Fix leader overlapping with timerless Nick Conway 2023-06-04 02:23:15 -04:00
  • 4b7c1e76dc Merge branch 'main' into leader-key Nick Conway 2023-06-04 02:19:26 -04:00
  • 0308d161f6 Fix turbo key warnings Nick Conway 2023-06-04 02:04:51 -04:00
  • 4cb986a306 Refactor turbo key Nick Conway 2023-06-04 02:00:00 -04:00
  • 3364c96213
    Merge branch 'zmkfirmware:main' into leeloo_micro_v1_branch ClicketySplit 2023-06-03 23:24:06 -06:00
  • e9ebca5bb7 fix(bluetooth): Passkey pairing improvements. Peter Johanson 2023-06-03 02:53:20 +00:00
  • ace11e327f fix(docs): Fix broken link in BT troubleshooting Cem Aksoylar 2023-06-02 20:46:13 -07:00
  • 56941f5312 fix(docs): Fix broken link in BT troubleshooting Cem Aksoylar 2023-06-02 20:46:13 -07:00
  • 0682bc3aa6 feat(docs): Note split connectivity improvement with TX power Cem Aksoylar 2023-06-02 18:45:15 -07:00
  • a9ad11f91e refactor(docs): Move BT troubleshooting items to BT page Cem Aksoylar 2023-06-02 18:42:50 -07:00
  • 30ba4b08ae feat(docs): Add pointer to Bluetooth page in troubleshooting Cem Aksoylar 2023-05-29 22:06:09 -07:00
  • 4042aea66f feat(docs): Add troubleshooting for Windows issue Cem Aksoylar 2023-05-29 22:03:24 -07:00
  • 0508718d6c feat(docs): Add behavior types section for hold-tap Cem Aksoylar 2023-05-29 21:52:16 -07:00
  • a2af74f5ab feat(docs): Add note on modifier functions to macros Cem Aksoylar 2023-05-29 21:25:12 -07:00
  • cac85ff194 feat(docs): Note split connectivity improvement with TX power Cem Aksoylar 2023-06-02 18:45:15 -07:00
  • 3c0b2ff067 Update dependencies Nick Conway 2023-06-02 21:45:11 -04:00
  • df00e6e05f refactor(docs): Move BT troubleshooting items to BT page Cem Aksoylar 2023-06-02 18:42:50 -07:00
  • 595fc42196 Turbo key behavior Nick Conway 2023-06-02 20:58:38 -04:00