Merge remote-tracking branch 'origin/master' into develop
MW75 Layout Macro Refactor (#15247)
* mw75.h: use QMK 3-character matrix identifiers
* update stock keymaps
Use QMK-native keycode aliases, and update grid alignment of keycodes.
* mw75.h: add matrix diagram
* info.json: apply friendly formatting
* move rotary encoder keycodes to top row
* info.json: update maintainer field
Use the maintainer's GitHub username.
Merge remote-tracking branch 'origin/master' into develop
Tidy CI format error message (#15242)
* Tidy format error message
Merge remote-tracking branch 'origin/master' into develop
Short term bodge for PRODUCT warning (#15240)
fix broken macro in transport.h (#15239)
[Core] RISC-V toolchain and picolibc fixes (#15109)
* [Core] Fix RISC-V toolchain installation
The risc-v toolchain is only available on distributions based on Debian 11+
so we check for their availability before installing them.
* [Core] Fix heap symbols and syscalls for picolibc
picolibc internally uses __heap_start and __heap_end instead of the
defacto chibios linker script standard __heap_base__ and __heap_end__
therefore we introduce these symbols as an alias. Usually all memory
used within QMK is statically allocated, but some algorithms make usage
of malloc and friends.
Also the timeval struct is not defined by picolibc for syscalls, therefore it
is declared as stub.
Merge remote-tracking branch 'origin/master' into develop
[Keymap] Initial simple keymap for ForeverAnApple (#14654)
Co-authored-by: Ryan <fauxpark@gmail.com>
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
Meletrix Zoom65 Refactor (#15222)
Minimon Index Tab touch-up (#15224)
Merge remote-tracking branch 'origin/master' into develop
Undead60M touch-up (#15214)
Lime rev1: fix Configurator implementation (#15213)