summaryrefslogtreecommitdiff
path: root/keyboards/mechllama
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-01 13:33:10 +1000
committerGitHub <noreply@github.com>2023-05-01 13:33:10 +1000
commit12d42cedd2624db0d5cfe6f538211f9dfcd19822 (patch)
tree6220d782fbfa4fa231184532009b95076ea9cae5 /keyboards/mechllama
parent3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff)
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/mechllama')
-rw-r--r--keyboards/mechllama/g35/config.h20
-rw-r--r--keyboards/mechllama/g35/info.json3
2 files changed, 2 insertions, 21 deletions
diff --git a/keyboards/mechllama/g35/config.h b/keyboards/mechllama/g35/config.h
deleted file mode 100644
index e3e2bf2fa1..0000000000
--- a/keyboards/mechllama/g35/config.h
+++ /dev/null
@@ -1,20 +0,0 @@
1/*
2Copyright 2019 Kaylyn Bogle
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#pragma once
19
20#define FORCE_NKRO
diff --git a/keyboards/mechllama/g35/info.json b/keyboards/mechllama/g35/info.json
index 739957342a..dbcdef1e94 100644
--- a/keyboards/mechllama/g35/info.json
+++ b/keyboards/mechllama/g35/info.json
@@ -5,7 +5,8 @@
5 "maintainer": "kaylynb", 5 "maintainer": "kaylynb",
6 "usb": { 6 "usb": {
7 "vid": "0xCEEB", 7 "vid": "0xCEEB",
8 "pid": "0x0035" 8 "pid": "0x0035",
9 "force_nkro": true
9 }, 10 },
10 "ws2812": { 11 "ws2812": {
11 "pin": "F7" 12 "pin": "F7"