From 831deac212fa0342b9fad9d419b7f15890abfa02 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 30 Mar 2024 11:31:50 +0000 Subject: Migrate build target markers to keyboard.json (#23293) --- keyboards/projectcain/vault35/atmega32u4/info.json | 45 ---------------------- .../projectcain/vault35/atmega32u4/keyboard.json | 45 ++++++++++++++++++++++ keyboards/projectcain/vault35/atmega32u4/rules.mk | 1 - 3 files changed, 45 insertions(+), 46 deletions(-) delete mode 100644 keyboards/projectcain/vault35/atmega32u4/info.json create mode 100644 keyboards/projectcain/vault35/atmega32u4/keyboard.json delete mode 100644 keyboards/projectcain/vault35/atmega32u4/rules.mk (limited to 'keyboards/projectcain') diff --git a/keyboards/projectcain/vault35/atmega32u4/info.json b/keyboards/projectcain/vault35/atmega32u4/info.json deleted file mode 100644 index 9acd8ee34d..0000000000 --- a/keyboards/projectcain/vault35/atmega32u4/info.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "bootloader": "atmel-dfu", - "build": { - "lto": true - }, - "encoder": { - "rotary": [ - {"pin_a": "D7", "pin_b": "D6", "resolution": 2} - ] - }, - "features": { - "bootmagic": true, - "extrakey": true, - "encoder": true, - "mousekey": true, - "nkro": true, - "rgblight": true - }, - "matrix_pins": { - "cols": ["B1", "D3", "F0", "F1", "F4", "F5", "F6", "F7", "C6", "B6", "B5"], - "rows": ["B4", "D4", "B0", "C7"] - }, - "processor": "atmega32u4", - "rgblight": { - "animations": { - "alternating": true, - "breathing": true, - "christmas": true, - "knight": true, - "rainbow_mood": true, - "rainbow_swirl": true, - "rgb_test": true, - "snake": true, - "static_gradient": true, - "twinkle": true - }, - "brightness_steps": 8, - "led_count": 12, - "saturation_steps": 8, - "sleep": true - }, - "ws2812": { - "pin": "D5" - } -} diff --git a/keyboards/projectcain/vault35/atmega32u4/keyboard.json b/keyboards/projectcain/vault35/atmega32u4/keyboard.json new file mode 100644 index 0000000000..9acd8ee34d --- /dev/null +++ b/keyboards/projectcain/vault35/atmega32u4/keyboard.json @@ -0,0 +1,45 @@ +{ + "bootloader": "atmel-dfu", + "build": { + "lto": true + }, + "encoder": { + "rotary": [ + {"pin_a": "D7", "pin_b": "D6", "resolution": 2} + ] + }, + "features": { + "bootmagic": true, + "extrakey": true, + "encoder": true, + "mousekey": true, + "nkro": true, + "rgblight": true + }, + "matrix_pins": { + "cols": ["B1", "D3", "F0", "F1", "F4", "F5", "F6", "F7", "C6", "B6", "B5"], + "rows": ["B4", "D4", "B0", "C7"] + }, + "processor": "atmega32u4", + "rgblight": { + "animations": { + "alternating": true, + "breathing": true, + "christmas": true, + "knight": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "rgb_test": true, + "snake": true, + "static_gradient": true, + "twinkle": true + }, + "brightness_steps": 8, + "led_count": 12, + "saturation_steps": 8, + "sleep": true + }, + "ws2812": { + "pin": "D5" + } +} diff --git a/keyboards/projectcain/vault35/atmega32u4/rules.mk b/keyboards/projectcain/vault35/atmega32u4/rules.mk deleted file mode 100644 index 6e7633bfe0..0000000000 --- a/keyboards/projectcain/vault35/atmega32u4/rules.mk +++ /dev/null @@ -1 +0,0 @@ -# This file intentionally left blank -- cgit v1.2.3