summaryrefslogtreecommitdiff
path: root/keyboards/hub20/rules.mk
AgeCommit message (Collapse)Author
2021-06-19[Keyboard] Add LED matrix and 2 layouts to hub20 (#12505)peepeetee
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-08Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan
* Set bootloader to stm32-dfu for STM32F303 * Set bootloader to stm32-dfu for STM32F0x2 * Set bootloader to stm32-dfu for STM32F4x1 * Set bootloader to stm32duino for sowbug * Delete redundant bootloader_defs headers * Add some missing MCU name comments * Move APM32 dfu-suffix overrides underneath bootloader * Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
2021-03-17Add bootmagic support for hub16 and hub20 (#12257)peepeetee
2021-01-13[Keyboard] Add Hub20 keyboard (#11497)Josh Johnson
* add Hub20 support * Keymap formatting cleanup Co-authored-by: Ryan <fauxpark@gmail.com> * Delete bootloader_defs.h as no longer required * Correct make / flashing example Co-authored-by: Ryan <fauxpark@gmail.com> * Update rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>