summaryrefslogtreecommitdiff
path: root/keyboards/dyz/selka40
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dyz/selka40')
-rw-r--r--keyboards/dyz/selka40/info.json4
-rw-r--r--keyboards/dyz/selka40/selka40.c16
2 files changed, 3 insertions, 17 deletions
diff --git a/keyboards/dyz/selka40/info.json b/keyboards/dyz/selka40/info.json
index 7f3d04417c..d60240f9dd 100644
--- a/keyboards/dyz/selka40/info.json
+++ b/keyboards/dyz/selka40/info.json
@@ -10,7 +10,6 @@
},
"rgblight": {
"led_count": 14,
- "pin": "B4",
"hue_steps": 10,
"saturation_steps": 10,
"brightness_steps": 10,
@@ -27,6 +26,9 @@
"twinkle": true
}
},
+ "ws2812": {
+ "pin": "B4"
+ },
"usb": {
"vid": "0xD772",
"pid": "0x0012",
diff --git a/keyboards/dyz/selka40/selka40.c b/keyboards/dyz/selka40/selka40.c
deleted file mode 100644
index f46aac4b2b..0000000000
--- a/keyboards/dyz/selka40/selka40.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Copyright 2021 dayatz
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include "selka40.h"