You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sergey Vlasov 4a7d65b9d7
Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508)
The code which generated the MATRIX_COLS and MATRIX_ROWS defines from
the JSON information was checking the presence of the `matrix_pins` key,
which may not exist if a custom matrix is used.  Check the presence of
`matrix_size` instead.
3 years ago
..
arm_atsam/packs
chibios@0e9d558b52 Update ChibiOS to latest 21.11.2 (#18428) 3 years ago
chibios-contrib@bb8356fb5a [Bug] Update ChibiOS-Contrib for USB IRQ and bus handling fixes (#18574) 3 years ago
fnv Fix AVR compilation of FNV by using standard integer typenames. (#17716) 3 years ago
googletest@e2239ee604
lib8tion
lufa@549b97320d Update LUFA submodule (#18168) 3 years ago
pico-sdk@8d56ea332b Update pico-sdk to version 1.4.0 (#18423) 3 years ago
printf@c2e3b4e10d [Core] Update mpaland/printf to eyalroz/printf fork (#16163) 3 years ago
python Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508) 3 years ago
usbhost Revert lib/usbhost changes (#19165) 3 years ago
vusb@819dbc1e5d