summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build correctly when out of tree (#18775)Joel Challis2022-10-193-20/+32
|
* Remove legacy Debug keycode (#18769)Ryan2022-10-19256-292/+291
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Correctly build keymap.json containing additional config (#18766)Joel Challis2022-10-191-5/+4
|
* Widen the ARM Cortex-M family support. Allow USB peripheral change. (#18767)Nick Brassel2022-10-193-5/+59
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-191-61/+62
|\
| * Adjust oled gen to fix flashing on timeout (#18747)Tyler Thrailkill2022-10-191-61/+62
| | | | | | | | | | | | | | | | Fixes an issue in Ocean Dream that causes flashing after the oled screen times out and turns off. This occurs because writing to an OLED screen turns it on as well and we are both writing then immediately turning the screen off, but only if the timeout has occurred (no WPM, 30 seconds has passed).
* | A little personal cleanup after #18726 and #18729 (#18734)Joshua Diamond2022-10-193-17/+1
| | | | | | | | | | | | | | * A little cleanup after #18726 * Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT * Extend to spin
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-181-21/+21
|\|
| * [Keymap] manna-harbour_miryoku RESET to QK_BOOT (#18755)mmccoyd2022-10-181-21/+21
| | | | | | Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
* | [CI] Format code according to conventions (#18756)QMK Bot2022-10-181-12/+12
| |
* | 4 Driver support for IS31FL3737 (#18750)Jamal Bouajjaj2022-10-182-2/+22
| | | | | | | | | | * Added 4 driver support for the IS31FL3737 LED driver * Updated docs for IS31FL3737 to support 4 drivers
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-174-71/+9
|\|
| * Fixup handwired/kbod (#18754)jack2022-10-174-71/+9
| |
* | Remove legacy sendstring keycodes (#18749)Ryan2022-10-1773-557/+581
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-163-8/+33
|\|
| * Allow Fedora to update ChibiOS configs. (#18698)Nick Brassel2022-10-173-8/+33
| |
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-16553-1151/+1139
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-10-1610-67/+40
|\|
| * Slipped through the cracks. (#18742)Nick Brassel2022-10-162-3/+3
| |
| * Fixup work_louder/micro VIA keymap (#18738)jack2022-10-152-1/+5
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * Fixup latinpadble (#18736)jack2022-10-156-105/+36
| |
* | Mark the moonlander keyboard default music map as weak (#18715)Jouke Witteveen2022-10-162-3/+4
| | | | | | This allows user keymaps to set a different music map.
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152171-2802/+2799
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-154-411/+318
|\|
| * Y&R Studio NZ67v2 Layout Refactor (#18724)James Young2022-10-154-411/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-155-804/+251
|\|
| * bbrfkr Dynamis Refactor (#18733)James Young2022-10-155-804/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-155-159/+0
|\|
| * fix: Remove OLED support (#18719)Reibl János Dániel2022-10-155-159/+0
| | | | | | | | | | | | | | * fix: Remove OLED support * redundant files Co-authored-by: zvecr <git@zvecr.com>
* | Update converter/usb_usb keymaps to use LAYOUT_fullsize (#18720)precondition2022-10-152-8/+8
| |
* | led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen2022-10-1513-101/+49
| | | | | | | | Following #14452, less boilerplate is needed to customize indicator led control.
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)Drashna Jaelre2022-10-1528-51/+236
| |
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-15292-1174/+2282
| |
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-15225-924/+1861
| |
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-15306-1432/+2036
| |
* | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-15312-1362/+2164
| |
* | Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre2022-10-1524-29/+245
| |
* | LUFA: Consolidate report sending code (#18629)Ryan2022-10-151-118/+43
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-157-6/+259
|\|
| * Xelus RS60 Layout Refactor (#18708)James Young2022-10-157-6/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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`.
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-154-63/+8
|\|
| * Fixup momoka_ergo (#18704)jack2022-10-144-64/+8
| |
* | Programmable Button API refactor and improve docs (#18641)Ryan2022-10-156-90/+224
| |
* | Make QP driver init functions weak. (#18717)Nick Brassel2022-10-147-8/+8
| |
* | mcp23018: add return status to init (#18178)JohSchneider2022-10-132-5/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-131-1/+1
|\|
| * Fixup bluebell/swoop (#18703)jack2022-10-131-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-131-1/+1
|\|
| * Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 (#18702)dependabot[bot]2022-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-138-0/+264
|\|