aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-278-86/+14
| |\ | |/ |/|
* | [Keyboard] Add Velvet hotswap & solder (#22284)Felix Jen2023-10-278-86/+14
| |
| * [Maintenance] USB HID control packet as struct (#21688)Stefan Kerkmann2023-10-272-92/+82
| | | | | | | | | | | | | | | | | | | | | | | | * ChibiOS: USB HID control request as dedicated struct Instead of accessing the raw USB setup packet and documenting the values as the corresponding USB HID control request fields we introduce a struct that allows direct access to the fields. This is safer and self documenting. * Rename usb_request.h to usb_types.h In the future all shared USB data types can live in this file.
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-277-0/+97
| |\ | |/ |/|
* | [Keyboard] doksin (#22220)millet2023-10-277-0/+97
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-271-1/+2
| |\ | |/ |/|
* | eason/aeroboard - Modify bootloader (#22286)eason2023-10-271-1/+2
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-2711-0/+726
| |\ | |/ |/|
* | Add darkproject/kd87a_bfg_edition keyboard (#18981)gskygithub2023-10-2711-0/+726
| | | | | | | | Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
| * [Keyboard] Add Waffling60 revision e (#21664)4pplet2023-10-2621-2/+1302
| | | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-279-0/+410
| |\ | |/ |/|
* | [Keyboard] Waffling60 Rev E ANSI Hotswap (#22270)4pplet2023-10-269-0/+410
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-276-0/+226
| |\ | |/ |/|
* | [Keyboard] add pisces pcb (#22334)khchen20042023-10-266-0/+226
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-277-0/+174
| |\ | |/ |/|
* | [Keyboard] Add Kaly42 (#22282)Kael Augusto2023-10-267-0/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Kaly/Kaly42 keyboard's minimal files. * Updated readme.md; New link and improved description text. * Apply suggestions from code review Added all suggestions given by @dunk2k Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Added community_layouts to info.json. Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
| * V-USB: Fix `GET_IDLE/SET_IDLE` (#22332)Ryan2023-10-272-21/+12
| | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
| * Merge branch 'master' into developDasky2023-10-261-1/+1
| |\ | |/ |/|
* | Clarify PIO define is optional in docs. (#22339)Dasky2023-10-262-2/+2
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-256-0/+214
| |\ | |/ |/|
* | [Keyboard] Add LGBTKL (#22331)Olivia J2023-10-256-0/+214
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
| * RGB/LED matrix use limits size optimisation (#22325)Dasky2023-10-254-66/+89
| |
| * Add DD mappings for locking switch (#22242)jack2023-10-253-1/+20
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
| * Added gamma values for ST7735 displays (#22313)Rakib Shahid2023-10-251-0/+2
| | | | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
| * V-USB: Implement `GET_PROTOCOL` and `SET_PROTOCOL` handling (#22324)Ryan2023-10-251-24/+38
| |
| * Fix compilation error when led/rgb process limit is zero. (#22328)Dasky2023-10-244-7/+3
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-231-2/+0
| |\ | |/ |/|
* | Remove extra led_matrix_indicators_user call (#22329)Dasky2023-10-241-2/+0
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-2319-0/+975
| |\ | |/ |/|
* | [Keyboard] Add QK100 (#21782)owlab-git2023-10-2319-0/+975
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-236-0/+200
| |\ | |/ |/|
* | [Keyboard] Add purin (#22306)Yonghyuk Choi2023-10-236-0/+200
| |
| * Separate 6KRO and NKRO report structs (#22267)Ryan2023-10-2320-163/+185
| |
| * Consolidate some EEPROM Driver configuration (#22321)Joel Challis2023-10-2321-70/+28
| |
| * Modify split config is_keyboard_master/left checks. (#21875)Dasky2023-10-221-33/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework split configuration * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * lint * missed return --------- Co-authored-by: Joel Challis <git@zvecr.com>
| * Add `_flush()` functions to LED drivers (#22308)Ryan2023-10-2272-319/+346
| |
| * Rename LINE FRIENDS TKL keyboard (#22310)studiokestra2023-10-229-6/+9
| |
| * Russian typewriter keymap file for popular legacy layout (#21174)Andrey Tutolmin2023-10-222-0/+384
| | | | | | | | Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com>
| * [QP] Add support for OLED, variable framebuffer bpp (#19997)Nick Brassel2023-10-2251-497/+1610
| | | | | | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Fixup delta frame coordinates after #20296.
| * Fix invalid LED driver config (#22312)Joel Challis2023-10-224-4/+14
| |
| * Rename `DRIVER_ADDR_n` defines (#22200)Ryan2023-10-21208-686/+768
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
| * Migrate recently introduced sync items (#22305)Joel Challis2023-10-2157-111/+195
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-211-2/+2
| |\ | |/ |/|
* | Fixup symbol sizing listing. (#22307)Nick Brassel2023-10-211-2/+2
| |
| * ChibiOS pin defs: use only vendor if present (#22297)Ryan2023-10-211-263/+264
| |
| * Support additional split sync items for info.json (#22193)Joel Challis2023-10-214-11/+75
| |
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-164-19/+73
| |\ | |/ |/|
* | Allow for disabling of parallel processing of qmk find and `qmk ↵Nick Brassel2023-10-174-19/+73
| | | | | | | | | | | | mass-compile`. (#22160) Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-141-1/+1
| |\ | |/ |/|
* | Fix typo in keychron v6 encoder map enable (#22272)Nick Brassel2023-10-141-1/+1
| |