summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-10-12[Keyboard] RPNeko65 by lendunistus (#21747)lendunistus
* initialise rpneko65, info.json * force NKRO * define WS2812 stuff and capitalise RPNeko65 * use RGBlight, add ANSI to keymap.c also remove _ADC suffixes from pins * basic readme plus making it so the info.json RGB values are actually recognised as integers * update repository URL * fix info.json formatting * caps lock LED implementation "borrowed" from waffling60 * put RGBLIGHT_ENABLE in json also remove "pin" from the rgblight option * add actually correct keymaps also reformat info.json * move to designer folder, add image to README * move keyboard to separate revision folder and remove erroneous tag from config.h * remove brightness/hue/saturation steps * change device version to 1.0 * move quantum.h include to top * actually, let's try a new image I also forgot to save the info.json file beforehand oops * Remove comma in info.json * Community layouts in info.json * Delete rpneko65/readme.md * Apply suggested changes to readme * Suggested code changes * Suggested imgur link * rename code file this was the issue all along sigh * Correct layer matching this time * Move Enter in info.json * README/info.json change * Another batch of suggestions
2023-10-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-12[Keyboard] Inland V83P (#21725)jonylee@hfd
* [Keyboard]add v83p keyboard. * Update keymap.c * Update keyboards/inland/v83p/keymaps/via/keymap.c * Update keyboards/inland/v83p/keymaps/default/keymap.c * Update keyboards/inland/v83p/config.h * Update keyboards/inland/v83p/info.json * Update info.json * Update keymap.c * Update keyboards/inland/v83p/mcuconf.h * Update keyboards/inland/v83p/halconf.h * Update keyboards/inland/v83p/info.json * Update keyboards/inland/v83p/v83p.c * Update keymap.c replace the tabs with spaces * Update keymap.c replace the tabs with spaces * Update keyboards/inland/v83p/info.json
2023-10-12[Keyboard] Skyloong GK61 PRO (#21450)skyloong
* Add GK61 PRO keyboard * Update info.json regarding to dunk2k suggestion * Update keymap files regarding to dunk2k suggestion * Update keyboards/skyloong/gk61/pro/config.h OK, thanks for your suggestion. * Update keyboards/skyloong/gk61/pro/keymaps/default/keymap.c OK, thanks. * Update keyboards/skyloong/gk61/pro/keymaps/via/keymap.c OK, thanks. * Update keyboards/skyloong/gk61/pro/rules.mk OK, thank you for your suggestion. * Update keyboards/skyloong/gk61/pro/info.json OK,thanks. * Update keyboards/skyloong/gk61/pro/keymaps/default/keymap.c OK, thanks. * Update keyboards/skyloong/gk61/pro/info.json I see , thanks for your guidance. * Update keyboards/skyloong/gk61/pro/config.h OK, thank you. * Update keyboards/skyloong/gk61/pro/info.json OK, thank you for your suggestion. * Update keyboards/skyloong/gk61/pro/info.json I see, thank you. * Update keyboards/skyloong/gk61/pro/config.h OK, thank you for your suggestion. * Update keyboards/skyloong/gk61/pro/pro.c I see , thank you. * Correct PCB feature description in readme. * Update keyboards/skyloong/gk61/pro/config.h It doesn't seem to be a problem to compile without defining DRIVER_COUNT. Thank you for your rigor and seriousness. * Update keyboards/skyloong/gk61/pro/keymaps/default/keymap.c OK, thank you. * update config.h to define __flash. * Update keyboards/skyloong/gk61/pro/config.h I see, thanks for your suggestion. * add hardware availabilty international website * update via/rules.mk for encoder map * Revert "update via/rules.mk for encoder map" This reverts commit 66601242af3df8aecc747e790d7649970c12a443. * Update keyboards/skyloong/gk61/pro/config.h OK, thanks. * Update rules.mk Enable the encoder map. * 1.update readme to correct mcu type ; 2. update pro.c to improve indicator function. * update pro.c and config.h to save power when USB suspend. * update info.json * Update RGB animations---delete rainbow_beacon and rainbow_pinwheels * Update keymap.c and layer indication. * Enable I2C DMA * Update keyboards/skyloong/gk61/pro/info.json OK,Thank you for your suggestion. * Update keyboards/skyloong/gk61/pro/info.json OK,Thanks. * enable encoder map in default keymaps * Update keyboards/skyloong/gk61/pro/info.json OK. Thank you for your suggestion.