aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835)Joel Challis2025-01-20183-235/+547
|
* Fix up CI with `DEFAULT_FOLDER`. (#24842)Nick Brassel2025-01-201-2/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-201-2/+2
|\
| * License violations updates. (#24831)Nick Brassel2025-01-211-2/+2
| |
* | Consolidate send_string implementations. (#24817)Nick Brassel2025-01-214-102/+64
| |
* | LED drivers: remove deprecated defines (#24837)Ryan2025-01-2015-2538/+1
| |
* | Remove DEFAULT_FOLDER where keyboard aliases already exists (#24838)Joel Challis2025-01-2026-27/+0
| |
* | Formally deprecate DEFAULT_FOLDER (#24836)Joel Challis2025-01-201-0/+1
| |
* | Update via2json layout macro searching (#24640)Joel Challis2025-01-201-20/+12
| |
* | `i2c_master`: remove deprecated functions (#24832)Ryan2025-01-192-14/+0
| |
* | Consolidate timer_elapsed implementations (#24830)Joel Challis2025-01-197-44/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-184-0/+305
|\|
| * Add Lily (#24813)Cipulot2025-01-184-0/+305
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-181-5/+5
|\|
| * `kikoslab/kl90`: fix keymap (#24826)Ryan2025-01-181-5/+5
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-183-0/+144
|\|
| * [Keyboard] Add ic45v2 (#24818)Patrick Fan2025-01-173-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adding in ic45 handwired * fix wrong title * Apply suggestions from code review Thank you @waffle87 Co-authored-by: jack <jack@pngu.org> * Update keyboards/handwired/ic45_v2/keyboard.json adding whitespace Co-authored-by: Drashna Jaelre <drashna@live.com> --------- Co-authored-by: jack <jack@pngu.org> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-152-9/+18
|\|
| * Allow running Docker container on MacOS (without in-container USB support) ↵Haim Gelfenbeyn2025-01-162-9/+18
| | | | | | | | (#24412)
* | Bugfix and update for AT32F415 (#24807)HorrorTroll2025-01-1311-32/+46
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-132-1/+335
|\|
| * `salane/ncr80alpsskfl`: add additional layouts (#24809)Ryan2025-01-132-1/+335
| |
* | Azoteq - improve I2C behaviour while polling. (#24611)Dasky2025-01-102-32/+26
| | | | | | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-101-3/+3
|\|
| * Bump nanoid from 3.3.7 to 3.3.8 in /builddefs/docsgen (#24713)dependabot[bot]2025-01-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Ensure `qmk flash` rejects invalid files for uf2 compatible bootloaders (#24802)Joel Challis2025-01-101-1/+6
| | | | | | Ensure 'qmk flash' rejects invalid files for uf2 compatible bootloaders
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-102-29/+3
|\|
| * Fix a build warning and tidy up a keymap (#24805)Ryan2025-01-112-29/+3
| |
* | Update ChibiOS-Contrib. (#24803)Nick Brassel2025-01-091-0/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-081-1/+4
|\|
| * [Bug] Fix Underglow keycode processing (#24798)Drashna Jaelre2025-01-081-1/+4
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Patch up issue when compile with APA102 driver (#24800)HorrorTroll2025-01-082-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-084-5/+10
|\|
| * [Docs] Fix wording in Mod Tap documentation (#24796)jack2025-01-071-1/+1
| |
| * Convert stray legacy warn/info docs panels (#24799)Joel Challis2025-01-073-4/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-061-4/+0
|\|
| * Remove preprocessor sanity check for STM32L0/L1 now that it relies on types ↵Nick Brassel2025-01-071-4/+0
| | | | | | | | in C. (#24793)
* | macOS install: remove bad ARM toolchains (#24637)Ryan2025-01-061-7/+8
| |
* | Add watchdog service to RGBKB Sol 3 (#24786)Clocks2025-01-051-0/+2
| | | | | | | | | | | | | | | | Due to power demands, the Sol 3 might get initially ignored or something by the attached device. The solution is the enable watchdog, which would have the keyboard repoll the system to connect again. I have been using watchdog for awhile, but given that the RGBKB developer never progressed #24279, I made this to add in the essential feature.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-043-10/+10
|\|
| * Fix durgod k3x0 docs (#24774)Tocho Tochev2025-01-043-10/+10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-041-0/+6
|\|
| * Add EE_HANDS for KLEC-02 (#24777)takashicompany2025-01-041-0/+6
| | | | | | Add #define EE_HANDS
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-048-0/+482
|\|
| * [Keyboard] Add 3W6HS (#22539)Leo Lou2025-01-038-0/+482
| | | | | | | | | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-033-2/+7
|\|
| * Update some changes for AT32F415 (#24766)HorrorTroll2025-01-033-2/+7
| | | | | | | | | | * Fixed SPI can't compiled issue * Added solenoid support and use 256KB ldscript for Onekey board
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-033-0/+358
|\|
| * Add shuguet shu89 (#24758)Sylvain Huguet2025-01-023-0/+358
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <jack@pngu.org>
* | Add Silakka54 keyboard (#24757)Juho T.2025-01-024-0/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added new keyboard Silakka54 * Update keyboards/silakka54/config.h Co-authored-by: jack <jack@pngu.org> * Update keyboards/silakka54/keyboard.json Co-authored-by: jack <jack@pngu.org> * Delete keyboards/silakka54/rules.mk * Update keyboards/silakka54/keyboard.json Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/silakka54/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update readme.md Fixed small typo, "inpired" to "inspired" --------- Co-authored-by: jack <jack@pngu.org> Co-authored-by: Drashna Jaelre <drashna@live.com>