summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-01Add dd mapping for hardware based split handedness (#22369)Joel Challis
2023-11-01Relocate LED driver init code (#22365)Ryan
2023-11-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-31[Keyboard] Add Klein_SD (#22371)era
Co-authored-by: Joel Challis <git@zvecr.com>
2023-11-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-31[Keyboard] Add TeaQueen (#22352)gregandcin
Co-authored-by: jack <0x6a73@protonmail.com>
2023-10-31Add "AC Next Keyboard Layout Select" consumer usage entry (macOS Globe key) ↵Ryan
(#22256)
2023-10-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-31Add Kindakeyboards Conone65 Via support (#22320)Matt Chan
2023-10-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-31Fix for swapped PID and VID (#22372)Cipulot
2023-10-30Remove use of broken split.main (#22363)Joel Challis
2023-10-29Fix 'to_c' for config.h mappings (#22364)Joel Challis
2023-10-29whitefox: remove pointless file (#22366)Ryan
2023-10-30Add `_LED_COUNT` defines to LED drivers (#22309)Ryan
2023-10-29QP getters correction (#22357)David Hoelscher
2023-10-29Implement data driven dip switches (#22017)Joel Challis
* Add data driven dip switches * Autogen weak matrix_mask
2023-10-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-28[Keyboard] add enter67 keyboard (#22346)yuezp
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
2023-10-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-28Removed clueboard link as the website has been parked for some time (#22290)Brian Choromanski
2023-10-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-28Flag more VIAL config options in lint (#22345)Joel Challis
2023-10-27Merge remote-tracking branch 'origin/master' into developQMK 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-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-27[Keyboard] doksin (#22220)millet
2023-10-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-27eason/aeroboard - Modify bootloader (#22286)eason
2023-10-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-27Add 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-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-26[Keyboard] Waffling60 Rev E ANSI Hotswap (#22270)4pplet
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-10-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-26[Keyboard] add pisces pcb (#22334)khchen2004
2023-10-27Merge remote-tracking branch 'origin/master' into developQMK 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-27V-USB: Fix `GET_IDLE/SET_IDLE` (#22332)Ryan
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2023-10-26Merge branch 'master' into developDasky
2023-10-26Clarify PIO define is optional in docs. (#22339)Dasky
2023-10-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-25[Keyboard] Add LGBTKL (#22331)Olivia J
Co-authored-by: jack <0x6a73@protonmail.com>
2023-10-25RGB/LED matrix use limits size optimisation (#22325)Dasky
2023-10-25Add DD mappings for locking switch (#22242)jack
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-10-25Added 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-25V-USB: Implement `GET_PROTOCOL` and `SET_PROTOCOL` handling (#22324)Ryan
2023-10-24Fix compilation error when led/rgb process limit is zero. (#22328)Dasky
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-10-23Merge remote-tracking branch 'origin/master' into developQMK Bot