diff options
author | Joel Challis <git@zvecr.com> | 2021-07-31 14:31:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 14:31:09 +0100 |
commit | 206a995ccd53b0843e72da606abebe06f39c9c28 (patch) | |
tree | a8b2b3e65a76429ea5171482fce7cc594851373b /keyboards/nk87/nk87.c | |
parent | aeb252435d0c161ebd22bd8210765609813fc632 (diff) |
Move some led drivers to common folder (#13749)
* Move some led drivers to common folder
Diffstat (limited to 'keyboards/nk87/nk87.c')
-rwxr-xr-x | keyboards/nk87/nk87.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nk87/nk87.c b/keyboards/nk87/nk87.c index bcebbc651c..c90ba02ea4 100755 --- a/keyboards/nk87/nk87.c +++ b/keyboards/nk87/nk87.c @@ -18,7 +18,7 @@ #endif #include "nk87.h" -#include "drivers/issi/is31fl3733.h" +#include "drivers/led/issi/is31fl3733.h" /* Indicator LEDS are part of the LED driver * Top LED is blue only. LED driver 2 RGB 63 Blue channel |