Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-27 | 8 | -86/+14 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Add Velvet hotswap & solder (#22284) | Felix Jen | 2023-10-27 | 8 | -86/+14 | |
| | | ||||||
| * | [Maintenance] USB HID control packet as struct (#21688) | Stefan Kerkmann | 2023-10-27 | 2 | -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 develop | QMK Bot | 2023-10-27 | 7 | -0/+97 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] doksin (#22220) | millet | 2023-10-27 | 7 | -0/+97 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-27 | 1 | -1/+2 | |
| |\ | |/ |/| | ||||||
* | | eason/aeroboard - Modify bootloader (#22286) | eason | 2023-10-27 | 1 | -1/+2 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-27 | 11 | -0/+726 | |
| |\ | |/ |/| | ||||||
* | | Add darkproject/kd87a_bfg_edition keyboard (#18981) | gskygithub | 2023-10-27 | 11 | -0/+726 | |
| | | | | | | | | Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com> | |||||
| * | [Keyboard] Add Waffling60 revision e (#21664) | 4pplet | 2023-10-26 | 21 | -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 develop | QMK Bot | 2023-10-27 | 9 | -0/+410 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Waffling60 Rev E ANSI Hotswap (#22270) | 4pplet | 2023-10-26 | 9 | -0/+410 | |
| | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-27 | 6 | -0/+226 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] add pisces pcb (#22334) | khchen2004 | 2023-10-26 | 6 | -0/+226 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-27 | 7 | -0/+174 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Add Kaly42 (#22282) | Kael Augusto | 2023-10-26 | 7 | -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) | Ryan | 2023-10-27 | 2 | -21/+12 | |
| | | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||||
| * | Merge branch 'master' into develop | Dasky | 2023-10-26 | 1 | -1/+1 | |
| |\ | |/ |/| | ||||||
* | | Clarify PIO define is optional in docs. (#22339) | Dasky | 2023-10-26 | 2 | -2/+2 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-25 | 6 | -0/+214 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Add LGBTKL (#22331) | Olivia J | 2023-10-25 | 6 | -0/+214 | |
| | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> | |||||
| * | RGB/LED matrix use limits size optimisation (#22325) | Dasky | 2023-10-25 | 4 | -66/+89 | |
| | | ||||||
| * | Add DD mappings for locking switch (#22242) | jack | 2023-10-25 | 3 | -1/+20 | |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
| * | Added gamma values for ST7735 displays (#22313) | Rakib Shahid | 2023-10-25 | 1 | -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) | Ryan | 2023-10-25 | 1 | -24/+38 | |
| | | ||||||
| * | Fix compilation error when led/rgb process limit is zero. (#22328) | Dasky | 2023-10-24 | 4 | -7/+3 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-23 | 1 | -2/+0 | |
| |\ | |/ |/| | ||||||
* | | Remove extra led_matrix_indicators_user call (#22329) | Dasky | 2023-10-24 | 1 | -2/+0 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-23 | 19 | -0/+975 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Add QK100 (#21782) | owlab-git | 2023-10-23 | 19 | -0/+975 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-23 | 6 | -0/+200 | |
| |\ | |/ |/| | ||||||
* | | [Keyboard] Add purin (#22306) | Yonghyuk Choi | 2023-10-23 | 6 | -0/+200 | |
| | | ||||||
| * | Separate 6KRO and NKRO report structs (#22267) | Ryan | 2023-10-23 | 20 | -163/+185 | |
| | | ||||||
| * | Consolidate some EEPROM Driver configuration (#22321) | Joel Challis | 2023-10-23 | 21 | -70/+28 | |
| | | ||||||
| * | Modify split config is_keyboard_master/left checks. (#21875) | Dasky | 2023-10-22 | 1 | -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) | Ryan | 2023-10-22 | 72 | -319/+346 | |
| | | ||||||
| * | Rename LINE FRIENDS TKL keyboard (#22310) | studiokestra | 2023-10-22 | 9 | -6/+9 | |
| | | ||||||
| * | Russian typewriter keymap file for popular legacy layout (#21174) | Andrey Tutolmin | 2023-10-22 | 2 | -0/+384 | |
| | | | | | | | | Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com> | |||||
| * | [QP] Add support for OLED, variable framebuffer bpp (#19997) | Nick Brassel | 2023-10-22 | 51 | -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 Challis | 2023-10-22 | 4 | -4/+14 | |
| | | ||||||
| * | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | 2023-10-21 | 208 | -686/+768 | |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| * | Migrate recently introduced sync items (#22305) | Joel Challis | 2023-10-21 | 57 | -111/+195 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-21 | 1 | -2/+2 | |
| |\ | |/ |/| | ||||||
* | | Fixup symbol sizing listing. (#22307) | Nick Brassel | 2023-10-21 | 1 | -2/+2 | |
| | | ||||||
| * | ChibiOS pin defs: use only vendor if present (#22297) | Ryan | 2023-10-21 | 1 | -263/+264 | |
| | | ||||||
| * | Support additional split sync items for info.json (#22193) | Joel Challis | 2023-10-21 | 4 | -11/+75 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-16 | 4 | -19/+73 | |
| |\ | |/ |/| | ||||||
* | | Allow for disabling of parallel processing of qmk find and `qmk ↵ | Nick Brassel | 2023-10-17 | 4 | -19/+73 | |
| | | | | | | | | | | | | mass-compile`. (#22160) Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-14 | 1 | -1/+1 | |
| |\ | |/ |/| | ||||||
* | | Fix typo in keychron v6 encoder map enable (#22272) | Nick Brassel | 2023-10-14 | 1 | -1/+1 | |
| | |