aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/blu/vimclutch/info.json
diff options
context:
space:
mode:
authorJoel Challis2024-03-30 12:31:50 +0100
committerGitHub2024-03-30 12:31:50 +0100
commit831deac212fa0342b9fad9d419b7f15890abfa02 (patch)
tree1fd89a68e5a8129ffe03c173840a42642bdd2ef1 /keyboards/blu/vimclutch/info.json
parent1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff)
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/blu/vimclutch/info.json')
-rw-r--r--keyboards/blu/vimclutch/info.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/keyboards/blu/vimclutch/info.json b/keyboards/blu/vimclutch/info.json
deleted file mode 100644
index cbee78735c..0000000000
--- a/keyboards/blu/vimclutch/info.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "keyboard_name": "vimclutch",
- "manufacturer": "blu",
- "url": "https://github.com/blu006/vimclutch_hw",
- "maintainer": "blu006",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x6060",
- "device_version": "0.0.1"
- },
- "development_board": "promicro",
- "diode_direction": "ROW2COL",
- "matrix_pins": {
- "direct": [
- ["B3", "B2", "B6"]
- ]
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"label": "k00", "x": 0, "y": 0, "matrix": [0, 0]},
- {"label": "k01", "x": 1, "y": 0, "matrix": [0, 1]},
- {"label": "k02", "x": 2, "y": 0, "matrix": [0, 2]}
- ]
- }
- }
-}