Merge remote-tracking branch 'origin/master' into develop
Align action workflow filenames (#16776)
Merge remote-tracking branch 'origin/master' into develop
Automatically approve workflow runs from first time contributors (#16775) * Automatically approve workflow runs from first time contributors * Automatically approve workflow runs from first time contributors
Merge remote-tracking branch 'origin/master' into develop
Automatically approve workflow runs from first time contributors (#16774)
Merge remote-tracking branch 'origin/master' into develop
usb-usb converter: fix layout macros (#16769)
Merge remote-tracking branch 'origin/master' into develop
Lint keyboard/project name (#16766)
Merge remote-tracking branch 'origin/master' into develop
yapf: disable arithmetic predecence indication (#16749)
Add emulated eeprom support for STM32F303xE (#16737) Added FEE_PAGE_SIZE and FEE_MCU_FLASH_SIZE defines for the STM32F303xE
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] handwired/m40/5x5_macropad (#16288) * Adding the custom handwired 5x5 macropad. * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/rules.mk * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update readme.md fixed the github link to my profile * Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.c * Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h * Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h * Update keyboards/handwired/m40/5x5_macropad/config.h * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/config.h * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/keymaps/default/keymap.c * Apply suggestions from code review * added discord Id for maintainer contact * Update keyboards/handwired/m40/5x5_macropad/readme.md * Update keyboards/handwired/m40/5x5_macropad/info.json
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Change linworks Dolice product ID to non-duplicate value (#16745)
Refactor writePin to work with statements (#16738)
Merge remote-tracking branch 'origin/master' into develop
CLI: Lint non-data driven macros in info.json (#16739) * CLI: Lint non-data driven macros in info.json Macros in info.json should either have the "matrix" key with the matrix data or should should be also present in <keyboard>.h * Add verification of matrix data * Use generic '<keyboard>.h' in output * Add keyboard name to output * Make C layout macro finding more robust The old code missed C macros if they had whitespace between '#' and 'define' or had whitespace before '#'.