summaryrefslogtreecommitdiffstats
path: root/keyboards/setta21/rev1/rev1.c
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-01-11 07:03:15 +0800
committerGitHub <noreply@github.com>2022-01-10 15:03:15 -0800
commite6e6529b4a85e9bdcb2708216b5434c52d5be15e (patch)
tree4fb399d03eee1f810c6603e1053936fee3b1fa6e /keyboards/setta21/rev1/rev1.c
parent4cff18a70594f2bb1143a19cbe1109e9c458f618 (diff)
[Keyboard] move Salicylic-acid3's keyboards to salicylic-acid3/ (#15791)
Diffstat (limited to 'keyboards/setta21/rev1/rev1.c')
-rw-r--r--keyboards/setta21/rev1/rev1.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/setta21/rev1/rev1.c b/keyboards/setta21/rev1/rev1.c
deleted file mode 100644
index b377452770..0000000000
--- a/keyboards/setta21/rev1/rev1.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#include "rev1.h"
-
-#ifdef RGB_MATRIX_ENABLE
- led_config_t g_led_config = { {
- // Key Matrix to LED Index
- { 14,13, 7, 6, 0,20 },
- { 12, 8, 5, 1,19 },
- { 15,11, 9, 4, 2,18 },
- { 16, 10, 3,17 }
- }, {
- // LED Index to Physical Position
- { 0, 179 }, { 21, 179 }, { 43, 179 }, { 64, 179 }, { 43, 134 }, { 21, 134 }, { 0, 134 }, { 0, 90 }, { 21, 90 }, { 43, 90 },
- { 64, 112 }, { 43, 45 }, { 21, 45 }, { 0, 45 }, { 11, 0 }, { 43, 0 }, { 64, 23 }, { 64, 224 }, { 43, 224 }, { 21, 224 },
- { 0, 224 }
- }, {
- // LED Index to Flag
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
- 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
- 4
-} };
-#endif