drivers: remove direct quantum.h includes (#21473)

This commit is contained in:
Ryan
2023-07-09 20:03:50 +10:00
committed by GitHub
parent 726132fb69
commit b6d9409d2f
16 changed files with 30 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#include "ws2812.h"
#include "quantum.h"
#include <hal.h>
#include "gpio.h"
#include "chibios_config.h"
/* Adapted from https://github.com/joewa/WS2812-LED-Driver_ChibiOS/ */