Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Bump revision for auto-tagging. | Nick Brassel | 2022-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | Seems there was an error, but it wasn't failing the actions run. https://github.com/anothrNick/github-tag-action/releases/tag/1.39.0 | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-26 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix error message in generated code (#17484) | Joel Challis | 2022-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | Generic wear-leveling algorithm (#16996) | Nick Brassel | 2022-06-27 | 28 | -0/+7519 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial import of wear-leveling algorithm. * Alignment. * Docs tweaks. * Lock/unlock. * Update quantum/wear_leveling/wear_leveling_internal.h Co-authored-by: Stefan Kerkmann <karlk90@pm.me> * More tests, fix issue with consolidation when unlocked. * More tests. * Review comments. * Add plumbing for FNV1a. * Another test checking that checksum mismatch clears the cache. * Check that the write log still gets played back. Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||||
* | | [Split] Verify Split Pointing Device config (#17481) | Thomas Kriechbaumer | 2022-06-26 | 1 | -0/+7 | |
| | | ||||||
* | | improvements for Cirque Pinnacle trackpads (#17091) | Thomas Kriechbaumer | 2022-06-25 | 6 | -69/+155 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-25 | 9 | -0/+492 | |
|\| | ||||||
| * | [Keyboard] Add blockboy/ac980mini keyboard (#16839) | rooski15 | 2022-06-25 | 9 | -0/+492 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-25 | 1 | -1/+1 | |
|\| | ||||||
| * | Only omit paths containing "/keymaps/" (#17468) | precondition | 2022-06-25 | 1 | -1/+1 | |
| | | | | | | This allows keyboard names to contain the word "keymaps" | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-25 | 1 | -0/+4 | |
|\| | ||||||
| * | [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466) | Drashna Jaelre | 2022-06-25 | 1 | -0/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-25 | 2 | -45/+42 | |
|\| | ||||||
| * | [Keyboard] Fixup skergo - missing keycode in keymaps (#17458) | jack | 2022-06-25 | 2 | -45/+42 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-24 | 1 | -0/+1 | |
|\| | ||||||
| * | [Keyboard] Fix firmware size for via keymap on Atom47 (#17472) | Evelien Dekkers | 2022-06-24 | 1 | -0/+1 | |
| | | ||||||
* | | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | 2022-06-24 | 21 | -18/+24 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-24 | 2 | -0/+37 | |
|\| | ||||||
| * | Fix up Djinn fuse handling. (#17465) | Nick Brassel | 2022-06-24 | 2 | -0/+37 | |
| | | ||||||
* | | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) | precondition | 2022-06-23 | 9 | -179/+349 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT] * Update stenography documentation * STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT TXBOLT is a better name but BOLT is more consistent with the pre-existing TX Bolt related constants, which all drop the "TX " prefix * Comments * STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all] * Add note on lacking V-USB support * Clear chord at the end of the switch(mode){send_steno_chord} block * Return true if NOEVENT * update_chord_xxx → add_xxx_key_to_chord * Enable the defines for all the protocols if STENO_PROTOCOL = all * Mention how to use `steno_set_mode` * Set the default steno protocol to "all" This is done so that existing keymaps invoking `steno_set_mode` don't all suddenly break * Add data driver equivalents for stenography feature * Document format of serial steno packets (Thanks dnaq) * Add missing comma | |||||
* | | In honor of king terry (#17387) | SmugSam | 2022-06-23 | 1 | -0/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-23 | 1 | -2/+6 | |
|\| | ||||||
| * | Update ref_functions.md (replaced deprecated `RESET`) (#17436) | David Kosorin | 2022-06-23 | 1 | -2/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-23 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix 0 delta results in size_regression.sh (#17457) | Dasky | 2022-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | Added global current to all other issi drivers who don't have it (#17448) | Jamal Bouajjaj | 2022-06-23 | 5 | -4/+21 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-23 | 1 | -4/+128 | |
|\| | ||||||
| * | Cf/evyd13 wasdat (#17452) | James Young | 2022-06-23 | 1 | -4/+128 | |
| | | | | | | | | | | * evyd13/wasdat: add LAYOUT_all Configurator data * info.json: fix JSON syntax errors | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-23 | 1 | -1/+1 | |
|\| | ||||||
| * | [Keyboard] Fix RGB_matrix coordinates for gl516/j73gl (#17450) | Salicylic-acid3 | 2022-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-23 | 4 | -19/+20 | |
|\| | ||||||
| * | [Keyboard] Update SKErgo for hardware changes (#17449) | Kevin Zhao | 2022-06-22 | 4 | -19/+20 | |
| | | | | | | Co-authored-by: kevinzhao-tech <kevin@keyz.io> | |||||
* | | [Core] Mark GD32VF103 as ChibiOS-Contrib (#17444) | Stefan Kerkmann | 2022-06-23 | 1 | -0/+1 | |
| | | ||||||
* | | Cirque Attenuation Setting (#17342) | Kyle McCreery | 2022-06-22 | 2 | -9/+22 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-22 | 4 | -352/+391 | |
|\| | ||||||
| * | Chaos 65 Community Layout Support (#17447) | James Young | 2022-06-22 | 4 | -352/+391 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move ISO Enter position to home row This commit makes the ISO layout macros compatible with QMK's `65_iso_blocker` and `65_iso_blocker_tsangan` community layouts. * info.json: apply friendly formatting - add key labels - add line breaks between physical rows * enable Community Layout support * chaos65.h: add matrix diagram | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-22 | 8 | -226/+266 | |
|\| | ||||||
| * | Checkerboards SNOP60 Refactor (#17446) | James Young | 2022-06-22 | 8 | -226/+266 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-22 | 3 | -0/+239 | |
|\| | ||||||
| * | [Keymap] farmergreg's kint41 Kinesis Advantage 2 Layout (#16784) | Greg Dietsche | 2022-06-21 | 3 | -0/+239 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-22 | 11 | -0/+314 | |
|\| | ||||||
| * | [Keyboard] Add n60a pcb (#17273) | Muhammad Rivaldi | 2022-06-21 | 11 | -0/+314 | |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-22 | 9 | -0/+245 | |
|\| | ||||||
| * | [Keyboard] Zeno 60% Ergo PCB (#17403) | paulgali | 2022-06-21 | 9 | -0/+245 | |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | Fix AVR I2C master 1ms timeout (#17174) | Daniel Kao | 2022-06-22 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | * avr i2c_master: Fix 1ms timeout i2c_start() produces a minimum time_slice of 1ms for use as timeout value. The timer granularity is 1ms, it is entirely possible for timer_count to tick up immediately after the last timer read and falsely trigger timeout with a '>= 1' comparison. * avr/drivers/i2c_master: Use timer_elapsed() | |||||
* | | Fix RGB heatmap to use XY positions and use correct led limits (#17184) | Dasky | 2022-06-21 | 3 | -45/+67 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 1 | -0/+62 | |
|\| | ||||||
| * | Add missing snop60 default keymap (#17443) | Joel Challis | 2022-06-21 | 1 | -0/+62 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-21 | 3 | -28/+9 | |
|\| | ||||||
| * | alt34 rev1: Configurator Compilation Fix (#17442) | James Young | 2022-06-21 | 3 | -28/+9 | |
| | | | | | | | | | | | | | | * move USE_I2C and EE_HANDS definitions to keyboard level Allow this keyboard to be compiled by QMK Configurator. * remove redundant DEFAULT_FOLDER rule |