summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minify content published to API (#20285)Joel Challis2023-03-291-12/+11
|
* Add ability for `qmk mass-compile` to build specified targets (#20294)Nick Brassel2023-03-291-4/+6
|
* Fixup CI command failures. (#20291)Nick Brassel2023-03-292-3/+7
|
* Add step summary output to CI builds, with failure logs. (#20288)Nick Brassel2023-03-293-1/+31
|
* Fix some invalid layout macros (#20256)Ryan2023-03-2920-1448/+719
|
* CI Builds: master/develop, default/via, twice daily. (#20283)Nick Brassel2023-03-291-7/+13
|
* I have zero involvement with this keyboard... (#20287)Joel Challis2023-03-291-1/+1
|
* Add new keyboard Tightwriter (#20136)takashicompany2023-03-287-0/+357
| | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
* Remove invalid characters (#20277)Albert Y2023-03-286-15/+9
|
* [keyboard] Correcting info.JSON for OSAv2 (#20247)blindassassin1112023-03-271-2/+2
|
* [chore] keyboards/tzarc: Alignment with clang-format. (#20265)Nick Brassel2023-03-267-11/+8
|
* Check for multiple matrix positions assigned to same key (#20039)Ryan2023-03-241-2/+6
|
* [Documentation] Pointing device minor rewrite (#19641)Pablo Martínez2023-03-231-16/+16
|
* Bump actions/stale from 7 to 8 (#20246)dependabot[bot]2023-03-231-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK (#20131)Andrew Kannan2023-03-239-0/+326
| | | | | * Add CannonKeys Bakeneko65 Hotswap ISO PCB to QMK * Add 65_iso_blocker community layout support
* [Keyboard]Viktus Minne - Topre variant (#20044)blindassassin1112023-03-239-0/+598
| | | | | | | | | | | | | | | | | | | | | | | | | * Adding the Viktus Minne topre pcb variant * Update keyboards/viktus/minne_topre/readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk * Moving layouts from *.h to info.json * Removing minne_topre.h and updating others * fixing *.c's * Switch from int to void for ec_init * Update info.json * Update info.json --------- Co-authored-by: Drashna Jaelre <drashna@live.com>
* [keyboard] Correcting info.JSON for Viktus Minne (#20244)blindassassin1112023-03-231-2/+2
|
* EC ProX PCB (#20047)Cipulot2023-03-2329-0/+1675
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add EC Pro X Addition of EC Pro X PCB series. This series comprises 2 versions: - ANSI/ISO - JIS The PCBs are different and are compatible only with their respective cases. * Moved from data driven row/col def to config def * Added project url in info.json * Implemented proper `LAYOUT_` changes * Removen unnecessary `.h` includes * Removal of `"w": 1` * Added `DISCHARGE_TIME` Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings. Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise. * Fixed keymap error in ordering * Update keyboards/cipulot/ec_prox/jis/readme.md Co-authored-by: Tom Barnes <barnestom@me.com> * Update keyboards/cipulot/ec_prox/ansi_iso/readme.md Co-authored-by: Tom Barnes <barnestom@me.com> * Removal of `info.json` lines as suggested * Update to comply with `_kb` and `_user` separation * Update keyboards/cipulot/ec_prox/jis/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk --------- Co-authored-by: Tom Barnes <barnestom@me.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* EC 23U PCB (#20049)Cipulot2023-03-2315-0/+814
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add EC 23U PCB firmware * Moved from data driven row/col def to config def * Implemented proper LAYOUT_ changes * Removed unnecessary `.h` includes * Updated default thresholds * Added `DISCHARGE_TIME` Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings. Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise. * Update readme.md Added missing `cipulot/` in example commands. * Removal of `info.json` lines as suggested * Update to comply with `_kb` and `_user` separation * Update rules.mk
* EC 60 PCB (#20050)Cipulot2023-03-2317-0/+1110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add EC 60 PCB firmware * Moved from data driven row/col def to config def * Implemented proper LAYOUT_ changes * Removed unnecessary `.h` includes * Added `DISCHARGE_TIME` Addition of a `DISCHARGE_TIME` time. This is to ensure that the ghost capacitor that is the row strobed for the ADC read, is fully drained and doesn't carry charges that deviates the readings. Tested on multiple hardware and confirmed working and improving the readings, both in terms of stability and consistency for baseline noise. * Update readme.md Added missing `cipulot/`in readme example commands * Update keyboards/cipulot/ec_60/readme.md Co-authored-by: Tom Barnes <barnestom@me.com> * Removal of `info.json` lines as suggested * Update to comply with `_kb` and `_user` separation * Update keyboards/cipulot/ec_60/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> --------- Co-authored-by: Tom Barnes <barnestom@me.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [jacky_studio/piggy60] warn about incompatible PCB rev (#20232)Less/Rikki2023-03-231-1/+2
|
* [Keyboard] Fix tata80 wkl layout (#20195)spbgzh2023-03-234-24/+22
|
* [Keyboard] Ymd09 config updates (#20124)SHVD3x2023-03-228-61/+136
| | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add Geistmaschine Geist (#20117)Moritz Plattner2023-03-2212-0/+558
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* [Keyboard] Add via support for jotanck keyboard (#20146)jotix2023-03-226-4/+114
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* fixup: correct filename (#20212)Less/Rikki2023-03-211-0/+0
|
* Adding Bad Wings Support (#20153)Jason Hazel2023-03-2110-0/+335
|
* [Keyboard] update creek70 change rgb num (#20196)spbgzh2023-03-215-42/+49
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add tiny board 16 rgb keyboard (#20158)Ning2023-03-217-0/+208
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Olly Orion: Disable SWD and JTAG (#20169)mechlovin2023-03-211-2/+7
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] OSAv2 (#20166)blindassassin1112023-03-216-0/+554
|
* [Keyboard] Add pteropus keyboard (#20147)hulahermit2023-03-204-0/+127
| | | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Chi-Han Yang <chyang@enrichtx.com>
* [Keyboard] Add CannonKeys Bakeneko60 ISO Hotswap PCB (#20130)Andrew Kannan2023-03-206-0/+233
|
* [Keyboard] Add Kuro65 keyboard (#20122)Tobias Minn2023-03-209-0/+602
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
* [Keymap] for sharkby7e (#20121)Sid Quinsaat2023-03-202-41/+43
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* [Keyboard] Add Blu vimclutch (#20060)Agent Blu, 0062023-03-2010-0/+294
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update lpad info.json (#20184)Laneware2023-03-191-2/+2
| | | Update incorrect row and col pins, now confirmed working via manual build in QMK MSYS
* Format code according to conventions (#20175)QMK Bot2023-03-181-2/+2
|
* Fixup kbdfans/tiger80 RGB animations (#20164)jack2023-03-182-13/+13
|
* Add Support for LPAD (#19852)Laneware2023-03-188-0/+156
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add Coban Pad 3A (#19634)Dam Vu Duy2023-03-1810-0/+183
|
* [Keymap] crkbd toinux update (#19673)toinux2023-03-185-97/+106
|
* De-parallelise CI (#20171)Nick Brassel2023-03-181-4/+3
| | | | | | | * De-parallelise CI No speed increase. * Update .github/workflows/ci_builds.yml
* [Keyboard] Add yandrstudio/transition80 (#19790)JX2023-03-178-0/+230
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Fix typos in readme for Lily58 R2G (#20149)Fabien2023-03-171-14/+12
|
* [keyboard] Viktus Minne (#19977)blindassassin1112023-03-176-0/+444
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] 1upkeyboards/pi40 update (#20066)ziptyze2023-03-1715-235/+522
|
* Add `qmk find` command, reuse logic for `qmk mass-compile`. (#20139)Nick Brassel2023-03-165-96/+161
|
* [Keyboard] Add Blueberry (#19915)ToffeeStudio2023-03-169-0/+611
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Sugarglider VIA keymap enhancement (#20140)Kyle McCreery2023-03-161-1/+1
|