~ruther/qmk_firmware

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)

c8e998cc — Drashna Jaelre 2 years ago
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)

55b9a4d0 — Drashna Jaelre 2 years ago
Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)

d021bedf — Drashna Jaelre 2 years ago
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)

be1c9af2 — Drashna Jaelre 2 years ago
Update info.json configs to explicitly list RGBLIGHT animations (#18730)

LUFA: Consolidate report sending code (#18629)

7c0116a3 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
1e726a13 — James Young 2 years ago
Xelus RS60 Layout Refactor (#18708)

* 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`.
47f68821 — fauxpark 2 years ago
Merge remote-tracking branch 'upstream/master' into develop
Programmable Button API refactor and improve docs (#18641)

Next