@@ -15,6 +15,11 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "caterina",
+ "features": {
+ "bootmagic": false,
+ "mousekey": false,
+ "extrakey": false
+ },
"layouts": {
"LAYOUT": {
"layout": [
@@ -1,12 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = no # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
@@ -15,5 +15,8 @@
"apa102": {
"data_pin": "A1",
"clock_pin": "A2"
+ "build": {
+ "lto": true
}
@@ -7,9 +7,6 @@ BOOTLOADER_TYPE = stm32duino
DFU_ARGS = -d 1EAF:0003 -a 2 -R
DFU_SUFFIX_ARGS = -v 1EAF -p 0003
-# LTO is required to fit the firmware into the available 24K of flash
-LTO_ENABLE = yes
-
# EEPROM emulation not supported yet (need to implement a proper firmware size
# check first, otherwise the chance of the EEPROM backing store overwriting
# some part of the firmware code is really high).
@@ -8,5 +8,8 @@
"ws2812": {
"pin": "GP17",
"driver": "vendor"
+ "oled": true
@@ -1 +0,0 @@
-OLED_ENABLE = yes
@@ -10,7 +10,8 @@
"console": false,
"extrakey": true,
"mousekey": true,
- "nkro": true
+ "nkro": true,
+ "rgb_matrix": true
},
"rgb_matrix": {
"center_point": [40, 30],
@@ -1,2 +0,0 @@
-# Add support for 3731 RGB matrix controller
-RGB_MATRIX_ENABLE = yes
@@ -15,6 +15,12 @@
"bootloader": "qmk-dfu",
+ "bootmagic": true,
+ "extrakey": true,
+ "nkro": true
"community_layouts": ["ortho_4x12"],
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
@@ -1,11 +1 @@
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-EXTRAKEY_ENABLE = yes # Audio control and System control
-NKRO_ENABLE = yes # Enable N-key Rollover
-RGBLIGHT_ENABLE = no # Enable RGB underlight.
RGBLIGHT_SUPPORTED = no
"console": true,
"extrakey": false,
"mousekey": false,
- "nkro": false
+ "nkro": false,
+ "bluetooth": true
"bluetooth": {
"driver": "bluefruit_le"
-BLUETOOTH_ENABLE = yes
@@ -32,6 +32,13 @@
+ "rgblight": true
"debounce": 9,
"community_layouts": ["alice", "alice_split_bs"],
@@ -1,16 +1,3 @@
-NKRO_ENABLE = yes # Enable N-Key Rollover
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
CUSTOM_MATRIX = yes
-OLED_ENABLE = no
SRC += matrix.c
@@ -8,5 +8,12 @@
- "bootloader": "atmel-dfu"
+ "bootloader": "atmel-dfu",
+ "mousekey": true,
+ "console": true,
+ "command": true
+ }
-MOUSEKEY_ENABLE = yes # Mouse keys
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
@@ -16,6 +16,18 @@
+ "ps2_mouse": true,
+ "ps2": true,
@@ -1,28 +1,11 @@
# Processor frequency
F_CPU = 8000000
-RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
-PS2_MOUSE_ENABLE = yes
-PS2_ENABLE = yes
PS2_DRIVER = interrupt
WS2812_DRIVER_REQUIRED = yes
ANALOG_DRIVER_REQUIRED = yes
SRC += rgbsps.c
@@ -10,6 +10,15 @@
+ "unicode": true,
"debounce": 0,
"tapping": {
"toggle": 1
@@ -1,21 +1,7 @@
-UNICODE_ENABLE = yes
I2C_DRIVER_REQUIRED = yes
@@ -6,7 +6,10 @@
"usb": {
"vid": "0xFEED",
"pid": "0x002A",
- "device_version": "0.0.1"
+ "device_version": "0.0.1",
+ "shared_endpoint": {
+ "keyboard": true
"term": 175
@@ -22,6 +25,13 @@
"processor": "STM32F401",
"bootloader": "stm32-dfu",
+ "backlight": true
"board": "BLACKPILL_STM32_F401",
"community_layouts": ["ortho_5x12"],
@@ -1,13 +0,0 @@
-KEYBOARD_SHARED_EP = yes
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
"pid": "0x002B",
@@ -18,6 +21,12 @@
"processor": "STM32F411",
"board": "BLACKPILL_STM32_F411",
-KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+mouse+extra
@@ -12,6 +12,9 @@
"nkro": true
"matrix_pins": {
"cols": ["D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5"],
"rows": ["B1", "B3", "B2", "B6"]
@@ -18,6 +18,12 @@
@@ -1,16 +1,2 @@
@@ -11,6 +11,13 @@
"processor": "STM32F303",
+ "extrakey": false,
+ "audio": true,
"board": "QMK_PROTON_C",
@@ -1,14 +1 @@
-AUDIO_ENABLE = yes # Audio output
SERIAL_DRIVER = usart
@@ -5,5 +5,11 @@
"processor": "STM32F103",
- "bootloader": "stm32duino"
+ "bootloader": "stm32duino",
+ "console": true
@@ -11,5 +11,11 @@
"pin": "D3"
- "bootloader": "caterina"
+ "bootloader": "caterina",
@@ -1,13 +1 @@
DEFAULT_FOLDER = handwired/splittest/promicro
- "bootloader": "halfkay"
+ "bootloader": "halfkay",
@@ -15,6 +15,15 @@
"bootloader": "halfkay",
+ "command": true,
+ "ps2_mouse": true
@@ -1,15 +1 @@
PS2_DRIVER = usart
@@ -29,6 +29,13 @@
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
+ "pointing_device": true
"LAYOUT_4x6_right": {
@@ -1,17 +1,2 @@
-RGB_MATRIX_ENABLE = no
-POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = yes
@@ -22,5 +22,8 @@
"split_count": [10, 10]
@@ -1,5 +0,0 @@
-LTO_ENABLE := yes
-RGBLIGHT_ENABLE = no
-AUDIO_ENABLE = no
-ENCODER_ENABLE = no
]
- "bootloader": "stm32-dfu"
+ "bootloader": "stm32-dfu",
@@ -1,5 +1,4 @@
# KEYBOARD_SHARED_EP = yes
-CONSOLE_ENABLE = yes
AUDIO_DRIVER = dac_additive
@@ -26,5 +26,8 @@
"board": "BLACKPILL_STM32_F411"
KEYBOARD_SHARED_EP = yes
@@ -10,6 +10,14 @@
"matrix": [6, 5]
+ "swap_hands": true,
"LAYOUT_5x6_right": {
@@ -1,18 +1,3 @@
-SWAP_HANDS_ENABLE = yes
@@ -15,6 +15,13 @@
"processor": "MKL26Z64",
@@ -1,16 +1 @@
-PS2_MOUSE_ENABLE = no
USE_CHIBIOS_CONTRIB = yes
@@ -31,6 +31,12 @@
DEFAULT_FOLDER = handwired/unk/rev1
@@ -39,5 +39,14 @@
+ "oled": true,
+ "wpm": true,
+ "encoder": true,
"board": "BLACKPILL_STM32_F401"
-BOOTMAGIC_ENABLE = yes
-NKRO_ENABLE = yes
-WPM_ENABLE = yes
-EXTRAKEY_ENABLE = yes
-ENCODER_ENABLE = yes
-RGBLIGHT_ENABLE = yes
@@ -16,6 +16,12 @@
-BACKLIGHT_ENABLE = no
NO_SUSPEND_POWER_DOWN = yes
@@ -22,6 +22,15 @@
+ "audio": true
DEFAULT_FOLDER = handwired/xealous/rev1