Miscellaneous keyboard.json migrations (#23378)

This commit is contained in:
Joel Challis
2024-04-03 23:14:03 +01:00
committed by GitHub
parent 62af50ceef
commit f29daff9b6
62 changed files with 57 additions and 185 deletions

View File

@@ -16,26 +16,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/
/* disable debug print */
//#define NO_DEBUG
/* disable print */
//#define NO_PRINT
/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT

View File

@@ -23,6 +23,12 @@
"diode_direction": "ROW2COL",
"processor": "STM32F042",
"bootloader": "stm32-dfu",
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -1 +0,0 @@
# This file intentionally left blank