summaryrefslogtreecommitdiff
path: root/keyboards/skmt
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-04-17 03:15:02 +0100
committerGitHub <noreply@github.com>2024-04-17 03:15:02 +0100
commit36a6f2ba3c248e9f0498bc27be3788542ea3a972 (patch)
tree99b6320e6114ffcd40945b2ddf62793bccedfac2 /keyboards/skmt
parente869c80af74a91d28e51628da495e66da0cbc3ce (diff)
Migrate build target markers to keyboard.json - S (#23532)
Diffstat (limited to 'keyboards/skmt')
-rw-r--r--keyboards/skmt/15k/keyboard.json (renamed from keyboards/skmt/15k/info.json)3
-rw-r--r--keyboards/skmt/15k/rules.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/skmt/15k/info.json b/keyboards/skmt/15k/keyboard.json
index 903a13b985..9cf215f4d4 100644
--- a/keyboards/skmt/15k/info.json
+++ b/keyboards/skmt/15k/keyboard.json
@@ -4,6 +4,9 @@
4 "maintainer": "satorusaka", 4 "maintainer": "satorusaka",
5 "bootloader": "rp2040", 5 "bootloader": "rp2040",
6 "diode_direction": "COL2ROW", 6 "diode_direction": "COL2ROW",
7 "build": {
8 "lto": true
9 },
7 "features": { 10 "features": {
8 "bootmagic": true, 11 "bootmagic": true,
9 "command": false, 12 "command": false,
diff --git a/keyboards/skmt/15k/rules.mk b/keyboards/skmt/15k/rules.mk
deleted file mode 100644
index 4da205a168..0000000000
--- a/keyboards/skmt/15k/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
1LTO_ENABLE = yes