mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Remove quantum.h includes from keyboard code (#23394)
This commit is contained in:
@@ -18,9 +18,13 @@
|
||||
|
||||
#include "rgb_ring.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "quantum.h"
|
||||
#include "rgblight.h"
|
||||
#include "timer.h"
|
||||
#include "action.h"
|
||||
#include "drivers/led/issi/is31fl3731.h"
|
||||
#include "i2c_master.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user