summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Sedlacek <petr@sedlacek.biz>2024-08-10 22:08:11 +0200
committerPetr Sedlacek <petr@sedlacek.biz>2025-01-13 09:51:02 +0100
commit089b11e6269234ed47e547cd542d78ffc7b8340b (patch)
tree09fb58535538289fcb6aea6fe8d794d389c66a4c
parent80191045ad518d90ddd7fe6c2b88c5b9adc34f9b (diff)
Update 42. Keebs Mysterium to use keyboard.json
-rw-r--r--keyboards/42keebs/mysterium/config.h21
-rw-r--r--keyboards/42keebs/mysterium/v15c/config.h17
-rw-r--r--keyboards/42keebs/mysterium/v15c/keyboard.json (renamed from keyboards/42keebs/mysterium/v15c/info.json)3
-rw-r--r--keyboards/42keebs/mysterium/v15d/config.h17
-rw-r--r--keyboards/42keebs/mysterium/v15d/keyboard.json (renamed from keyboards/42keebs/mysterium/v15d/info.json)3
-rw-r--r--keyboards/42keebs/mysterium/v15d/rules.mk3
6 files changed, 8 insertions, 56 deletions
diff --git a/keyboards/42keebs/mysterium/config.h b/keyboards/42keebs/mysterium/config.h
deleted file mode 100644
index 5b490479e1..0000000000
--- a/keyboards/42keebs/mysterium/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*Copyright 2019 coseyfannitutti
-
-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/>.
-*/
-
-#pragma once
-
-#define TAP_CODE_DELAY 10
-
-// #define IGNORE_ATOMIC_BLOCK
diff --git a/keyboards/42keebs/mysterium/v15c/config.h b/keyboards/42keebs/mysterium/v15c/config.h
deleted file mode 100644
index 7ed5aec087..0000000000
--- a/keyboards/42keebs/mysterium/v15c/config.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*Copyright 2019 coseyfannitutti
-
-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/>.
-*/
-
-#pragma once
diff --git a/keyboards/42keebs/mysterium/v15c/info.json b/keyboards/42keebs/mysterium/v15c/keyboard.json
index e901b86fd2..d0452a89b9 100644
--- a/keyboards/42keebs/mysterium/v15c/info.json
+++ b/keyboards/42keebs/mysterium/v15c/keyboard.json
@@ -6,5 +6,8 @@
"rotary": [
{"pin_a": "C0", "pin_b": "C1", "resolution": 2}
]
+ },
+ "qmk": {
+ "tap_keycode_delay": 10
}
}
diff --git a/keyboards/42keebs/mysterium/v15d/config.h b/keyboards/42keebs/mysterium/v15d/config.h
deleted file mode 100644
index 7ed5aec087..0000000000
--- a/keyboards/42keebs/mysterium/v15d/config.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*Copyright 2019 coseyfannitutti
-
-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/>.
-*/
-
-#pragma once
diff --git a/keyboards/42keebs/mysterium/v15d/info.json b/keyboards/42keebs/mysterium/v15d/keyboard.json
index 2a914efebd..88efd440c1 100644
--- a/keyboards/42keebs/mysterium/v15d/info.json
+++ b/keyboards/42keebs/mysterium/v15d/keyboard.json
@@ -6,5 +6,8 @@
"rotary": [
{"pin_a": "B5", "pin_b": "B6", "resolution": 2}
]
+ },
+ "qmk": {
+ "tap_keycode_delay": 10
}
}
diff --git a/keyboards/42keebs/mysterium/v15d/rules.mk b/keyboards/42keebs/mysterium/v15d/rules.mk
index 1e5ead71bc..c2ee0bc86f 100644
--- a/keyboards/42keebs/mysterium/v15d/rules.mk
+++ b/keyboards/42keebs/mysterium/v15d/rules.mk
@@ -1 +1,2 @@
-# All rules now in info.json
+# Processor frequency
+F_CPU = 16000000