aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Configure boards to use development_board - UVWXYZ (#25288)Joel Challis2025-05-2322-44/+22
|
* [Fix] lib8tion: enable fixed scale8 and blend functions (#25272)Stefan Kerkmann2025-05-221-0/+1
| | | | | | | | lib8tion: enable fixed scale8 and blend functions These FastLED derived lib8tion functions have been fixed and enabled by default in FastLED. QMK just never set these defines, there is no reason to keep the buggy implementation. It is assumed that nobody relied on the buggy behavior.
* Configure boards to use development_board - 0-9 (#25287)Joel Challis2025-05-2225-50/+25
|
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-2236-81/+142
|
* Remove outdated `nix` support due to bit-rot. (#25280)Nick Brassel2025-05-205-1018/+0
|
* [Chore] use {rgblight,rgb_matrix}_hsv_to_rgb overrides (#25271)Stefan Kerkmann2025-05-202-6/+6
|
* Move rookiebwoy to ivndbt (#25142)ivan2025-05-1913-50/+56
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-199-0/+262
|\
| * add doio/kb03 (#24815)ClownFish2025-05-199-0/+262
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Use relative paths for schemas, instead of $id. Enables VScode validation. ↵Nick Brassel2025-05-199-169/+197
| | | | | | | | (#25251)
* | [Core] STM32G0x1 support (#24301)Stefan Kerkmann2025-05-1916-4/+624
| |
* | gcc15 AVR compilation fixes (#25238)Nick Brassel2025-05-195-5/+22
| |
* | Chew folders (#24785)Florent Linguenheld2025-05-1810-49/+182
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-181-1/+2
|\|
| * Update PR checklist notes on custom matrix (#25240)Joel Challis2025-05-181-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-183-0/+120
|\|
| * Add Waveshare RP2040-Keyboard-3 support (#25269)Joel Challis2025-05-183-0/+120
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-183-0/+78
|\|
| * Add Zeropad (#24737)Infos2025-05-183-0/+78
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Resolve miscellaneous keyboard lint warnings (#25268)Joel Challis2025-05-169-11/+12
| |
* | Remove duplicate of SPI default config from keyboards (#25266)Joel Challis2025-05-1665-171/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-166-5/+165
|\|
| * Add BDN9 Rev. 3 (#25261)Danny2025-05-166-5/+165
| |
* | Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)Joel Challis2025-05-147-9/+36
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-146-11/+8
|\|
| * dlip/haritev2 - Post merge fixes (#25264)Joel Challis2025-05-146-11/+8
| |
* | Remove more USB only branches from NKRO handling (#25263)Joel Challis2025-05-141-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-1413-0/+300
|\|
| * Add Harite v2 keyboard (#24975)Dane Lipscombe2025-05-1413-0/+300
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-141-1/+1
|\|
| * Fixes the numlock indicator for Magic Force MF17 numpad (#25260)Wasteland Fluttershy2025-05-141-1/+1
| |
* | Fix OS_DETECTION_KEYBOARD_RESET (#25015)Matti Hiljanen2025-05-121-1/+25
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-1219-38/+339
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | [New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2025-05-123-0/+29
| |
* | Fix Wear Leveling compilation (#25254)Joel Challis2025-05-128-8/+19
| |
* | Add raw_hid support to host driver (#25255)Joel Challis2025-05-1212-36/+95
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-118-0/+175
|\|
| * [Keyboard] Add Jason Hazel’s Bad Wings v2 (#25252)cyxae2025-05-118-0/+175
| | | | | | Co-authored-by: Florent Allard <florent.allard@savoirfairelinux.com>
* | Allow LVGL onekey keymap to be able compile for other board (#25005)HorrorTroll2025-05-1013-37/+75
| |
* | [Docs] Fix typos introduced by PR #25050 (#25250)Drashna Jaelre2025-05-081-6/+6
| | | | | | It isn't a drashna PR if there aren't some typos in it somewhere.
* | Add debounce to duplicated defaults check (#25246)Joel Challis2025-05-082-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-072-6/+6
|\|
| * CXT Studio 12E3: Fix encoder resolutions not applying (#25242)muge2025-05-072-6/+6
| | | | | | | | | | | | | | * add resolution to encoders so they apply * Tweak default keymap * replace KC_UNDO with C(KC_Z) as well
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-072-0/+18
|\|
| * Docs update for installing qmk with uv (#24995)Nathan Cain2025-05-072-0/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-071-24/+9
|\|
| * Fix Aurora sweep default keymap configuration (#25148)VeyPatch2025-05-071-24/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-071-1/+1
|\|
| * Fixed print statement after enabling 32-bit layers (#25027)dabstractor2025-05-071-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-061-3/+4
|\|