From 36a6f2ba3c248e9f0498bc27be3788542ea3a972 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 17 Apr 2024 03:15:02 +0100 Subject: Migrate build target markers to keyboard.json - S (#23532) --- keyboards/spaceman/pancake/rev1/feather/info.json | 10 ---------- keyboards/spaceman/pancake/rev1/feather/keyboard.json | 19 +++++++++++++++++++ keyboards/spaceman/pancake/rev1/feather/rules.mk | 14 -------------- keyboards/spaceman/pancake/rev1/promicro/info.json | 7 ------- .../spaceman/pancake/rev1/promicro/keyboard.json | 15 +++++++++++++++ keyboards/spaceman/pancake/rev1/promicro/rules.mk | 13 ------------- 6 files changed, 34 insertions(+), 44 deletions(-) delete mode 100644 keyboards/spaceman/pancake/rev1/feather/info.json create mode 100644 keyboards/spaceman/pancake/rev1/feather/keyboard.json delete mode 100644 keyboards/spaceman/pancake/rev1/promicro/info.json create mode 100644 keyboards/spaceman/pancake/rev1/promicro/keyboard.json (limited to 'keyboards/spaceman') diff --git a/keyboards/spaceman/pancake/rev1/feather/info.json b/keyboards/spaceman/pancake/rev1/feather/info.json deleted file mode 100644 index 85f95a011b..0000000000 --- a/keyboards/spaceman/pancake/rev1/feather/info.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "matrix_pins": { - "cols": ["C7", "D6", "B7", "B6", "F0", "D2", "D3", "F1", "F4", "F5", "F6", "F7"], - "rows": ["B5", "D7", "C6", "D0"] - }, - "diode_direction": "COL2ROW", - "bluetooth": { - "driver": "bluefruit_le" - } -} diff --git a/keyboards/spaceman/pancake/rev1/feather/keyboard.json b/keyboards/spaceman/pancake/rev1/feather/keyboard.json new file mode 100644 index 0000000000..3b82e3d499 --- /dev/null +++ b/keyboards/spaceman/pancake/rev1/feather/keyboard.json @@ -0,0 +1,19 @@ +{ + "features": { + "bluetooth": true, + "bootmagic": true, + "command": true, + "console": true, + "extrakey": true, + "mousekey": false, + "nkro": true + }, + "matrix_pins": { + "cols": ["C7", "D6", "B7", "B6", "F0", "D2", "D3", "F1", "F4", "F5", "F6", "F7"], + "rows": ["B5", "D7", "C6", "D0"] + }, + "diode_direction": "COL2ROW", + "bluetooth": { + "driver": "bluefruit_le" + } +} diff --git a/keyboards/spaceman/pancake/rev1/feather/rules.mk b/keyboards/spaceman/pancake/rev1/feather/rules.mk index 35ad61d4a1..bccd7dfa97 100644 --- a/keyboards/spaceman/pancake/rev1/feather/rules.mk +++ b/keyboards/spaceman/pancake/rev1/feather/rules.mk @@ -1,20 +1,6 @@ # Processor frequency F_CPU = 8000000 -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled -AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below -RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port. -BLUETOOTH_ENABLE = yes - # Disable unsupported hardware RGBLIGHT_SUPPORTED = no AUDIO_SUPPORTED = no diff --git a/keyboards/spaceman/pancake/rev1/promicro/info.json b/keyboards/spaceman/pancake/rev1/promicro/info.json deleted file mode 100644 index 47ab8fdcd0..0000000000 --- a/keyboards/spaceman/pancake/rev1/promicro/info.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "matrix_pins": { - "cols": ["F4", "F5", "F6", "F7", "E6", "B4", "B5", "D7", "C6", "D4", "D0", "D1"], - "rows": ["B1", "B3", "B2", "B6"] - }, - "diode_direction": "COL2ROW" -} diff --git a/keyboards/spaceman/pancake/rev1/promicro/keyboard.json b/keyboards/spaceman/pancake/rev1/promicro/keyboard.json new file mode 100644 index 0000000000..658eaa39c1 --- /dev/null +++ b/keyboards/spaceman/pancake/rev1/promicro/keyboard.json @@ -0,0 +1,15 @@ +{ + "features": { + "bootmagic": true, + "command": true, + "console": true, + "extrakey": true, + "mousekey": false, + "nkro": true + }, + "matrix_pins": { + "cols": ["F4", "F5", "F6", "F7", "E6", "B4", "B5", "D7", "C6", "D4", "D0", "D1"], + "rows": ["B1", "B3", "B2", "B6"] + }, + "diode_direction": "COL2ROW" +} diff --git a/keyboards/spaceman/pancake/rev1/promicro/rules.mk b/keyboards/spaceman/pancake/rev1/promicro/rules.mk index 96e36eba38..1605120646 100644 --- a/keyboards/spaceman/pancake/rev1/promicro/rules.mk +++ b/keyboards/spaceman/pancake/rev1/promicro/rules.mk @@ -1,16 +1,3 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled -AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below -RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port. - # Disable unsupported hardware RGBLIGHT_SUPPORTED = no AUDIO_SUPPORTED = no -- cgit v1.2.3