Remove legacy keycodes, part 5 (#18710) * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
Merge remote-tracking branch 'origin/master' into develop
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.
Merge remote-tracking branch 'origin/master' into develop
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
Merge remote-tracking branch 'origin/master' into develop
fix: Remove OLED support (#18719) * fix: Remove OLED support * redundant files Co-authored-by: zvecr <git@zvecr.com>
Update converter/usb_usb keymaps to use LAYOUT_fullsize (#18720)
led_update_kb -> led_update_ports where appropriate (#18716) Following #14452, less boilerplate is needed to customize indicator led control.
Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729)
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
Update info.json configs to explicitly list RGBLIGHT animations (#18730)
LUFA: Consolidate report sending code (#18629)
Merge remote-tracking branch 'origin/master' into develop
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`.
Merge remote-tracking branch 'upstream/master' into develop
Programmable Button API refactor and improve docs (#18641)