[Keyboard] Fixup Neson Design N6 ISSI includes (#14045)
This commit is contained in:
parent
a6d2993fc5
commit
fae5cc6c67
2 changed files with 49 additions and 49 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "n6.h"
|
#include "n6.h"
|
||||||
#include "i2c_master.h"
|
#include "i2c_master.h"
|
||||||
#include "issi/is31fl3731.h"
|
#include "drivers/led/issi/is31fl3731.h"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
SELF_TESTING,
|
SELF_TESTING,
|
||||||
|
@ -187,7 +187,7 @@ static void self_testing(void)
|
||||||
update_ticks();
|
update_ticks();
|
||||||
}
|
}
|
||||||
|
|
||||||
const is31_led g_is31_leds[DRIVER_LED_TOTAL] = {
|
const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = {
|
||||||
/* Refer to IS31 manual for these locations
|
/* Refer to IS31 manual for these locations
|
||||||
* driver
|
* driver
|
||||||
* | R location
|
* | R location
|
||||||
|
|
|
@ -19,5 +19,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
|
||||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||||
|
|
||||||
QUANTUM_LIB_SRC += i2c_master.c issi/is31fl3731.c
|
QUANTUM_LIB_SRC += i2c_master.c drivers/led/issi/is31fl3731.c
|
||||||
LAYOUTS = 65_ansi_blocker
|
LAYOUTS = 65_ansi_blocker
|
||||||
|
|
Loading…
Reference in a new issue