mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-09 01:12:06 +00:00
ducky: cosmetics
This commit is contained in:
parent
acfa4c309d
commit
3ac4eb8fd9
@ -626,15 +626,9 @@ OSAL_IRQ_HANDLER(NUC123_PWMA_HANDLER) {
|
||||
OSAL_IRQ_EPILOGUE();
|
||||
}
|
||||
|
||||
static void init( void )
|
||||
{
|
||||
MBI5042GP_init();
|
||||
}
|
||||
static void init(void) { MBI5042GP_init(); }
|
||||
|
||||
static void flush( void )
|
||||
{
|
||||
MBI5042GP_write_pwm_buffers();
|
||||
}
|
||||
static void flush(void) { MBI5042GP_write_pwm_buffers(); }
|
||||
|
||||
const rgb_matrix_driver_t rgb_matrix_driver = {
|
||||
.init = init,
|
||||
|
@ -7,8 +7,6 @@ RGB_KEYCODES_ENABLE := yes
|
||||
OPT_DEFS += -DRGB_MATRIX_ENABLE
|
||||
OPT_DEFS += -DMBI5042
|
||||
|
||||
# MCU name
|
||||
#MCU = at90usb1286
|
||||
MCU_FAMILY = NUMICRO
|
||||
MCU_SERIES = NUC123SD4AN0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user