@@ -110,6 +110,13 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
+ "features": {
+ "bootmagic": false,
+ "mousekey": true,
+ "extrakey": true,
+ "console": true,
+ "rgb_matrix": true
+ },
"debounce": 0,
"layouts": {
"LAYOUT": {
@@ -1,17 +1,4 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-
CUSTOM_MATRIX = yes
I2C_DRIVER_REQUIRED = yes
SRC += leds.c \
matrix.c
-# You can set RGB_MATRIX_ENABLE = no in your rules.mk to disable this and save the Flash
-RGB_MATRIX_ENABLE = yes # Enable RGB matrix effects.
@@ -10,14 +10,6 @@
"qmk": {
"tap_keycode_delay": 60
- "features": {
- "bootmagic": true,
- "command": false,
- "console": false,
- "extrakey": true,
- "mousekey": true,
- "nkro": false
- },
"matrix_pins": {
"cols": ["B0", "D7", "D6", "D5"],
"rows": ["C0", "C1", "C2", "C3"]
@@ -8,5 +8,14 @@
{"pin_a": "D1", "pin_b": "D0"},
{"pin_a": "B2", "pin_b": "B1"}
]
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "nkro": false,
+ "encoder": true
}
@@ -1 +0,0 @@
-ENCODER_ENABLE = yes
@@ -10,5 +10,14 @@
{"pin_a": "B4", "pin_b": "B3"},
{"pin_a": "D4", "pin_b": "B5"}
@@ -10,5 +10,15 @@
+ "encoder": true,
+ "oled": true
@@ -1,2 +0,0 @@
-OLED_ENABLE = yes
@@ -18,6 +18,15 @@
"processor": "STM32L432",
"bootloader": "stm32-dfu",
+ "nkro": true,
+ "rgb_matrix": true,
+ "dip_switch": true
"LAYOUT_ansi_89": {
"layout": [
@@ -1,19 +1,3 @@
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-CONSOLE_ENABLE = no # Console for debug
-NKRO_ENABLE = yes # Enable USB N-key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
-ENCODER_ENABLE = yes # Enable Encoder
-DIP_SWITCH_ENABLE = yes
-RGB_MATRIX_ENABLE = yes
# custom matrix setup
CUSTOM_MATRIX = lite
"LAYOUT_iso_90": {
@@ -15,6 +15,15 @@
"LAYOUT_ansi_103": {
-# change yes to no to disable.
"LAYOUT_iso_104": {
@@ -10,6 +10,17 @@
+ "build": {
+ "lto": true
"LAYOUT_ansi_108": {
-LTO_ENABLE = yes
@@ -15,6 +15,18 @@
"LAYOUT_ansi_109": {
@@ -1,20 +1,3 @@
"LAYOUT_iso_109": {
"LAYOUT_iso_110": {
+ "dip_switch": true,
"LAYOUT_ansi_73": {
@@ -10,6 +10,14 @@
"LAYOUT_ansi_82": {
@@ -1,18 +1,3 @@
"LAYOUT_iso_83": {
"LAYOUT_jis_86": {
"LAYOUT_tkl_f13_ansi": {
"LAYOUT_tkl_f13_iso": {
"LAYOUT_jis_92": {
"LAYOUT_ansi_100": {
"LAYOUT_ansi_98": {
"LAYOUT_iso_101": {
"LAYOUT_iso_99": {
@@ -13,6 +13,14 @@
@@ -38,6 +38,14 @@
"diode_direction": "COL2ROW",
"bootloader": "atmel-dfu",
+ "command": true,
+ "rgblight": true
"community_layouts": ["60_ansi"],
"LAYOUT_60_ansi": {
@@ -1,15 +1,2 @@
# Processor frequency
F_CPU = 8000000
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = yes # Enable N-Key Rollover
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
"community_layouts": ["65_ansi"],
"LAYOUT_65_ansi": {
@@ -10,6 +10,15 @@
+ "mousekey": false,
+ "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
CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
-# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# # project specific files
SRC += matrix.c
@@ -15,6 +15,11 @@
"diode_direction": "ROW2COL",
"processor": "atmega328p",
"bootloader": "usbasploader",
+ "extrakey": true
"community_layouts": ["60_hhkb"],
"LAYOUT_all": {
F_CPU = 12000000
@@ -9,6 +9,13 @@
+ "command": true
@@ -1,12 +0,0 @@
-MOUSEKEY_ENABLE = no # Mouse keys
@@ -14,6 +14,12 @@
+ "extrakey": false,
"direct": [
["B6"]
-EXTRAKEY_ENABLE = no # Audio control and System control
@@ -19,6 +19,13 @@
+ "rgblight": true,
["D0"]
@@ -1,13 +0,0 @@