Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835) | Joel Challis | 2025-01-20 | 183 | -235/+547 |
| | |||||
* | Fix up CI with `DEFAULT_FOLDER`. (#24842) | Nick Brassel | 2025-01-20 | 1 | -2/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-20 | 1 | -2/+2 |
|\ | |||||
| * | License violations updates. (#24831) | Nick Brassel | 2025-01-21 | 1 | -2/+2 |
| | | |||||
* | | Consolidate send_string implementations. (#24817) | Nick Brassel | 2025-01-21 | 4 | -102/+64 |
| | | |||||
* | | LED drivers: remove deprecated defines (#24837) | Ryan | 2025-01-20 | 15 | -2538/+1 |
| | | |||||
* | | Remove DEFAULT_FOLDER where keyboard aliases already exists (#24838) | Joel Challis | 2025-01-20 | 26 | -27/+0 |
| | | |||||
* | | Formally deprecate DEFAULT_FOLDER (#24836) | Joel Challis | 2025-01-20 | 1 | -0/+1 |
| | | |||||
* | | Update via2json layout macro searching (#24640) | Joel Challis | 2025-01-20 | 1 | -20/+12 |
| | | |||||
* | | `i2c_master`: remove deprecated functions (#24832) | Ryan | 2025-01-19 | 2 | -14/+0 |
| | | |||||
* | | Consolidate timer_elapsed implementations (#24830) | Joel Challis | 2025-01-19 | 7 | -44/+11 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-18 | 4 | -0/+305 |
|\| | |||||
| * | Add Lily (#24813) | Cipulot | 2025-01-18 | 4 | -0/+305 |
| | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-18 | 1 | -5/+5 |
|\| | |||||
| * | `kikoslab/kl90`: fix keymap (#24826) | Ryan | 2025-01-18 | 1 | -5/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-18 | 3 | -0/+144 |
|\| | |||||
| * | [Keyboard] Add ic45v2 (#24818) | Patrick Fan | 2025-01-17 | 3 | -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 develop | QMK Bot | 2025-01-15 | 2 | -9/+18 |
|\| | |||||
| * | Allow running Docker container on MacOS (without in-container USB support) ↵ | Haim Gelfenbeyn | 2025-01-16 | 2 | -9/+18 |
| | | | | | | | | (#24412) | ||||
* | | Bugfix and update for AT32F415 (#24807) | HorrorTroll | 2025-01-13 | 11 | -32/+46 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-13 | 2 | -1/+335 |
|\| | |||||
| * | `salane/ncr80alpsskfl`: add additional layouts (#24809) | Ryan | 2025-01-13 | 2 | -1/+335 |
| | | |||||
* | | Azoteq - improve I2C behaviour while polling. (#24611) | Dasky | 2025-01-10 | 2 | -32/+26 |
| | | | | | | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-10 | 1 | -3/+3 |
|\| | |||||
| * | Bump nanoid from 3.3.7 to 3.3.8 in /builddefs/docsgen (#24713) | dependabot[bot] | 2025-01-10 | 1 | -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 Challis | 2025-01-10 | 1 | -1/+6 |
| | | | | | | Ensure 'qmk flash' rejects invalid files for uf2 compatible bootloaders | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-10 | 2 | -29/+3 |
|\| | |||||
| * | Fix a build warning and tidy up a keymap (#24805) | Ryan | 2025-01-11 | 2 | -29/+3 |
| | | |||||
* | | Update ChibiOS-Contrib. (#24803) | Nick Brassel | 2025-01-09 | 1 | -0/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-08 | 1 | -1/+4 |
|\| | |||||
| * | [Bug] Fix Underglow keycode processing (#24798) | Drashna Jaelre | 2025-01-08 | 1 | -1/+4 |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Patch up issue when compile with APA102 driver (#24800) | HorrorTroll | 2025-01-08 | 2 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-08 | 4 | -5/+10 |
|\| | |||||
| * | [Docs] Fix wording in Mod Tap documentation (#24796) | jack | 2025-01-07 | 1 | -1/+1 |
| | | |||||
| * | Convert stray legacy warn/info docs panels (#24799) | Joel Challis | 2025-01-07 | 3 | -4/+9 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-06 | 1 | -4/+0 |
|\| | |||||
| * | Remove preprocessor sanity check for STM32L0/L1 now that it relies on types ↵ | Nick Brassel | 2025-01-07 | 1 | -4/+0 |
| | | | | | | | | in C. (#24793) | ||||
* | | macOS install: remove bad ARM toolchains (#24637) | Ryan | 2025-01-06 | 1 | -7/+8 |
| | | |||||
* | | Add watchdog service to RGBKB Sol 3 (#24786) | Clocks | 2025-01-05 | 1 | -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 develop | QMK Bot | 2025-01-04 | 3 | -10/+10 |
|\| | |||||
| * | Fix durgod k3x0 docs (#24774) | Tocho Tochev | 2025-01-04 | 3 | -10/+10 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-04 | 1 | -0/+6 |
|\| | |||||
| * | Add EE_HANDS for KLEC-02 (#24777) | takashicompany | 2025-01-04 | 1 | -0/+6 |
| | | | | | | Add #define EE_HANDS | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-01-04 | 8 | -0/+482 |
|\| | |||||
| * | [Keyboard] Add 3W6HS (#22539) | Leo Lou | 2025-01-03 | 8 | -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 develop | QMK Bot | 2025-01-03 | 3 | -2/+7 |
|\| | |||||
| * | Update some changes for AT32F415 (#24766) | HorrorTroll | 2025-01-03 | 3 | -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 develop | QMK Bot | 2025-01-03 | 3 | -0/+358 |
|\| | |||||
| * | Add shuguet shu89 (#24758) | Sylvain Huguet | 2025-01-02 | 3 | -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-02 | 4 | -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> |