[Keyboard] Fixup Neson Design N6 ISSI includes (#14045)

master
Drashna Jaelre 2021-08-17 10:31:34 -07:00 committed by GitHub
parent a6d2993fc5
commit fae5cc6c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 49 deletions

View File

@ -19,7 +19,7 @@
#include "n6.h"
#include "i2c_master.h"
#include "issi/is31fl3731.h"
#include "drivers/led/issi/is31fl3731.h"
enum {
SELF_TESTING,
@ -187,7 +187,7 @@ static void self_testing(void)
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
* driver
* | R location

View File

@ -19,5 +19,5 @@ NKRO_ENABLE = yes # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
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