@@ -19,6 +19,11 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
+ "features": {
+ "bootmagic": false,
+ "mousekey": false,
+ "extrakey": false
+ },
"layouts": {
"LAYOUT": {
"layout": [
@@ -1,13 +0,0 @@
-# Build Options
-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
-AUDIO_ENABLE = no # Audio output
-RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
-SWAP_HANDS_ENABLE = no # Enable one-hand typing
-
-OLED_ENABLE = no # Add OLED displays support
@@ -1,14 +1 @@
-# change yes to no to disable
-#
DEFAULT_FOLDER = dailycraft/claw44/rev1
@@ -15,6 +15,12 @@
"diode_direction": "COL2ROW",
+ "bootmagic": true,
+ "mousekey": true,
+ "extrakey": true,
+ "oled": true
@@ -19,6 +19,12 @@
@@ -1 +0,0 @@
-# File intentionally blank
@@ -1,15 +1 @@
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-OLED_ENABLE = yes
DEFAULT_FOLDER = dailycraft/sandbox/rev2
@@ -1,5 +0,0 @@
-{
- "split": {
- "enabled": true
- }
-}
@@ -14,10 +14,16 @@
"split": {
+ "enabled": true,
"soft_serial_pin": "D2"
+ "extrakey": true
"community_layouts": [
"split_3x6_3"
],
@@ -14,6 +14,7 @@
"features": {
@@ -27,6 +28,11 @@
"layout_aliases": {
"LAYOUT_split_3x6_3_2": "LAYOUT_split_3x6_3"
DEFAULT_FOLDER = dailycraft/wings42/rev2
@@ -6,10 +6,17 @@
"usb": {
"vid": "0x8968",
"pid": "0x1012",
- "device_version": "0.0.1"
+ "device_version": "0.0.1",
+ "no_startup_check": true
"bootloader": "atmel-dfu",
+ "nkro": true
"LAYOUT_all": {
@@ -1,15 +1,3 @@
-NKRO_ENABLE = yes # Enable N-Key Rollover
-NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in
-CUSTOM_MATRIX = yes # Use custom matrix
+CUSTOM_MATRIX = yes
SRC += matrix.c \
i2c_slave.c
@@ -10,6 +10,12 @@
"debounce": 0,
"LAYOUT_ansi": {
SRC += matrix.c
I2C_DRIVER_REQUIRED = yes
"pid": "0x1013",
"community_layouts": ["numpad_5x4", "ortho_5x4"],
"LAYOUT_numpad_5x4": {
"pid": "0x1011",
@@ -2,15 +2,6 @@
"manufacturer": "dELIKEEb",
"url": "",
"maintainer": "noclew",
- "features": {
- "bootmagic": true,
- "command": false,
- "console": false,
- "encoder": true,
- "extrakey": true,
- "mousekey": true,
- "nkro": false
- },
"vid": "0x9906",
"pid": "0x0013"
@@ -28,6 +28,15 @@
{"pin_a": "F1", "pin_b": "F0"}
]
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "nkro": false
@@ -1,2 +0,0 @@
@@ -28,6 +28,17 @@
{"pin_a": "F0", "pin_b": "F1"}
+ "nkro": false,
+ "rgblight": true,
+ "audio": true
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = yes # Audio output
@@ -1,4 +0,0 @@
- "processor": "atmega32u4",
- "bootloader": "atmel-dfu"
@@ -0,0 +1,14 @@
+{
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "encoder": true
+ }
+}
@@ -1,3 +0,0 @@
-# supported on Elite-C controllers
-ENCODER_ENABLE = yes # Enable Rotary Encoder
@@ -22,14 +22,6 @@
"ws2812": {
"pin": "C7"
"matrix_pins": {
"cols": ["D3", "D2", "B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1"],
"rows": ["F4", "B6", "B2", "B3", "B1", "F5", "F6", "F7"]
- "bootloader": "caterina"
@@ -0,0 +1,12 @@
+ "bootloader": "caterina",
-# not supported on Pro Micro controllers
-ENCODER_ENABLE = no # Enable Rotary Encoder
-COMMAND_ENABLE = yes # Commands for debug and configuration
DEFAULT_FOLDER = deltasplit75/v2
@@ -24,6 +24,12 @@
+ "command": true
"LAYOUT_v2": {
-BACKLIGHT_ENABLE = no
@@ -78,6 +78,14 @@
"processor": "STM32F103",
"bootloader": "stm32duino",
+ "nkro": true,
+ "backlight": true,
+ "rgb_matrix": true
"LAYOUT_ortho_3x10": {
@@ -1,15 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -p FFFF -v FFFF
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-RGB_MATRIX_ENABLE = yes
@@ -10,6 +10,15 @@
+ "console": true,
+ "command": true,
+ "pointing_device": true
@@ -1,16 +1,5 @@
-#MOUSEKEY_ENABLE = yes # Mouse keys
-POINTING_DEVICE_ENABLE = yes # Generic Pointer, not as big as mouse keys hopefully.
POINTING_DEVICE_DRIVER = custom
-CONSOLE_ENABLE = yes # Console for debug
CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
-# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# # project specific files
@@ -26,6 +26,12 @@
+ "rgblight": true
@@ -1,12 +0,0 @@
@@ -16,6 +16,11 @@
"processor": "atmega328p",
"bootloader": "usbasploader",
"community_layouts": ["ortho_4x12", "planck_mit"],
"LAYOUT": "LAYOUT_ortho_4x12",
@@ -1,16 +1,3 @@
# Disable unsupported hardware
RGBLIGHT_SUPPORTED = no
AUDIO_SUPPORTED = no
@@ -15,6 +15,11 @@
"community_layouts": ["60_ansi", "60_ansi_split_bs_rshift", "60_iso", "60_iso_split_bs_rshift"],
"LAYOUT_all": "LAYOUT_60_iso_split_bs_rshift"
@@ -8,15 +8,6 @@
"force_nkro": true
- "nkro": true,
- "oled": true,
- "rgb_matrix": true,
- "encoder": true
"build": {
"lto": true
@@ -3,6 +3,13 @@
"device_version": "0.0.1"
+ "oled": true,
+ "rgb_matrix": true,
"grave_esc": false,
"space_cadet": false,
"magic": false
@@ -17,5 +17,14 @@
"pin": "A10"
- "bootloader": "stm32duino"
+ "bootloader": "stm32duino",
}
@@ -12,7 +12,9 @@
"extrakey": true,
"mousekey": true,
"nkro": true,
- "rgb_matrix": true
"cols": ["F5", "F4", "F1", "F0", "B7", "B6", "B5", "B4"],
@@ -1,3 +1 @@
-ENCODER_ENABLE = yes
-RGB_MATRIX_CUSTOM_KB = yes
+RGB_MATRIX_CUSTOM_KB = yes
@@ -35,6 +35,12 @@
@@ -3,16 +3,6 @@
"maintainer": "depermana12",
"development_board": "promicro",
- "mousekey": false,
@@ -1,6 +1,14 @@
{
"keyboard_name": "dp3000",
"rgb_matrix": true
"keyboard_name": "dp3000 rev2",
"rgblight": true
@@ -64,6 +64,13 @@
"LAYOUT_60_wkl": "LAYOUT_60_ansi_tsangan_split_rshift",
"LAYOUT_60_wkl_split_bs": "LAYOUT_60_tsangan_hhkb"
@@ -1,16 +1,2 @@
-RGBLIGHT_ENABLE = no # Use RGB underglow light
CUSTOM_MATRIX = yes
@@ -49,6 +49,19 @@
+ "wpm": true,
+ "build": {
+ "lto": true
@@ -1,16 +0,0 @@
-WPM_ENABLE = yes
-LTO_ENABLE = yes
"processor": "atmega32a",
"community_layouts": ["numpad_5x4"],
# Processor frequency
F_CPU = 16000000
@@ -32,6 +32,15 @@
"LAYOUT_eagle": "LAYOUT_60_ansi",
"LAYOUT_viper": "LAYOUT_60_hhkb",
SRC += indicator_leds.c matrix.c duck_led/duck_led.c
@@ -35,6 +35,15 @@
+ "extrakey": false,
SRC += indicator_leds.c \
matrix.c duck_led/duck_led.c
-RGBLIGHT_ENABLE = yes
"community_layouts": ["75_ansi"],
"LAYOUT_75_ansi": {
"LAYOUT": "LAYOUT_all"
@@ -36,6 +36,15 @@
"community_layouts": ["tkl_ansi"],
"LAYOUT_tkl_ansi": {
@@ -31,6 +31,14 @@
@@ -15,6 +15,13 @@
"dip_switch": {
"matrix_grid": [ [0,14], [1,14], [2,14], [3,14] ]
+ "dip_switch": true
"LAYOUT_iso": "LAYOUT_60_iso"
@@ -15,18 +15,3 @@ BOARD = NUC123SD4AN0
MCU = cortex-m0
# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
ARMV = 6
-DIP_SWITCH_ENABLE = yes
@@ -16,6 +16,13 @@
@@ -33,6 +33,14 @@
"LAYOUT_split_3x6_4": {
@@ -17,6 +17,14 @@
+ "key_lock": true
@@ -1,15 +0,0 @@
-KEY_LOCK_ENABLE = yes
@@ -18,6 +18,14 @@
@@ -15,6 +15,14 @@
+ "wpm": true
@@ -57,6 +57,13 @@
@@ -54,5 +54,15 @@
"processor": "STM32F072", // F070
"bootloader": "stm32-dfu",
"board": "DURGOD_STM32_F070"
@@ -1,20 +1,4 @@
# Do not put the microcontroller into power saving mode
NO_SUSPEND_POWER_DOWN = yes
DEFAULT_FOLDER=durgod/dgk6x/hades_ansi
@@ -12,5 +12,14 @@