aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-024-0/+247
|\|
| * [Keyboard] Add handwired/dactyl_manuform/5x8 (#24726)Philip2025-01-024-0/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add handwired/dactyl_manuform/5x8 config * add keymap scheme * Update keymap.c * Update keyboard.json * Update keyboard.json * fix and compile worked configs * Update readme.md * Update readme.md * Update readme.md * add dynamic macros support * change key sets on first workday/add right2left layer * Update keyboard.json * Update keymap.c * move license header to top keymap.c * Update keyboard.json * I rewrote the layout so that the halves are not stacked. * I rewrote the layout so that the halves are not stacked (keymap.c) * change "serial pin" syntactic change "soft_serial_pin": "D0" to "serial": { "pin": "D0" } * fix KC_BSPC and KC_SPC on right keyboard * Update readme.md * Update keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> --------- Co-authored-by: skandiPC <slinkinfs@yandex.ru> Co-authored-by: iliorik-ph <140731596+iliorik-ph@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-021-1/+1
|\|
| * Fix link to TMK magic commands (#24773)Tocho Tochev2025-01-021-1/+1
| |
* | Refactor Hue Breathing matrix effect with runner (#24525)フィルターペーパー2025-01-021-13/+9
| |
* | Add leader_add_user callback (#24266)Will Spooner2025-01-013-0/+31
| |
* | Update Raindrops effect to respect LED range limits (#24531)フィルターペーパー2025-01-011-11/+18
| |
* | Ensure timer_read() is safe to call from interrupt handlers on ARM (#24529)David Hoelscher2025-01-011-2/+2
| |
* | Update Starlight matrix effects (#24521)フィルターペーパー2025-01-013-35/+56
| |
* | always return audio pin to 0 on ARM (#24503)David Hoelscher2025-01-012-10/+13
| |
* | [CI] Regenerate Files (#24772)QMK Bot2025-01-011-1/+1
| | | | | | Regenerate Files
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-0174-74/+74
|\|
| * [CI] Regenerate Files (#24770)QMK Bot2025-01-0174-74/+74
| | | | | | Regenerate Files
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-011-2/+2
|\|
| * Fix g_led_config parse warning (#24769)Joel Challis2025-01-011-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-12-312-4/+2
|\|
| * Remove invalid "effect_max" animation from keyboards (#24767)Joel Challis2024-12-312-4/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-12-307-0/+492
|\|
| * [Keyboard] Ghoul TKL (#24762)chillKB2024-12-307-0/+492
| | | | | | | | Co-authored-by: jack <jack@pngu.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-12-271-13/+14
|\|
| * Skip parsing g_led_config when matrix_size is missing (#24739)Joel Challis2024-12-281-13/+14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-12-271-2/+2
|\|
| * [bug] Djinn theme fix. (#24754)Nick Brassel2024-12-281-2/+2
| | | | | | Theme fix.
* | Move cxt_studio keyboard to own folder (#24748)muge2024-12-267-43/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-12-251-0/+3
|\|