summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-10-24Remove extra led_matrix_indicators_user call (#22329)Dasky
2023-10-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-23[Keyboard] Add QK100 (#21782)owlab-git
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-10-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-23[Keyboard] Add purin (#22306)Yonghyuk Choi
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan
2023-10-23Consolidate some EEPROM Driver configuration (#22321)Joel Challis
2023-10-22Modify 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-22Add `_flush()` functions to LED drivers (#22308)Ryan
2023-10-22Rename LINE FRIENDS TKL keyboard (#22310)studiokestra
2023-10-22Russian 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.
2023-10-22Fix invalid LED driver config (#22312)Joel Challis
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-21Migrate recently introduced sync items (#22305)Joel Challis
2023-10-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-21Fixup symbol sizing listing. (#22307)Nick Brassel
2023-10-21ChibiOS pin defs: use only vendor if present (#22297)Ryan
2023-10-21Support additional split sync items for info.json (#22193)Joel Challis
2023-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-17Allow for disabling of parallel processing of qmk find and `qmk ↵Nick Brassel
mass-compile`. (#22160) Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-10-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-14Fix typo in keychron v6 encoder map enable (#22272)Nick Brassel
2023-10-14Prep work for NKRO report separation (#22268)Ryan
* Clean up some keyboard/userspace code * Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS` * Add some missing includes * Use `PACKED` define for report types * Fix incorrect function signatures for FlexRAM EEPROM driver
2023-10-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-14[Keyboard] jukaie/jk01 (#20573)jukaie
* ADD Keyboard * Resolved requested changes * update keymap.c file * resolved requested changes * updated info.json file * Updated requested changes * Delete JK01.h file * Resolved requested changes * Delete readme.md * add rules.mk to default folder * Upload default/keymap.c * Add via/keymap.c * Updated info.Json file * Change VID in info.json * Resolved requested changes * Resolved requested changes. * Resolved requested changes * Updated changes --------- Co-authored-by: gksygithub <gskyGit@gsky.com.tw>
2023-10-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-13Enable encoder map on navpad1.0 (#22266)MakotoKurauchi
2023-10-14jian/rev1: convert to DIP Switch (#22248)Ryan
2023-10-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-13[Keyboard] Add Okayu (#22077)Sắn
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-10-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-13amend alice* community_layouts in keyboards (#21846)Duncan Sutherland
* add alice* to keyboards * add seigaiha * additions * Update info.json * revert wanderland * add tgr/alice * add matrix diagram.md
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan
2023-10-12[Keyboard] Skyloong GK61 Pro 48 (#21654)skyloong
* Create GK61 PRO_48 Keyboard. * update pro.c and config.h to save power when USB suspend. * Update keyboards/skyloong/gk61/pro_48/info.json OK,thank you. * update info.json * update layer indicator * Update RGB animations---delete rainbow_beacon and rainbo_pinwheels. * Cancel force_nkro * Add caps lock indicator in rgb matrix. * Update keyboards/skyloong/gk61/pro_48/pro_48.c OK, thank you for your suggestion. * Enable I2C DMA; Modified pro_48.c * Update keyboards/skyloong/gk61/pro_48/info.json OK, thank you for your suggestion. * Update keyboards/skyloong/gk61/pro_48/info.json OK, thanks. * enable encoder map in default keymap. * define g_suspend_state
2023-10-12Merge remote-tracking branch 'origin/master' into developQMK Bot