From 2eea2cdc46b3e920578ed75c4545a8b5160135bd Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 13 Apr 2024 08:45:27 +0100 Subject: Miscellaneous keyboard.json migrations (#23486) --- keyboards/obosob/arch_36/info.json | 80 ------------------ keyboards/obosob/arch_36/keyboard.json | 90 +++++++++++++++++++++ keyboards/obosob/arch_36/rules.mk | 13 --- keyboards/obosob/steal_this_keyboard/info.json | 85 ------------------- keyboards/obosob/steal_this_keyboard/keyboard.json | 94 ++++++++++++++++++++++ keyboards/obosob/steal_this_keyboard/rules.mk | 13 --- 6 files changed, 184 insertions(+), 191 deletions(-) delete mode 100644 keyboards/obosob/arch_36/info.json create mode 100644 keyboards/obosob/arch_36/keyboard.json delete mode 100644 keyboards/obosob/arch_36/rules.mk delete mode 100644 keyboards/obosob/steal_this_keyboard/info.json create mode 100644 keyboards/obosob/steal_this_keyboard/keyboard.json delete mode 100644 keyboards/obosob/steal_this_keyboard/rules.mk (limited to 'keyboards/obosob') diff --git a/keyboards/obosob/arch_36/info.json b/keyboards/obosob/arch_36/info.json deleted file mode 100644 index bc99737278..0000000000 --- a/keyboards/obosob/arch_36/info.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "keyboard_name": "Arch-36", - "manufacturer": "obosob", - "url": "", - "maintainer": "obosob", - "usb": { - "vid": "0xFEED", - "pid": "0x9CE3", - "device_version": "0.0.1" - }, - "matrix_pins": { - "cols": ["F7", "B1", "B3", "B2", "B6"], - "rows": ["D7", "E6", "B4", "B5"] - }, - "diode_direction": "COL2ROW", - "split": { - "enabled": true, - "soft_serial_pin": "D2" - }, - "rgblight": { - "led_count": 12, - "led_map": [0, 1, 2, 3, 4, 5, 11, 10, 9, 8, 7, 6], - "split_count": [6, 6] - }, - "ws2812": { - "pin": "D3" - }, - "processor": "atmega32u4", - "bootloader": "caterina", - "community_layouts": ["split_3x5_3"], - "layouts": { - "LAYOUT_split_3x5_3": { - "layout": [ - {"matrix": [0, 0], "x": 0, "y": 1}, - {"matrix": [0, 1], "x": 1, "y": 0.25}, - {"matrix": [0, 2], "x": 2, "y": 0}, - {"matrix": [0, 3], "x": 3, "y": 0.375}, - {"matrix": [0, 4], "x": 4, "y": 0.5}, - - {"matrix": [4, 4], "x": 9, "y": 0.5}, - {"matrix": [4, 3], "x": 10, "y": 0.375}, - {"matrix": [4, 2], "x": 11, "y": 0}, - {"matrix": [4, 1], "x": 12, "y": 0.25}, - {"matrix": [4, 0], "x": 13, "y": 1}, - - {"matrix": [1, 0], "x": 0, "y": 2}, - {"matrix": [1, 1], "x": 1, "y": 1.25}, - {"matrix": [1, 2], "x": 2, "y": 1}, - {"matrix": [1, 3], "x": 3, "y": 1.375}, - {"matrix": [1, 4], "x": 4, "y": 1.5}, - - {"matrix": [5, 4], "x": 9, "y": 1.5}, - {"matrix": [5, 3], "x": 10, "y": 1.375}, - {"matrix": [5, 2], "x": 11, "y": 1}, - {"matrix": [5, 1], "x": 12, "y": 1.25}, - {"matrix": [5, 0], "x": 13, "y": 2}, - - {"matrix": [2, 0], "x": 0, "y": 3}, - {"matrix": [2, 1], "x": 1, "y": 2.25}, - {"matrix": [2, 2], "x": 2, "y": 2}, - {"matrix": [2, 3], "x": 3, "y": 2.375}, - {"matrix": [2, 4], "x": 4, "y": 2.5}, - - {"matrix": [6, 4], "x": 9, "y": 2.5}, - {"matrix": [6, 3], "x": 10, "y": 2.375}, - {"matrix": [6, 2], "x": 11, "y": 2}, - {"matrix": [6, 1], "x": 12, "y": 2.25}, - {"matrix": [6, 0], "x": 13, "y": 3}, - - {"matrix": [3, 2], "x": 3.5, "y": 3.5}, - {"matrix": [3, 3], "x": 4.5, "y": 3.7}, - {"matrix": [3, 4], "x": 5.5, "y": 4.1}, - - {"matrix": [7, 4], "x": 7.5, "y": 4.1}, - {"matrix": [7, 3], "x": 8.5, "y": 3.7}, - {"matrix": [7, 2], "x": 9.5, "y": 3.5} - ] - } - } -} diff --git a/keyboards/obosob/arch_36/keyboard.json b/keyboards/obosob/arch_36/keyboard.json new file mode 100644 index 0000000000..db3e356f3a --- /dev/null +++ b/keyboards/obosob/arch_36/keyboard.json @@ -0,0 +1,90 @@ +{ + "keyboard_name": "Arch-36", + "manufacturer": "obosob", + "url": "", + "maintainer": "obosob", + "usb": { + "vid": "0xFEED", + "pid": "0x9CE3", + "device_version": "0.0.1" + }, + "features": { + "bootmagic": false, + "command": false, + "console": false, + "extrakey": true, + "mousekey": false, + "nkro": false, + "oled": true, + "rgblight": true + }, + "matrix_pins": { + "cols": ["F7", "B1", "B3", "B2", "B6"], + "rows": ["D7", "E6", "B4", "B5"] + }, + "diode_direction": "COL2ROW", + "split": { + "enabled": true, + "soft_serial_pin": "D2" + }, + "rgblight": { + "led_count": 12, + "led_map": [0, 1, 2, 3, 4, 5, 11, 10, 9, 8, 7, 6], + "split_count": [6, 6] + }, + "ws2812": { + "pin": "D3" + }, + "processor": "atmega32u4", + "bootloader": "caterina", + "community_layouts": ["split_3x5_3"], + "layouts": { + "LAYOUT_split_3x5_3": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 1}, + {"matrix": [0, 1], "x": 1, "y": 0.25}, + {"matrix": [0, 2], "x": 2, "y": 0}, + {"matrix": [0, 3], "x": 3, "y": 0.375}, + {"matrix": [0, 4], "x": 4, "y": 0.5}, + + {"matrix": [4, 4], "x": 9, "y": 0.5}, + {"matrix": [4, 3], "x": 10, "y": 0.375}, + {"matrix": [4, 2], "x": 11, "y": 0}, + {"matrix": [4, 1], "x": 12, "y": 0.25}, + {"matrix": [4, 0], "x": 13, "y": 1}, + + {"matrix": [1, 0], "x": 0, "y": 2}, + {"matrix": [1, 1], "x": 1, "y": 1.25}, + {"matrix": [1, 2], "x": 2, "y": 1}, + {"matrix": [1, 3], "x": 3, "y": 1.375}, + {"matrix": [1, 4], "x": 4, "y": 1.5}, + + {"matrix": [5, 4], "x": 9, "y": 1.5}, + {"matrix": [5, 3], "x": 10, "y": 1.375}, + {"matrix": [5, 2], "x": 11, "y": 1}, + {"matrix": [5, 1], "x": 12, "y": 1.25}, + {"matrix": [5, 0], "x": 13, "y": 2}, + + {"matrix": [2, 0], "x": 0, "y": 3}, + {"matrix": [2, 1], "x": 1, "y": 2.25}, + {"matrix": [2, 2], "x": 2, "y": 2}, + {"matrix": [2, 3], "x": 3, "y": 2.375}, + {"matrix": [2, 4], "x": 4, "y": 2.5}, + + {"matrix": [6, 4], "x": 9, "y": 2.5}, + {"matrix": [6, 3], "x": 10, "y": 2.375}, + {"matrix": [6, 2], "x": 11, "y": 2}, + {"matrix": [6, 1], "x": 12, "y": 2.25}, + {"matrix": [6, 0], "x": 13, "y": 3}, + + {"matrix": [3, 2], "x": 3.5, "y": 3.5}, + {"matrix": [3, 3], "x": 4.5, "y": 3.7}, + {"matrix": [3, 4], "x": 5.5, "y": 4.1}, + + {"matrix": [7, 4], "x": 7.5, "y": 4.1}, + {"matrix": [7, 3], "x": 8.5, "y": 3.7}, + {"matrix": [7, 2], "x": 9.5, "y": 3.5} + ] + } + } +} diff --git a/keyboards/obosob/arch_36/rules.mk b/keyboards/obosob/arch_36/rules.mk deleted file mode 100644 index 7d3e33104f..0000000000 --- a/keyboards/obosob/arch_36/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -OLED_ENABLE = yes -AUDIO_ENABLE = no # Audio output diff --git a/keyboards/obosob/steal_this_keyboard/info.json b/keyboards/obosob/steal_this_keyboard/info.json deleted file mode 100644 index aecfffd759..0000000000 --- a/keyboards/obosob/steal_this_keyboard/info.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "keyboard_name": "Steal This Keyboard!", - "manufacturer": "Obosob", - "url": "https://github.com/obosob/steal_this_keyboard", - "maintainer": "@obosob", - "usb": { - "vid": "0xC2AB", - "pid": "0x50AD", - "device_version": "0.0.1" - }, - "processor": "atmega32u4", - "bootloader": "caterina", - "matrix_pins": { - "direct": [ - ["F4", "F7", "B2", "D1", "D7"], - ["F5", "B1", "B6", "D0", "E6"], - ["F6", "B3", "D3", "D4", "B4"], - ["C6", "B5", null, null, null] - ] - }, - "split": { - "enabled": true, - "soft_serial_pin": "D2", - "matrix_pins": { - "right": { - "direct": [ - ["D7", "D1", "B2", "F7", "F4"], - ["E6", "D0", "B6", "B1", "F5"], - ["B4", "D4", "D3", "B3", "F6"], - ["B5", "C6", null, null, null] - ] - } - } - }, - "community_layouts": [ - "split_3x5_2" - ], - "layouts": { - "LAYOUT_split_3x5_2": { - "layout": [ - {"x": 0, "y": 0.93, "matrix": [0, 0]}, - {"x": 1, "y": 0.31, "matrix": [0, 1]}, - {"x": 2, "y": 0, "matrix": [0, 2]}, - {"x": 3, "y": 0.28, "matrix": [0, 3]}, - {"x": 4, "y": 0.42, "matrix": [0, 4]}, - - {"x": 7, "y": 0.42, "matrix": [4, 0]}, - {"x": 8, "y": 0.28, "matrix": [4, 1]}, - {"x": 9, "y": 0, "matrix": [4, 2]}, - {"x": 10, "y": 0.31, "matrix": [4, 3]}, - {"x": 11, "y": 0.93, "matrix": [4, 4]}, - - {"x": 0, "y": 1.93, "matrix": [1, 0]}, - {"x": 1, "y": 1.31, "matrix": [1, 1]}, - {"x": 2, "y": 1, "matrix": [1, 2]}, - {"x": 3, "y": 1.28, "matrix": [1, 3]}, - {"x": 4, "y": 1.42, "matrix": [1, 4]}, - - {"x": 7, "y": 1.42, "matrix": [5, 0]}, - {"x": 8, "y": 1.28, "matrix": [5, 1]}, - {"x": 9, "y": 1, "matrix": [5, 2]}, - {"x": 10, "y": 1.31, "matrix": [5, 3]}, - {"x": 11, "y": 1.93, "matrix": [5, 4]}, - - {"x": 0, "y": 2.93, "matrix": [2, 0]}, - {"x": 1, "y": 2.31, "matrix": [2, 1]}, - {"x": 2, "y": 2, "matrix": [2, 2]}, - {"x": 3, "y": 2.28, "matrix": [2, 3]}, - {"x": 4, "y": 2.42, "matrix": [2, 4]}, - - {"x": 7, "y": 2.42, "matrix": [6, 0]}, - {"x": 8, "y": 2.28, "matrix": [6, 1]}, - {"x": 9, "y": 2, "matrix": [6, 2]}, - {"x": 10, "y": 2.31, "matrix": [6, 3]}, - {"x": 11, "y": 2.93, "matrix": [6, 4]}, - - {"x": 3.5, "y": 3.75, "matrix": [3, 0]}, - {"x": 4.5, "y": 4, "matrix": [3, 1]}, - - {"x": 6.5, "y": 4, "matrix": [7, 0]}, - {"x": 7.5, "y": 3.75, "matrix": [7, 1]} - ] - } - } -} diff --git a/keyboards/obosob/steal_this_keyboard/keyboard.json b/keyboards/obosob/steal_this_keyboard/keyboard.json new file mode 100644 index 0000000000..83de29d69c --- /dev/null +++ b/keyboards/obosob/steal_this_keyboard/keyboard.json @@ -0,0 +1,94 @@ +{ + "keyboard_name": "Steal This Keyboard!", + "manufacturer": "Obosob", + "url": "https://github.com/obosob/steal_this_keyboard", + "maintainer": "@obosob", + "usb": { + "vid": "0xC2AB", + "pid": "0x50AD", + "device_version": "0.0.1" + }, + "processor": "atmega32u4", + "bootloader": "caterina", + "features": { + "bootmagic": false, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": false, + "unicode": true + }, + "matrix_pins": { + "direct": [ + ["F4", "F7", "B2", "D1", "D7"], + ["F5", "B1", "B6", "D0", "E6"], + ["F6", "B3", "D3", "D4", "B4"], + ["C6", "B5", null, null, null] + ] + }, + "split": { + "enabled": true, + "soft_serial_pin": "D2", + "matrix_pins": { + "right": { + "direct": [ + ["D7", "D1", "B2", "F7", "F4"], + ["E6", "D0", "B6", "B1", "F5"], + ["B4", "D4", "D3", "B3", "F6"], + ["B5", "C6", null, null, null] + ] + } + } + }, + "community_layouts": [ + "split_3x5_2" + ], + "layouts": { + "LAYOUT_split_3x5_2": { + "layout": [ + {"x": 0, "y": 0.93, "matrix": [0, 0]}, + {"x": 1, "y": 0.31, "matrix": [0, 1]}, + {"x": 2, "y": 0, "matrix": [0, 2]}, + {"x": 3, "y": 0.28, "matrix": [0, 3]}, + {"x": 4, "y": 0.42, "matrix": [0, 4]}, + + {"x": 7, "y": 0.42, "matrix": [4, 0]}, + {"x": 8, "y": 0.28, "matrix": [4, 1]}, + {"x": 9, "y": 0, "matrix": [4, 2]}, + {"x": 10, "y": 0.31, "matrix": [4, 3]}, + {"x": 11, "y": 0.93, "matrix": [4, 4]}, + + {"x": 0, "y": 1.93, "matrix": [1, 0]}, + {"x": 1, "y": 1.31, "matrix": [1, 1]}, + {"x": 2, "y": 1, "matrix": [1, 2]}, + {"x": 3, "y": 1.28, "matrix": [1, 3]}, + {"x": 4, "y": 1.42, "matrix": [1, 4]}, + + {"x": 7, "y": 1.42, "matrix": [5, 0]}, + {"x": 8, "y": 1.28, "matrix": [5, 1]}, + {"x": 9, "y": 1, "matrix": [5, 2]}, + {"x": 10, "y": 1.31, "matrix": [5, 3]}, + {"x": 11, "y": 1.93, "matrix": [5, 4]}, + + {"x": 0, "y": 2.93, "matrix": [2, 0]}, + {"x": 1, "y": 2.31, "matrix": [2, 1]}, + {"x": 2, "y": 2, "matrix": [2, 2]}, + {"x": 3, "y": 2.28, "matrix": [2, 3]}, + {"x": 4, "y": 2.42, "matrix": [2, 4]}, + + {"x": 7, "y": 2.42, "matrix": [6, 0]}, + {"x": 8, "y": 2.28, "matrix": [6, 1]}, + {"x": 9, "y": 2, "matrix": [6, 2]}, + {"x": 10, "y": 2.31, "matrix": [6, 3]}, + {"x": 11, "y": 2.93, "matrix": [6, 4]}, + + {"x": 3.5, "y": 3.75, "matrix": [3, 0]}, + {"x": 4.5, "y": 4, "matrix": [3, 1]}, + + {"x": 6.5, "y": 4, "matrix": [7, 0]}, + {"x": 7.5, "y": 3.75, "matrix": [7, 1]} + ] + } + } +} diff --git a/keyboards/obosob/steal_this_keyboard/rules.mk b/keyboards/obosob/steal_this_keyboard/rules.mk deleted file mode 100644 index f59e3a8823..0000000000 --- a/keyboards/obosob/steal_this_keyboard/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -UNICODE_ENABLE = yes # Unicode -AUDIO_ENABLE = no # Audio output -- cgit v1.2.3