~ruther/qmk_firmware

Remove legacy sendstring keycodes (#18749)

c57330d3 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
f731e278 — Nick Brassel 2 years ago
Allow Fedora to update ChibiOS configs. (#18698)

Remove legacy keycodes, part 6 (#18740)

* `KC_RSHIFT` -> `KC_RSFT`

* `KC_RCTRL` -> `KC_RCTL`

* `KC_LSHIFT` -> `KC_LSFT`

* `KC_LCTRL` -> `KC_LCTL`
39c22f5c — Nick Brassel 2 years ago
Merge remote-tracking branch 'upstream/master' into develop
81988cc0 — Nick Brassel 2 years ago
Slipped through the cracks. (#18742)

d089af87 — Jouke Witteveen 2 years ago
Mark the moonlander keyboard default music map as weak (#18715)

This allows user keymaps to set a different music map.
Fixup work_louder/micro VIA keymap (#18738)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Fixup latinpadble (#18736)

Remove legacy keycodes, part 5 (#18710)

* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
92d7964b — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
b5e26ccb — James Young 2 years ago
Y&R Studio NZ67v2 Layout Refactor (#18724)

* 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.
cbf9907c — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
679cbb84 — James Young 2 years ago
bbrfkr Dynamis Refactor (#18733)

* 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
3fe9fbf9 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
ccdd2893 — Reibl János Dániel 2 years ago
fix: Remove OLED support (#18719)

* fix: Remove OLED support

* redundant files

Co-authored-by: zvecr <git@zvecr.com>
2b24f167 — precondition 2 years ago
Update converter/usb_usb keymaps to use LAYOUT_fullsize (#18720)

2ee573fc — Jouke Witteveen 2 years ago
led_update_kb -> led_update_ports where appropriate (#18716)

Following #14452, less boilerplate is needed to customize indicator led
control.
ad8630bd — Drashna Jaelre 2 years ago
Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)

f0da486f — Drashna Jaelre 2 years ago
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)

Next