aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless `LED/RGB_MATRIX_ENABLE` ifdefs (#23726)Ryan2024-05-163-5/+5
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-159-0/+883
|\
| * [Keyboard] Add cycle7 (#23290)Vertex-kb2024-05-149-0/+883
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add files via upload * Update keyboards/vertex/cycle7/readme.md Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/mcuconf.h Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/halconf.h Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/info.json Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/info.json Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/info.json Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/info.json Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/keymaps/default/keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/keymaps/via/keymap.c Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Update keyboards/vertex/cycle7/config.h Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> * Add files via upload * Update info.json * Add files via upload * Update keyboards/vertex/cycle7/keymaps/default/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/vertex/cycle7/keymaps/via/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/vertex/cycle7/keymaps/via/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/vertex/cycle7/keymaps/default/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/vertex/cycle7/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/vertex/cycle7/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/vertex/cycle7/info.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> --------- Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Fix mapping of GUI/ALT for Win/Mac layers (#22662)George Secillano2024-05-153-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-151-1/+1
|\|
| * [CLI] Fixup return code for `qmk userspace-compile`. (#23720)Nick Brassel2024-05-151-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-133-6/+7
|\|
| * Fix for RGB color override and brightness for EC Type K (#23703)Cipulot2024-05-133-6/+7
| | | | | | Fix for RGB color override and brightness
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-134-1/+108
|\|
| * Add housekeeping execution to unit tests (#22999)leep-frog2024-05-134-1/+108
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-132-4/+2
|\|
| * [Bug][Keyboard] Fix encoder resolution issue with Binepad BNK9 (#23707)Vino Rodrigues2024-05-132-4/+2
| |
* | Change all RGB mode keycodes to short aliases (#23691)Ryan2024-05-1242-87/+87
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-111-6/+7
|\|
| * [Doc] Revise squeezing AVR (#23665)フィルターペーパー2024-05-121-6/+7
| | | | | | | | | | | | * Note AVR's flash space * Include guards for magic functions * Remove mention of silicon shortage * Demote an unavailable controller
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-112-0/+5
|\|
| * Add embed to docs capabilities (#23698)Joel Challis2024-05-122-0/+5
| |
* | Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2024-05-111201-1308/+1308
| |
* | Align RGBKB keyboards to current standards (#23663)Joel Challis2024-05-1149-625/+238
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-111-2/+2
|\|
| * `qmk find`: Fix typo in filter logging (#23693)Ryan2024-05-111-2/+2
| |
* | Remove 'split.transport.protocol=serial_usart' (#23668)Joel Challis2024-05-104-4/+2
| |
* | Remove redundant keymap templates (#23685)Joel Challis2024-05-0912-192/+186
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-071-0/+12
|\|
| * add example for c2json command (#23061)Alexandr2024-05-071-0/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-071-1/+1
|\|
| * [CI] Fail workflow if there were build failures (#23678)Nick Brassel2024-05-071-1/+1
| | | | | | More whack-a-mole
* | Normalise RGBLight (underglow) keycodes (#23656)Ryan2024-05-075-37/+141
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-071-7/+7
|\|
| * [CI] Use existing repo variables instead (#23676)Nick Brassel2024-05-071-7/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-061-0/+1
|\|
| * [CI] Allow secrets to propagate from parent to child workflow. (#23675)Nick Brassel2024-05-071-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-061-1/+1
|\|
| * Bump geekyeggo/delete-artifact from 4 to 5 (#23674)dependabot[bot]2024-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 4 to 5. - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](https://github.com/geekyeggo/delete-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: geekyeggo/delete-artifact 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-062-0/+303
|\|
| * Reworked CI builds for `master`/`develop`. (#23182)Nick Brassel2024-05-062-0/+303
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-053-2/+259
|\|
| * Add page for capabilties used by docs site. (#23428)Nick Brassel2024-05-053-2/+259
| |
* | split_util: rename `usbIsActive` to `usb_bus_detected` (#23657)Stefan Kerkmann2024-05-051-3/+3
| | | | | | | | | | | | | | split_util: rename usbIsActive to usb_bus_detected This follows the style rules and better reflects the intent. Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-055-0/+419
|\|
| * Add support for Smart 68 keyboard (#23043)Alexei Robyn2024-05-045-0/+419
| |
* | refactor: mechwild/bbs (#23373)Less/Rikki2024-05-047-70/+69
| |
* | Fix iris via keymap (#23652)Joel Challis2024-05-041-0/+15
| |
* | Add new set of keycodes for RGB Matrix (#23463)Ryan2024-05-044-17/+150
| |
* | xiudi/xd75 - Fix backlight compilation issues (#23655)Joel Challis2024-05-041-0/+1
| |
* | Migrate build target markers to keyboard.json - Misc (#23653)Joel Challis2024-05-0344-13/+0
| |
* | Update GPIO API usage in keyboard code (#23361)Ryan2024-05-03390-3915/+3914
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-031-36/+36
|\|
| * ZSA Voyager Layout Fix (#23651)James Young2024-05-031-36/+36
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-05-031-6/+6
|\|