summaryrefslogtreecommitdiff
path: root/keyboards/maple_computing
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-25 08:42:48 +0100
committerGitHub <noreply@github.com>2024-04-25 08:42:48 +0100
commit3d83b3e7c5dc18b77d82798fdad9d7552487cfe4 (patch)
tree8c96d1c4fd2fae989b1861e68bc1d3487a25787b /keyboards/maple_computing
parentb6d5cfe5751f9dba6d06b9fce110ed8c6160576c (diff)
Migrate build target markers to keyboard.json - Misc (#23609)
Diffstat (limited to 'keyboards/maple_computing')
-rw-r--r--keyboards/maple_computing/jnao/config.h24
-rw-r--r--keyboards/maple_computing/jnao/keyboard.json (renamed from keyboards/maple_computing/jnao/info.json)6
-rw-r--r--keyboards/maple_computing/lets_split_eh/eh/eh.c (renamed from keyboards/maple_computing/lets_split_eh/lets_split_eh.c)0
-rw-r--r--keyboards/maple_computing/lets_split_eh/eh/keyboard.json (renamed from keyboards/maple_computing/lets_split_eh/eh/info.json)0
4 files changed, 6 insertions, 24 deletions
diff --git a/keyboards/maple_computing/jnao/config.h b/keyboards/maple_computing/jnao/config.h
deleted file mode 100644
index c2949ab3a7..0000000000
--- a/keyboards/maple_computing/jnao/config.h
+++ /dev/null
@@ -1,24 +0,0 @@
1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com>
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/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
21#define LOCKING_SUPPORT_ENABLE
22/* Locking resynchronize hack */
23#define LOCKING_RESYNC_ENABLE
24
diff --git a/keyboards/maple_computing/jnao/info.json b/keyboards/maple_computing/jnao/keyboard.json
index 861baa95b9..97b51a7680 100644
--- a/keyboards/maple_computing/jnao/info.json
+++ b/keyboards/maple_computing/jnao/keyboard.json
@@ -27,6 +27,12 @@
27 "command": true, 27 "command": true,
28 "backlight": true 28 "backlight": true
29 }, 29 },
30 "qmk": {
31 "locking": {
32 "enabled": true,
33 "resync": true
34 }
35 },
30 "community_layouts": ["ortho_5x12", "ortho_4x12"], 36 "community_layouts": ["ortho_5x12", "ortho_4x12"],
31 "layouts": { 37 "layouts": {
32 "LAYOUT_ortho_5x12": { 38 "LAYOUT_ortho_5x12": {
diff --git a/keyboards/maple_computing/lets_split_eh/lets_split_eh.c b/keyboards/maple_computing/lets_split_eh/eh/eh.c
index 37e8b3ab9b..37e8b3ab9b 100644
--- a/keyboards/maple_computing/lets_split_eh/lets_split_eh.c
+++ b/keyboards/maple_computing/lets_split_eh/eh/eh.c
diff --git a/keyboards/maple_computing/lets_split_eh/eh/info.json b/keyboards/maple_computing/lets_split_eh/eh/keyboard.json
index f40b15098f..f40b15098f 100644
--- a/keyboards/maple_computing/lets_split_eh/eh/info.json
+++ b/keyboards/maple_computing/lets_split_eh/eh/keyboard.json