Some checks failed
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
Automatic Approve / automatic_approve (push) Has been cancelled
13 lines
233 B
Makefile
Executable File
13 lines
233 B
Makefile
Executable File
# This file intentionally left blank
|
|
# BOOTLOADER = stm32-dfu
|
|
BOOTLOADER = stm32duino
|
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
RGB_MATRIX_DRIVER = ws2812
|
|
# WS2812_DRIVER_REQUIRED = yes
|
|
# WS2812_DRIVER = pwm
|
|
# VIA_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|