summaryrefslogtreecommitdiffstats
path: root/keyboards/capsunlocked/cu80/v2/iso/config.h
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2023-07-07 03:34:01 -0600
committerGitHub <noreply@github.com>2023-07-07 19:34:01 +1000
commit98b438da888efc5cadb83ed699e8c3051ac0f9e1 (patch)
tree44af1d47192af2e6a98644a19cfc17b39b205831 /keyboards/capsunlocked/cu80/v2/iso/config.h
parent0f3a5a001cc0069adc3cf53b6ed6d381e62dd4c6 (diff)
Refactor `capsunlocked/cu80/v2` (#21454)
Diffstat (limited to 'keyboards/capsunlocked/cu80/v2/iso/config.h')
-rw-r--r--keyboards/capsunlocked/cu80/v2/iso/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/capsunlocked/cu80/v2/iso/config.h b/keyboards/capsunlocked/cu80/v2/iso/config.h
new file mode 100644
index 0000000000..28086d6195
--- /dev/null
+++ b/keyboards/capsunlocked/cu80/v2/iso/config.h
@@ -0,0 +1,8 @@
+// Copyright 2021 CapsUnlocked
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#ifdef RGB_MATRIX_ENABLE
+# define RGB_MATRIX_LED_COUNT 88
+# define RGB_MATRIX_KEYPRESSES
+#endif