Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-17 | 4 | -71/+9 |
|\ | |||||
| * | Fixup handwired/kbod (#18754) | jack | 2022-10-17 | 4 | -71/+9 |
| | | |||||
* | | Remove legacy sendstring keycodes (#18749) | Ryan | 2022-10-17 | 43 | -86/+86 |
| | | |||||
* | | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 509 | -992/+992 |
| | | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2022-10-16 | 10 | -67/+40 |
|\| | |||||
| * | Slipped through the cracks. (#18742) | Nick Brassel | 2022-10-16 | 2 | -3/+3 |
| | | |||||
| * | Fixup work_louder/micro VIA keymap (#18738) | jack | 2022-10-15 | 2 | -1/+5 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | Fixup latinpadble (#18736) | jack | 2022-10-15 | 6 | -105/+36 |
| | | |||||
* | | Mark the moonlander keyboard default music map as weak (#18715) | Jouke Witteveen | 2022-10-16 | 2 | -3/+4 |
| | | | | | | This allows user keymaps to set a different music map. | ||||
* | | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 2100 | -2704/+2704 |
| | | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-15 | 4 | -411/+318 |
|\| | |||||
| * | Y&R Studio NZ67v2 Layout Refactor (#18724) | James Young | 2022-10-15 | 4 | -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 develop | QMK Bot | 2022-10-15 | 5 | -804/+251 |
|\| | |||||
| * | bbrfkr Dynamis Refactor (#18733) | James Young | 2022-10-15 | 5 | -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 develop | QMK Bot | 2022-10-15 | 4 | -55/+0 |
|\| | |||||
| * | fix: Remove OLED support (#18719) | Reibl János Dániel | 2022-10-15 | 4 | -55/+0 |
| | | | | | | | | | | | | | | * fix: Remove OLED support * redundant files Co-authored-by: zvecr <git@zvecr.com> | ||||
* | | Update converter/usb_usb keymaps to use LAYOUT_fullsize (#18720) | precondition | 2022-10-15 | 2 | -8/+8 |
| | | |||||
* | | led_update_kb -> led_update_ports where appropriate (#18716) | Jouke Witteveen | 2022-10-15 | 13 | -101/+49 |
| | | | | | | | | Following #14452, less boilerplate is needed to customize indicator led control. | ||||
* | | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) | Drashna Jaelre | 2022-10-15 | 292 | -1174/+2282 |
| | | |||||
* | | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727) | Drashna Jaelre | 2022-10-15 | 225 | -924/+1861 |
| | | |||||
* | | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) | Drashna Jaelre | 2022-10-15 | 306 | -1432/+2036 |
| | | |||||
* | | Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725) | Drashna Jaelre | 2022-10-15 | 312 | -1362/+2164 |
| | | |||||
* | | Update info.json configs to explicitly list RGBLIGHT animations (#18730) | Drashna Jaelre | 2022-10-15 | 24 | -29/+245 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-15 | 7 | -6/+259 |
|\| | |||||
| * | Xelus RS60 Layout Refactor (#18708) | James Young | 2022-10-15 | 7 | -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 develop | fauxpark | 2022-10-15 | 4 | -63/+8 |
|\| | |||||
| * | Fixup momoka_ergo (#18704) | jack | 2022-10-14 | 4 | -64/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 1 | -1/+1 |
|\| | |||||
| * | Fixup bluebell/swoop (#18703) | jack | 2022-10-13 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 8 | -0/+264 |
|\| | |||||
| * | add akb/vero (#18652) | arnstadm | 2022-10-13 | 8 | -0/+264 |
| | | |||||
* | | Fix aurora/sweep (#18701) | Joel Challis | 2022-10-13 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 4 | -5/+78 |
|\| | |||||
| * | Add momoka ergo via support (#18678) | Kevin Boss | 2022-10-13 | 4 | -5/+78 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 10 | -0/+400 |
|\| | |||||
| * | Add Swoop keyboard (#18436) | Duccio | 2022-10-13 | 10 | -0/+400 |
| | | |||||
* | | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 320 | -586/+586 |
| | | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | ||||
* | | Fixup dumbpad/v3x (#18692) | jack | 2022-10-13 | 4 | -11/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 1 | -1/+1 |
|\| | |||||
| * | Update info.json of Q3 ISO with Encoder (#18697) | lalalademaxiya1 | 2022-10-13 | 1 | -1/+1 |
| | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 5 | -32/+11 |
|\| | |||||
| * | Fix Caps Lock indicators on Wilba Tech PCBs (#18695) | Wilba | 2022-10-13 | 5 | -32/+11 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 18 | -55/+55 |
|\| | |||||
| * | Keychron Q3 Layout Touch-Up (#18696) | James Young | 2022-10-13 | 18 | -55/+55 |
| | | |||||
* | | Remove keymaps that still reference legacy macros (#18693) | Joel Challis | 2022-10-13 | 214 | -20806/+0 |
| | | |||||
* | | Fixup keychron/q3 (#18687) | jack | 2022-10-13 | 19 | -49/+51 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 17 | -0/+1369 |
|\| | |||||
| * | [Keyboard] Add splitkb.com's Aurora Sweep (#18691) | leah-splitkb | 2022-10-13 | 17 | -0/+1369 |
| | | |||||
* | | Remove keymaps that still reference legacy macros (#18690) | Joel Challis | 2022-10-13 | 7 | -143/+0 |
| | | |||||
* | | Fixup handwired/jopr — remove deprecated keycode (#18668) | jack | 2022-10-13 | 1 | -1/+1 |
| | |