aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [CI] Format code according to conventions (#24095)QMK Bot2024-07-111-18/+16
| | | Format code according to conventions
* [CI] Add index page generator. (#23737)Nick Brassel2024-07-115-6/+269
|
* [Keyboard] Add boardsource/sessenta (#23823)jack2024-07-114-0/+329
|
* Adding support for IBE60 (#24075)4pplet2024-07-116-0/+190
|
* `mt/mt64rgb`: move RGB Matrix config to data driven (#24089)Ryan2024-07-115-28/+70
|
* `mt/mt84`: move RGB Matrix config to data driven (#24090)Ryan2024-07-113-25/+91
|
* mntre_v3: fix matrix bottom row (#24077)tarxvf2024-07-111-6/+6
|
* Remove a user keymap from crkbd. (#24091)Dasky2024-07-114-524/+0
| | | remove personal keymap
* [Keyboard] Add Linx3 FAve65S (#24034)era2024-07-117-0/+864
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* `jadookb/jkb65`: move RGB Matrix LED config to data driven (#24080)Ryan2024-07-113-47/+74
|
* `kakunpc/rabbit_capture_plan`: update keymap layout name (#24079)Ryan2024-07-081-2/+2
| | | `kakunpc/rabbit_capture_plan`: update keymap layout names
* `latinpad/latin60rgb`: move RGB Matrix LED config to data driven (#24076)Ryan2024-07-083-84/+126
|
* `pearlboards/zeuspad`: add additional layouts (#24066)Ryan2024-07-084-20/+59
|
* `mechlovin/olly/octagon`: move LED Matrix LED config to data driven (#24069)Ryan2024-07-083-30/+104
|
* `ash1800`: add additional layouts (#24065)Ryan2024-07-082-0/+518
|
* [keyboard] mechwild/bbpad (#24072)Less/Rikki2024-07-078-0/+281
| | | | | | | | | * Initial bbpad commit * refactor: bbpad --------- Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
* Fix enter for two ANSI layouts on the TKD Cycle7 (#24070)Lex Brugman2024-07-071-2/+2
|
* `ano`: fix layout name (#24067)Ryan2024-07-062-3/+6
|
* [docs] Fixup home link. (#24068)Nick Brassel2024-07-061-1/+1
|
* `handwired/swiftrax/bumblebee`: fix layout name (#24064)Ryan2024-07-063-14/+11
|
* [docs] Update RGBLight (Underglow) keycode names (#23999)Ryan2024-07-063-46/+51
|
* `playkbtw/pk64rgb`: move RGB Matrix LED config to data driven (#24062)Ryan2024-07-063-23/+71
|
* Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#24063)dependabot[bot]2024-07-061-1/+1
| | | | | | | | | | | | | | | Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.1 to 4.6.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.1...v4.6.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* `kbdfans/baguette66`: fix layout name (#24061)Ryan2024-07-056-18/+24
|
* Add support for Equinox XL (#23695)ai032024-07-055-0/+148
|
* `kakunpc/rabbit_capture_plan`: add additional layouts (#24059)Ryan2024-07-052-1/+270
|
* `kakunpc/angel64`: add additional layouts (#24058)Ryan2024-07-052-0/+160
|
* `ash_xiix`: add additional layouts (#24057)Ryan2024-07-052-0/+518
|
* `handwired/tkk`: fix layout name (#24056)Ryan2024-07-052-13/+16
|
* `dc01/arrow`: fix layout name (#24025)Ryan2024-07-053-25/+7
|
* Add Sleepy Craft Studios Sleepy Keeb Split (#23844)Coby Sher2024-07-056-0/+201
|
* `salicylic_acid3/setta21`: fix RGB Matrix LED config (#24041)Ryan2024-07-052-22/+29
|
* `kikoslab/kl90`: add additional layouts (#24024)Ryan2024-07-051-11/+1037
|
* Fixes duplicate pid/vid for sofle_choc (#24030)Ryan Neff2024-07-041-2/+2
|
* [Keyboard] Addition of EC 60X (#24028)Cipulot2024-07-0413-0/+694
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Addition of EC 60X * Update keyboards/cipulot/ec_60x/keymaps/via/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keymaps/default/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Revert "Update keyboards/cipulot/ec_60x/keyboard.json" This reverts commit 5f49ef63cdcc4ff99d8056b243d255fd9b30420c. * Revert "Update keyboards/cipulot/ec_60x/keyboard.json" This reverts commit 5fb9706acd7bcd40f60edfe2d8c46bffc460ee5e. * revert of what was done with the layouts * Update keyboards/cipulot/ec_60x/mcuconf.h Co-authored-by: Drashna Jaelre <drashna@live.com> --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add chlx lfn merro (#24026)chalex2024-07-046-0/+1077
| | | | | | | | | | | | | | | | | | | | | | | | * add previous working files to new branch * update config files. tested via version * update per qmk PR requested changes - 1. rename info.json -> keyboard.json, move config.h -> keyamps/via/config.h, remove rules.mk * update photo link for pcb * remove redundant community keymaps * Update keyboards/chlx/lfn_merro60/keymaps/default/keymap.c correct keycode for iso keys Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * switch image url to source from imgur instead of github --------- Co-authored-by: chalex <alejandrelee+magbogbro@gmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* monsgeek/m5: make numlock and capslock LEDs work (#24027)Guanzhong Chen2024-07-041-0/+1
|
* [Keyboard] Add Ashwing66 (#24031)James Gzowski2024-07-047-0/+280
| | | | | | | | | | | | | | | | | | | | | | | | | * Create hello.txt * Add files via upload * Create keymap.c * Ashwing66 * Update readme.md * Update keymap.c * Ashwing66 addition * Ashwing66 addition * Changes as per request * Changes as per request * Changes as per request, Updated repo, fixed filenames * 02-Jul-11:04:08
* Minimum python version listing. (#23989)Nick Brassel2024-07-031-13/+15
|
* `vertex/arc60h`: add additional layouts (#24023)Ryan2024-07-031-0/+348
|
* Update keymap for KLC x TGR Lena (#23688)kopibeng2024-07-032-2/+2
|
* Fix index EC Dolice (#24033)Cipulot2024-07-023-6/+6
| | | | | | | * Update keyboard.json Fixed wrong index in keyboard.json * Small touch layout
* Fix 'qmk new-keyboard' processing of development_board (#23996)Joel Challis2024-06-302-24/+12
|
* Fix ploopy Adept/Madromys link (#24018)Danylo Kondratiev2024-06-301-1/+1
|
* `horrortroll/handwired_k552`: fix RGB Matrix LED config (#24014)Ryan2024-06-292-24/+27
|
* `jels/boaty`: adjust layout name (#24013)Ryan2024-06-293-7/+10
|
* `h0oni/deskpad` and `hotduck`: adjust layout names (#24004)Ryan2024-06-296-18/+24
|
* `ez_maker`: adjust layout names (#24015)Ryan2024-06-2914-14/+35
|
* `tzarc/djinn`: adjust layout name (#24012)Ryan2024-06-293-9/+12
|
* `clueboard/card`: Swap layout and alias (#24007)Ryan2024-06-291-2/+2
|