summaryrefslogtreecommitdiff
path: root/keyboards/nk65/nk65.c
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2020-11-02 19:09:48 +0000
committerGitHub <noreply@github.com>2020-11-03 06:09:48 +1100
commit4b839db3841f001f78291373b2b6c3eca34582ed (patch)
treebba345e493bad7ceda76222402cf5bc0f8b4f09b /keyboards/nk65/nk65.c
parente041ec1655f49ce756a2949a367f8ae7c92a9635 (diff)
NK65 eeprom compatibility with 128KB and 256KB (#10804)
* NK65 define hack for 128kb 256kb versions of F303 * Updated to chibios define
Diffstat (limited to 'keyboards/nk65/nk65.c')
-rwxr-xr-xkeyboards/nk65/nk65.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/nk65/nk65.c b/keyboards/nk65/nk65.c
index 972373e1b2..fae30ac75c 100755
--- a/keyboards/nk65/nk65.c
+++ b/keyboards/nk65/nk65.c
@@ -20,7 +20,7 @@
#include "nk65.h"
#include "drivers/issi/is31fl3733.h"
-/* Indicator LEDS are part of the LED driver
+/* Indicator LEDS are part of the LED driver
* Top LED is blue only. LED driver 2 RGB 7 Green channel
* Middle LED is blue and red. LED driver 2 RGB 6 Red and Blue channel
* Bottom LED is red only LED driver 2 RGB 6 Green channel.
@@ -48,7 +48,7 @@ __attribute__((weak)) layer_state_t layer_state_set_user(layer_state_t state) {
if (state & (1UL << 2)) {
G = 255;
}
-
+
IS31FL3733_set_color( 6+64-1, R, G, B );
return state;
}