summaryrefslogtreecommitdiffstats
path: root/keyboards/tzarc/ghoul/rev1/stm32/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tzarc/ghoul/rev1/stm32/info.json')
-rw-r--r--keyboards/tzarc/ghoul/rev1/stm32/info.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/tzarc/ghoul/rev1/stm32/info.json b/keyboards/tzarc/ghoul/rev1/stm32/info.json
new file mode 100644
index 0000000000..11dcde90c9
--- /dev/null
+++ b/keyboards/tzarc/ghoul/rev1/stm32/info.json
@@ -0,0 +1,15 @@
+{
+ "keyboard_name": "Ghoul_STM32",
+ "processor": "STM32F405",
+ "bootloader": "stm32-dfu",
+ "bootloader_instructions": "Press the 5 keys on the bottom row of the left side, or hold the boot switch and tap the reset switch, or hold the top-left key when plugging in the board.",
+ "encoder": {
+ "rotary": [
+ {
+ "pin_a": "B10",
+ "pin_b": "B1",
+ "resolution": 2
+ }
+ ]
+ }
+}