summaryrefslogtreecommitdiff
path: root/keyboards/spaceholdings/nebula68b/nebula68b.c
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2022-03-08 04:18:41 +0000
committerGitHub <noreply@github.com>2022-03-07 20:18:41 -0800
commit4493f31f801c0065d62f334d0b986195861fbf87 (patch)
tree1a53acf0af431fe7708488431c07e95b05a4eb58 /keyboards/spaceholdings/nebula68b/nebula68b.c
parent0880850b158ca5da4eae28c43849909c01350f0f (diff)
Add HS version of Nebula65b due to different number of per-key-RGB (#16514)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: yiancar <yiancar@gmail.com>
Diffstat (limited to 'keyboards/spaceholdings/nebula68b/nebula68b.c')
-rwxr-xr-xkeyboards/spaceholdings/nebula68b/nebula68b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/spaceholdings/nebula68b/nebula68b.c b/keyboards/spaceholdings/nebula68b/nebula68b.c
index 4842d9be92..4d4f878c6b 100755
--- a/keyboards/spaceholdings/nebula68b/nebula68b.c
+++ b/keyboards/spaceholdings/nebula68b/nebula68b.c
@@ -17,6 +17,7 @@
#include "nebula68b.h"
#include <lib/lib8tion/lib8tion.h>
+#ifndef KEYBOARD_spaceholdings_nebula68b_hs
#ifdef RGB_MATRIX_ENABLE
// clang-format off
led_config_t g_led_config = { {
@@ -40,6 +41,7 @@ led_config_t g_led_config = { {
} };
// clang-format on
#endif
+#endif
#if defined(RGB_MATRIX_ENABLE) && defined(VIA_ENABLE)
void raw_hid_receive_kb(uint8_t *data, uint8_t length) {