From 37ed8c6d6f2f89ea5ea5823a00495e4712e58659 Mon Sep 17 00:00:00 2001 From: Micah Date: Sun, 8 Sep 2024 19:43:47 +0800 Subject: [PATCH] =?UTF-8?q?change=20SK60=20and=20ds17=20to=20=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=9B=BA=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboards/czmao/ds17/config.h | 3 --- keyboards/czmao/ds17/halconf.h | 24 ------------------- .../czmao/ds17/{info.json => keyboard.json} | 0 keyboards/czmao/ds17/mcuconf.h | 19 --------------- keyboards/czmao/ds17/rules.mk | 17 ------------- keyboards/swagkeys/sk60/halconf.h | 24 ------------------- .../sk60/{info.json => keyboard.json} | 0 keyboards/swagkeys/sk60/mcuconf.h | 22 ----------------- keyboards/swagkeys/sk60/rules.mk | 17 ------------- 9 files changed, 126 deletions(-) delete mode 100644 keyboards/czmao/ds17/config.h delete mode 100644 keyboards/czmao/ds17/halconf.h rename keyboards/czmao/ds17/{info.json => keyboard.json} (100%) delete mode 100644 keyboards/czmao/ds17/mcuconf.h delete mode 100644 keyboards/czmao/ds17/rules.mk delete mode 100644 keyboards/swagkeys/sk60/halconf.h rename keyboards/swagkeys/sk60/{info.json => keyboard.json} (100%) delete mode 100644 keyboards/swagkeys/sk60/mcuconf.h delete mode 100644 keyboards/swagkeys/sk60/rules.mk diff --git a/keyboards/czmao/ds17/config.h b/keyboards/czmao/ds17/config.h deleted file mode 100644 index b0ee5bdc32f..00000000000 --- a/keyboards/czmao/ds17/config.h +++ /dev/null @@ -1,3 +0,0 @@ -#define DYNAMIC_KEYMAP_LAYER_COUNT 8 //定义VIA层数 - - diff --git a/keyboards/czmao/ds17/halconf.h b/keyboards/czmao/ds17/halconf.h deleted file mode 100644 index 97743254021..00000000000 --- a/keyboards/czmao/ds17/halconf.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once - -// #define HAL_USE_PWM TRUE -// #define HAL_USE_PAL TRUE -// #define HAL_USE_I2C TRUE - -#include_next - diff --git a/keyboards/czmao/ds17/info.json b/keyboards/czmao/ds17/keyboard.json similarity index 100% rename from keyboards/czmao/ds17/info.json rename to keyboards/czmao/ds17/keyboard.json diff --git a/keyboards/czmao/ds17/mcuconf.h b/keyboards/czmao/ds17/mcuconf.h deleted file mode 100644 index 11820dd3de4..00000000000 --- a/keyboards/czmao/ds17/mcuconf.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once -#include_next - diff --git a/keyboards/czmao/ds17/rules.mk b/keyboards/czmao/ds17/rules.mk deleted file mode 100644 index 1747277dc68..00000000000 --- a/keyboards/czmao/ds17/rules.mk +++ /dev/null @@ -1,17 +0,0 @@ -# Build Options -# change yes to no to disable - -# MCU_LDSCRIPT = STM32F103xB - -# BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -# MOUSEKEY_ENABLE = yes # 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 -# RGBLIGHT_ENABLE = yes -# SLEEP_LED_ENABLE = no - -# Enter lower-power sleep mode when on the ChibiOS idle thread -# OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE diff --git a/keyboards/swagkeys/sk60/halconf.h b/keyboards/swagkeys/sk60/halconf.h deleted file mode 100644 index 75cb4d4405e..00000000000 --- a/keyboards/swagkeys/sk60/halconf.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once - -// #define HAL_USE_PWM TRUE -// #define HAL_USE_PAL TRUE -#define HAL_USE_I2C TRUE - -#include_next - diff --git a/keyboards/swagkeys/sk60/info.json b/keyboards/swagkeys/sk60/keyboard.json similarity index 100% rename from keyboards/swagkeys/sk60/info.json rename to keyboards/swagkeys/sk60/keyboard.json diff --git a/keyboards/swagkeys/sk60/mcuconf.h b/keyboards/swagkeys/sk60/mcuconf.h deleted file mode 100644 index 7db5568c3b1..00000000000 --- a/keyboards/swagkeys/sk60/mcuconf.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#pragma once - -#include_next - -#undef STM32_I2C_USE_I2C2 -#define STM32_I2C_USE_I2C2 TRUE diff --git a/keyboards/swagkeys/sk60/rules.mk b/keyboards/swagkeys/sk60/rules.mk deleted file mode 100644 index 1747277dc68..00000000000 --- a/keyboards/swagkeys/sk60/rules.mk +++ /dev/null @@ -1,17 +0,0 @@ -# Build Options -# change yes to no to disable - -# MCU_LDSCRIPT = STM32F103xB - -# BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -# MOUSEKEY_ENABLE = yes # 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 -# RGBLIGHT_ENABLE = yes -# SLEEP_LED_ENABLE = no - -# Enter lower-power sleep mode when on the ChibiOS idle thread -# OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE