mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 20:32:58 +00:00
change SK60 and ds17 to 新版本固件
This commit is contained in:
parent
4690b1856f
commit
37ed8c6d6f
@ -1,3 +0,0 @@
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 8 //定义VIA层数
|
||||
|
||||
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
// #define HAL_USE_PWM TRUE
|
||||
// #define HAL_USE_PAL TRUE
|
||||
// #define HAL_USE_I2C TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include_next <mcuconf.h>
|
||||
|
@ -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
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
// #define HAL_USE_PWM TRUE
|
||||
// #define HAL_USE_PAL TRUE
|
||||
#define HAL_USE_I2C TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_I2C_USE_I2C2
|
||||
#define STM32_I2C_USE_I2C2 TRUE
|
@ -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
|
Loading…
Reference in New Issue
Block a user