summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-3043-96/+2025
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* (develop)Keychron Q2: Enable support for WL EEPROM Driver (#17507)jpe2302022-06-305-5/+10
|
* (develop)AP2: Enable support for WL EEPROM Driver (#17506)jpe2302022-06-306-0/+56
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-291-14/+22
|\
| * Allow module check to error out when piped to /dev/null (#17505)Joel Challis2022-06-301-14/+22
| |
* | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-3015-71/+667
| |
* | Update feature_split_keyboard.md to add extra detail about left and right ↵ihatechoosingusernames2022-06-291-1/+1
| | | | | | | | matrices. (#17492)
* | RGB Matrix Heatmap - Skip positions with NO_LED (#17488)Dasky2022-06-291-0/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-292-4/+5
|\|
| * [Bug] Fix 3 speed mousekey mode (#17500)Drashna Jaelre2022-06-292-4/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-2911-13/+13
|\|
| * Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.3.4 (#17497)dependabot[bot]2022-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.3.4. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/3.7.1...v4.3.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump actions/checkout from 2 to 3 (#17496)dependabot[bot]2022-06-2911-11/+11
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Bump peter-evans/create-pull-request from 3 to 4 (#17495)dependabot[bot]2022-06-291-1/+1
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-281-0/+6
|\|
| * Enable dependabot for actions.Nick Brassel2022-06-291-0/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-281-2/+6
|\|
| * [Bug] Fix issue with mousekey movement getting stuck (#17493)Drashna Jaelre2022-06-281-2/+6
| | | | | | | | | | * [Bug] Fix issue with mousekey movement getting stuck * Lint
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-281-1/+1
|\|
| * Bump revision for auto-tagging.Nick Brassel2022-06-291-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 developQMK Bot2022-06-261-1/+1
|\|
| * Fix error message in generated code (#17484)Joel Challis2022-06-271-1/+1
| |
* | Generic wear-leveling algorithm (#16996)Nick Brassel2022-06-2728-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 Kriechbaumer2022-06-261-0/+7
| |
* | improvements for Cirque Pinnacle trackpads (#17091)Thomas Kriechbaumer2022-06-256-69/+155
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-259-0/+492
|\|
| * [Keyboard] Add blockboy/ac980mini keyboard (#16839)rooski152022-06-259-0/+492
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-251-1/+1
|\|
| * Only omit paths containing "/keymaps/" (#17468)precondition2022-06-251-1/+1
| | | | | | This allows keyboard names to contain the word "keymaps"
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-251-0/+4
|\|
| * [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466)Drashna Jaelre2022-06-251-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-252-45/+42
|\|
| * [Keyboard] Fixup skergo - missing keycode in keymaps (#17458)jack2022-06-252-45/+42
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-241-0/+1
|\|
| * [Keyboard] Fix firmware size for via keymap on Atom47 (#17472)Evelien Dekkers2022-06-241-0/+1
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-2421-18/+24
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-242-0/+37
|\|
| * Fix up Djinn fuse handling. (#17465)Nick Brassel2022-06-242-0/+37
| |
* | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition2022-06-239-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)SmugSam2022-06-231-0/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-231-2/+6
|\|
| * Update ref_functions.md (replaced deprecated `RESET`) (#17436)David Kosorin2022-06-231-2/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-231-1/+1
|\|
| * Fix 0 delta results in size_regression.sh (#17457)Dasky2022-06-231-1/+1
| |
* | Added global current to all other issi drivers who don't have it (#17448)Jamal Bouajjaj2022-06-235-4/+21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-231-4/+128
|\|
| * Cf/evyd13 wasdat (#17452)James Young2022-06-231-4/+128
| | | | | | | | | | * evyd13/wasdat: add LAYOUT_all Configurator data * info.json: fix JSON syntax errors
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-231-1/+1
|\|
| * [Keyboard] Fix RGB_matrix coordinates for gl516/j73gl (#17450)Salicylic-acid32022-06-221-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-234-19/+20
|\|