forked from mirror/qmk_firmware
Relocate base WS2812 code (#24850)
This commit is contained in:
@@ -19,9 +19,12 @@
|
||||
#include "uart.h"
|
||||
#include "print.h"
|
||||
#include "sendchar.h"
|
||||
#include "ws2812.h"
|
||||
#include "sleep_led.h"
|
||||
|
||||
#ifdef KEYBOARD_ibm_model_m_mschwingen_led_ws2812
|
||||
#include "ws2812.h"
|
||||
#endif
|
||||
|
||||
#ifdef UART_DEBUG
|
||||
# undef sendchar
|
||||
static int8_t capture_sendchar(uint8_t c) {
|
||||
|
||||
Reference in New Issue
Block a user