Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-29 | Fix 'to_c' for config.h mappings (#22364) | Joel Challis | |
2023-10-29 | whitefox: remove pointless file (#22366) | Ryan | |
2023-10-30 | Add `_LED_COUNT` defines to LED drivers (#22309) | Ryan | |
2023-10-29 | QP getters correction (#22357) | David Hoelscher | |
2023-10-29 | Implement data driven dip switches (#22017) | Joel Challis | |
* Add data driven dip switches * Autogen weak matrix_mask | |||
2023-10-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-28 | [Keyboard] add enter67 keyboard (#22346) | yuezp | |
Co-authored-by: “yuezp” <“yuezpchn@126.com”> | |||
2023-10-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-28 | Removed clueboard link as the website has been parked for some time (#22290) | Brian Choromanski | |
2023-10-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-28 | Flag more VIAL config options in lint (#22345) | Joel Challis | |
2023-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-27 | [Keyboard] Add Velvet hotswap & solder (#22284) | Felix Jen | |
2023-10-27 | [Maintenance] USB HID control packet as struct (#21688) | Stefan Kerkmann | |
* 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. | |||
2023-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-27 | [Keyboard] doksin (#22220) | millet | |
2023-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-27 | eason/aeroboard - Modify bootloader (#22286) | eason | |
2023-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-27 | Add darkproject/kd87a_bfg_edition keyboard (#18981) | gskygithub | |
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com> | |||
2023-10-26 | [Keyboard] Add Waffling60 revision e (#21664) | 4pplet | |
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-26 | [Keyboard] Waffling60 Rev E ANSI Hotswap (#22270) | 4pplet | |
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | |||
2023-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-26 | [Keyboard] add pisces pcb (#22334) | khchen2004 | |
2023-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-26 | [Keyboard] Add Kaly42 (#22282) | Kael Augusto | |
* 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> | |||
2023-10-27 | V-USB: Fix `GET_IDLE/SET_IDLE` (#22332) | Ryan | |
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2023-10-26 | Merge branch 'master' into develop | Dasky | |
2023-10-26 | Clarify PIO define is optional in docs. (#22339) | Dasky | |
2023-10-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-25 | [Keyboard] Add LGBTKL (#22331) | Olivia J | |
Co-authored-by: jack <0x6a73@protonmail.com> | |||
2023-10-25 | RGB/LED matrix use limits size optimisation (#22325) | Dasky | |
2023-10-25 | Add DD mappings for locking switch (#22242) | jack | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-10-25 | Added gamma values for ST7735 displays (#22313) | Rakib Shahid | |
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-10-25 | V-USB: Implement `GET_PROTOCOL` and `SET_PROTOCOL` handling (#22324) | Ryan | |
2023-10-24 | Fix compilation error when led/rgb process limit is zero. (#22328) | Dasky | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-24 | Remove extra led_matrix_indicators_user call (#22329) | Dasky | |
2023-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-23 | [Keyboard] Add QK100 (#21782) | owlab-git | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-23 | [Keyboard] Add purin (#22306) | Yonghyuk Choi | |
2023-10-23 | Separate 6KRO and NKRO report structs (#22267) | Ryan | |
2023-10-23 | Consolidate some EEPROM Driver configuration (#22321) | Joel Challis | |
2023-10-22 | Modify split config is_keyboard_master/left checks. (#21875) | Dasky | |
* 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> | |||
2023-10-22 | Add `_flush()` functions to LED drivers (#22308) | Ryan | |
2023-10-22 | Rename LINE FRIENDS TKL keyboard (#22310) | studiokestra | |
2023-10-22 | Russian typewriter keymap file for popular legacy layout (#21174) | Andrey Tutolmin | |
Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com> | |||
2023-10-22 | [QP] Add support for OLED, variable framebuffer bpp (#19997) | Nick Brassel | |
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. |