Nick Brassel
9d2b416fe1
Update ChibiOS-Contrib. ( #24803 )
2025-01-09 17:53:44 +11:00
QMK Bot
e28799d790
Merge remote-tracking branch 'origin/master' into develop
2025-01-08 16:51:30 +00:00
HorrorTroll
c1565bebce
Patch up issue when compile with APA102 driver ( #24800 )
2025-01-08 08:51:28 -08:00
80c90a6952
[Bug] Fix Underglow keycode processing ( #24798 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2025-01-08 08:50:54 -08:00
QMK Bot
8247f9e114
Merge remote-tracking branch 'origin/master' into develop
2025-01-08 03:13:29 +00:00
jack
95c74b6276
[Docs] Fix wording in Mod Tap documentation ( #24796 )
2025-01-07 19:13:04 -08:00
Joel Challis
6facb7a079
Convert stray legacy warn/info docs panels ( #24799 )
2025-01-07 19:12:54 -08:00
QMK Bot
1cc42e8c6e
Merge remote-tracking branch 'origin/master' into develop
2025-01-06 21:49:38 +00:00
Nick Brassel
bcee1d2f2e
Remove preprocessor sanity check for STM32L0/L1 now that it relies on types in C. ( #24793 )
2025-01-07 08:48:28 +11:00
Ryan
a336c04a6a
macOS install: remove bad ARM toolchains ( #24637 )
2025-01-06 13:19:45 +11:00
Clocks
9339e3c35d
Add watchdog service to RGBKB Sol 3 ( #24786 )
...
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.
2025-01-05 21:46:58 +01:00
QMK Bot
5eb60827d5
Merge remote-tracking branch 'origin/master' into develop
2025-01-04 11:09:00 +00:00
Tocho Tochev
c9f9475243
Fix durgod k3x0 docs ( #24774 )
2025-01-04 11:08:26 +00:00
QMK Bot
a25df1ab7a
Merge remote-tracking branch 'origin/master' into develop
2025-01-04 08:42:05 +00:00
takashicompany
9dba024d76
Add EE_HANDS for KLEC-02 ( #24777 )
...
Add #define EE_HANDS
2025-01-04 09:41:32 +01:00
QMK Bot
28700b0a23
Merge remote-tracking branch 'origin/master' into develop
2025-01-04 00:24:15 +00:00
Leo Lou
4da260a49a
[Keyboard] Add 3W6HS ( #22539 )
...
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>
2025-01-03 16:23:42 -08:00
QMK Bot
e6a08dbc64
Merge remote-tracking branch 'origin/master' into develop
2025-01-03 20:33:57 +00:00
HorrorTroll
cc3823f767
Update some changes for AT32F415 ( #24766 )
...
* Fixed SPI can't compiled issue
* Added solenoid support and use 256KB ldscript for Onekey board
2025-01-03 20:33:22 +00:00
QMK Bot
69f4d2a086
Merge remote-tracking branch 'origin/master' into develop
2025-01-03 06:19:17 +00:00
Sylvain Huguet
9a0f4e586a
Add shuguet shu89 ( #24758 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <jack@pngu.org>
2025-01-02 22:18:38 -08:00
Juho T.
43800d7934
Add Silakka54 keyboard ( #24757 )
...
* 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>
2025-01-02 13:07:38 +01:00
QMK Bot
69faa4ff1a
Merge remote-tracking branch 'origin/master' into develop
2025-01-02 11:54:10 +00:00
Philip
172c349675
[Keyboard] Add handwired/dactyl_manuform/5x8 ( #24726 )
...
* 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>
2025-01-02 12:50:43 +01:00
QMK Bot
b01db68476
Merge remote-tracking branch 'origin/master' into develop
2025-01-02 11:45:59 +00:00
Tocho Tochev
ac140e563c
Fix link to TMK magic commands ( #24773 )
2025-01-02 12:45:26 +01:00
フィルターペーパー
c23e64f551
Refactor Hue Breathing matrix effect with runner ( #24525 )
2025-01-02 02:23:41 -08:00
Will Spooner
b603094995
Add leader_add_user callback ( #24266 )
2025-01-01 23:12:58 -08:00
フィルターペーパー
e016b9b4c5
Update Raindrops effect to respect LED range limits ( #24531 )
2025-01-01 23:11:28 -08:00
David Hoelscher
c53d02d511
Ensure timer_read() is safe to call from interrupt handlers on ARM ( #24529 )
2025-01-01 23:11:10 -08:00
フィルターペーパー
cf975e2bfa
Update Starlight matrix effects ( #24521 )
2025-01-01 23:10:34 -08:00
David Hoelscher
8157b37438
always return audio pin to 0 on ARM ( #24503 )
2025-01-01 23:10:07 -08:00
QMK Bot
d5a0424987
[CI] Regenerate Files ( #24772 )
...
Regenerate Files
2025-01-01 02:22:28 +00:00
QMK Bot
1e6eb5e35c
Merge remote-tracking branch 'origin/master' into develop
2025-01-01 02:09:51 +00:00
QMK Bot
57f89e5388
[CI] Regenerate Files ( #24770 )
...
Regenerate Files
2025-01-01 13:02:16 +11:00
QMK Bot
4d182ec117
Merge remote-tracking branch 'origin/master' into develop
2025-01-01 01:59:15 +00:00
Joel Challis
53680fa6da
Fix g_led_config parse warning ( #24769 )
2025-01-01 01:58:41 +00:00
QMK Bot
08c1c045f9
Merge remote-tracking branch 'origin/master' into develop
2024-12-31 12:36:59 +00:00
Joel Challis
fe2200f73a
Remove invalid "effect_max" animation from keyboards ( #24767 )
2024-12-31 12:36:24 +00:00
QMK Bot
efcd6187d1
Merge remote-tracking branch 'origin/master' into develop
2024-12-30 21:45:28 +00:00
chillKB
fd0a552fc1
[Keyboard] Ghoul TKL ( #24762 )
...
Co-authored-by: jack <jack@pngu.org>
2024-12-30 13:44:51 -08:00
QMK Bot
92534d8e3d
Merge remote-tracking branch 'origin/master' into develop
2024-12-27 19:43:49 +00:00
Joel Challis
f549948bbd
Skip parsing g_led_config when matrix_size is missing ( #24739 )
2024-12-28 06:42:54 +11:00
QMK Bot
4d3d8887e7
Merge remote-tracking branch 'origin/master' into develop
2024-12-27 19:25:25 +00:00
Nick Brassel
5593e73ba7
[bug] Djinn theme fix. ( #24754 )
...
Theme fix.
2024-12-28 06:24:53 +11:00
muge
93de533580
Move cxt_studio keyboard to own folder ( #24748 )
2024-12-26 08:58:26 +00:00
QMK Bot
fc4d9c63fb
Merge remote-tracking branch 'origin/master' into develop
2024-12-25 02:58:06 +00:00
58323017ff
Add ArteryTek AT32 dfu to udev rules ( #24747 )
2024-12-25 02:57:30 +00:00
QMK Bot
8037c7332c
Merge remote-tracking branch 'origin/master' into develop
2024-12-24 18:26:40 +00:00
Joel Challis
a822545da0
Set custom effect defines for LED Matrix ( #24745 )
2024-12-24 10:26:08 -08:00