summaryrefslogtreecommitdiff
path: root/keyboards/momokai/tap_duo/tap_duo.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/momokai/tap_duo/tap_duo.c')
-rw-r--r--keyboards/momokai/tap_duo/tap_duo.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/momokai/tap_duo/tap_duo.c b/keyboards/momokai/tap_duo/tap_duo.c
index 2216c37f43..bd53810838 100644
--- a/keyboards/momokai/tap_duo/tap_duo.c
+++ b/keyboards/momokai/tap_duo/tap_duo.c
@@ -16,16 +16,16 @@
#include "tap_duo.h"
-// #ifdef RGB_MATRIX_ENABLE
-// led_config_t g_led_config = { {
-// // Key Matrix to LED Index
-// { 0, 1, 2, NO_LED, NO_LED, NO_LED}
-// }, {
-// // LED Index to Physical Position
-// { 56, 0}, { 112, 0}, { 168, 0}, { 0, 64}, { 224, 64}
-// }, {
-// // LED Index to Flag
-// 4,4,4,2,2
-// } };
+#ifdef RGB_MATRIX_ENABLE
+led_config_t g_led_config = { {
+ // Key Matrix to LED Index
+ { 0, 1, NO_LED, NO_LED, NO_LED}
+}, {
+ // LED Index to Physical Position
+ { 112, 0}, { 168, 0}, { 0, 64}, { 224, 64}
+}, {
+ // LED Index to Flag
+ 4,4,2,2
+} };
-// #endif
+#endif