Various fixes from reorg of files (#14051)
This commit is contained in:
parent
703f027717
commit
58cd8c366c
34 changed files with 34 additions and 35 deletions
|
@ -54,11 +54,11 @@
|
|||
|
||||
#if !defined(RGB_BACKLIGHT_HS60) && !defined(RGB_BACKLIGHT_NK65) && !defined(RGB_BACKLIGHT_NK87) && !defined(RGB_BACKLIGHT_NEBULA68) && !defined(RGB_BACKLIGHT_NEBULA12) && !defined (RGB_BACKLIGHT_KW_MEGA)
|
||||
#include <avr/interrupt.h>
|
||||
#include "drivers/avr/i2c_master.h"
|
||||
#include "i2c_master.h"
|
||||
#else
|
||||
#include <ch.h>
|
||||
#include <hal.h>
|
||||
#include "drivers/chibios/i2c_master.h"
|
||||
#include "i2c_master.h"
|
||||
#endif
|
||||
|
||||
#if defined(RGB_BACKLIGHT_DAWN60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue