summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-19A little personal cleanup after #18726 and #18729 (#18734)Joshua Diamond
* A little cleanup after #18726 * Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT * Extend to spin
2022-10-18Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-10-18[Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)mmccoyd
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
2022-10-18[CI] Format code according to conventions (#18756)QMK Bot
2022-10-184 Driver support for IS31FL3737 (#18750)Jamal Bouajjaj
* Added 4 driver support for the IS31FL3737 LED driver * Updated docs for IS31FL3737 to support 4 drivers
2022-10-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-17Fixup handwired/kbod (#18754)jack
2022-10-17Remove legacy sendstring keycodes (#18749)Ryan
2022-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-17Allow Fedora to update ChibiOS configs. (#18698)Nick Brassel
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-10-16Merge remote-tracking branch 'upstream/master' into developNick Brassel
2022-10-16Slipped through the cracks. (#18742)Nick Brassel
2022-10-16Mark the moonlander keyboard default music map as weak (#18715)Jouke Witteveen
This allows user keymaps to set a different music map.
2022-10-15Fixup work_louder/micro VIA keymap (#18738)jack
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-10-15Fixup latinpadble (#18736)jack
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-10-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-15Y&R Studio NZ67v2 Layout Refactor (#18724)James Young
* info.json: apply friendly formatting * nz67v2.h: use ____ for KC_NO * nz67v2.h: add matrix diagram * add LAYOUT_all Same matrix as `LAYOUT`, but physically arranged to mimic the keyboard layout. Rotary encoder positions move from the bottom row to the top row. * refactor keymaps to use LAYOUT_all macro * info.json: add LAYOUT_all data * remove LAYOUT macro Now unused. * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_split_space * remove dead space from layouts Remove empty space from `LAYOUT_65_ansi_blocker` and `LAYOUT_65_ansi_blocker_split_space` layouts.
2022-10-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-15bbrfkr Dynamis Refactor (#18733)James Young
* dynamis.h: use XXX for KC_NO * dynamis.h: add matrix diagram * info.json: apply friendly formatting * refactor keymaps - use four-space indent - grid-align keycodes for readability * info.json: fix LAYOUT_iso key sequence
2022-10-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-15fix: Remove OLED support (#18719)Reibl János Dániel
* fix: Remove OLED support * redundant files Co-authored-by: zvecr <git@zvecr.com>
2022-10-15Update converter/usb_usb keymaps to use LAYOUT_fullsize (#18720)precondition
2022-10-15led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen
Following #14452, less boilerplate is needed to customize indicator led control.
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)Drashna Jaelre
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre
2022-10-15Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre
2022-10-15LUFA: Consolidate report sending code (#18629)Ryan
2022-10-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-15Xelus RS60 Layout Refactor (#18708)James Young
* add matrix diagrams * add LAYOUT_60_ansi * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_tsangan_hhkb * enable Community Layout support * enable Community Layout support, phase 2 Remove the `LAYOUTS` rules from the `rules.mk` files, now that the data is in `info.json`.
2022-10-15Merge remote-tracking branch 'upstream/master' into developfauxpark
2022-10-15Programmable Button API refactor and improve docs (#18641)Ryan
2022-10-14Make QP driver init functions weak. (#18717)Nick Brassel
2022-10-13mcp23018: add return status to init (#18178)JohSchneider
2022-10-14Fixup momoka_ergo (#18704)jack
2022-10-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-13Fixup bluebell/swoop (#18703)jack
2022-10-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-13Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 (#18702)dependabot[bot]
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.0...v4.4.1) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-13add akb/vero (#18652)arnstadm
2022-10-13Fix aurora/sweep (#18701)Joel Challis
2022-10-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-13docs: fix typos (#18671)Paula Isabel
2022-10-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-13Add momoka ergo via support (#18678)Kevin Boss