summaryrefslogtreecommitdiff
path: root/keyboards/edc40
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/edc40')
-rw-r--r--keyboards/edc40/config.h19
-rw-r--r--keyboards/edc40/keyboard.json6
2 files changed, 6 insertions, 19 deletions
diff --git a/keyboards/edc40/config.h b/keyboards/edc40/config.h
deleted file mode 100644
index 55d7cb23a7..0000000000
--- a/keyboards/edc40/config.h
+++ /dev/null
@@ -1,19 +0,0 @@
1/* Copyright 2020 OJtheTiny
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#pragma once
17
18#define LOCKING_SUPPORT_ENABLE
19#define LOCKING_RESYNC_ENABLE
diff --git a/keyboards/edc40/keyboard.json b/keyboards/edc40/keyboard.json
index 304fb3f112..7ad2fdd3b8 100644
--- a/keyboards/edc40/keyboard.json
+++ b/keyboards/edc40/keyboard.json
@@ -17,6 +17,12 @@
17 "nkro": true, 17 "nkro": true,
18 "unicode": true 18 "unicode": true
19 }, 19 },
20 "qmk": {
21 "locking": {
22 "enabled": true,
23 "resync": true
24 }
25 },
20 "matrix_pins": { 26 "matrix_pins": {
21 "cols": ["B0", "B1", "B2", "B3", "D0", "D1", "D2", "D3", "D5", "B4", "B5"], 27 "cols": ["B0", "B1", "B2", "B3", "D0", "D1", "D2", "D3", "D5", "B4", "B5"],
22 "rows": ["D4", "D6", "D7", "F7"] 28 "rows": ["D4", "D6", "D7", "F7"]