mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 18:04:57 +00:00
cleanup clueboard based on latest validation work
This commit is contained in:
parent
ededff8556
commit
0d3aca062e
24 changed files with 88 additions and 177 deletions
|
@ -5,6 +5,7 @@
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 4,
|
"width": 4,
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
|
"processor": "atmega32u4",
|
||||||
"features": {
|
"features": {
|
||||||
"backlight": true,
|
"backlight": true,
|
||||||
"bootmagic": false,
|
"bootmagic": false,
|
||||||
|
@ -25,11 +26,11 @@
|
||||||
"animations": {
|
"animations": {
|
||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"brightness_steps": "17",
|
"brightness_steps": 17,
|
||||||
"hue_steps": "10",
|
"hue_steps": 10,
|
||||||
"led_count": "4",
|
"led_count": 4,
|
||||||
"pin": "F6",
|
"pin": "F6",
|
||||||
"saturation_steps": "17"
|
"saturation_steps": 17
|
||||||
},
|
},
|
||||||
"url": "",
|
"url": "",
|
||||||
"usb": {
|
"usb": {
|
||||||
|
|
|
@ -1,15 +1,2 @@
|
||||||
# MCU name
|
|
||||||
MCU = atmega32u4
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = atmel-dfu
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
BACKLIGHT_DRIVER = custom
|
BACKLIGHT_DRIVER = custom
|
||||||
|
|
|
@ -4,7 +4,9 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 6.5,
|
"height": 6.5,
|
||||||
"width": 24,
|
"width": 24,
|
||||||
"debounce": "5",
|
"processor": "at90usb1286",
|
||||||
|
"bootloader": "halfkay",
|
||||||
|
"debounce": 5,
|
||||||
"diode_direction": "ROW2COL",
|
"diode_direction": "ROW2COL",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
|
@ -24,18 +26,18 @@
|
||||||
"scroll_lock": "B6"
|
"scroll_lock": "B6"
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["D2", " D3", " D4", " D5", " D7", " E0", " E1", " B0", " E6", " B3", " B2"],
|
"cols": ["D2", "D3", "D4", "D5", "D7", "E0", "E1", "B0", "E6", "B3", "B2"],
|
||||||
"rows": ["C0", " C1", " C2", " C3", " C7", " F7", " B1", " F2", " F3", " F4", " F5", " F6"]
|
"rows": ["C0", "C1", "C2", "C3", "C7", "F7", "B1", "F2", "F3", "F4", "F5", "F6"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"brightness_steps": "8",
|
"brightness_steps": 8,
|
||||||
"hue_steps": "8",
|
"hue_steps": 8,
|
||||||
"led_count": "16",
|
"led_count": 16,
|
||||||
"pin": "C6",
|
"pin": "C6",
|
||||||
"saturation_steps": "8"
|
"saturation_steps": 8
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"pid": "0x23A0"
|
"pid": "0x23A0"
|
||||||
|
|
|
@ -1,12 +1 @@
|
||||||
# MCU name
|
# This file intentionally left blank
|
||||||
MCU = at90usb1286
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = halfkay
|
|
||||||
|
|
|
@ -4,7 +4,9 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"width": 24,
|
"width": 24,
|
||||||
"debounce": "5",
|
"debounce": 5,
|
||||||
|
"processor": "at90usb1286",
|
||||||
|
"bootloader": "halfkay",
|
||||||
"diode_direction": "ROW2COL",
|
"diode_direction": "ROW2COL",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
|
|
|
@ -1,12 +1 @@
|
||||||
# MCU name
|
# This file intentionally left blank
|
||||||
MCU = at90usb1286
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = halfkay
|
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 15,
|
"width": 15,
|
||||||
"debounce": "6",
|
"debounce": 6,
|
||||||
|
"processor": "STM32F303",
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# MCU name
|
|
||||||
MCU = STM32F303
|
|
||||||
BOARD = QMK_PROTON_C
|
BOARD = QMK_PROTON_C
|
||||||
|
|
||||||
# project specific files
|
# project specific files
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 16.5,
|
"width": 16.5,
|
||||||
"debounce": "5",
|
"processor": "atmega32u4",
|
||||||
|
"debounce": 5,
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": false,
|
"audio": false,
|
||||||
|
@ -24,18 +25,18 @@
|
||||||
"caps_lock": "F0"
|
"caps_lock": "F0"
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["B3", " F1", " F4", " F5", " F6", " C7", " C6", " B6", " B5", " B4", " D7", " D6", " D4", " F7", " B0", " B1"],
|
"cols": ["B3", "F1", "F4", "F5", "F6", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "F7", "B0", "B1"],
|
||||||
"rows": ["D1", " D0", " D2", " D5", " D3"]
|
"rows": ["D1", "D0", "D2", "D5", "D3"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"brightness_steps": "17",
|
"brightness_steps": 17,
|
||||||
"hue_steps": "10",
|
"hue_steps": 10,
|
||||||
"led_count": "14",
|
"led_count": 14,
|
||||||
"pin": "B2",
|
"pin": "B2",
|
||||||
"saturation_steps": "17"
|
"saturation_steps": 17
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"device_ver": "0x0001",
|
||||||
|
|
|
@ -1,12 +1 @@
|
||||||
# MCU name
|
# This file intentionally left blank
|
||||||
MCU = atmega32u4
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = atmel-dfu
|
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 16.5,
|
"width": 16.5,
|
||||||
"debounce": "5",
|
"processor": "atmega32u4",
|
||||||
|
"debounce": 5,
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": false,
|
"audio": false,
|
||||||
|
@ -24,18 +25,18 @@
|
||||||
"caps_lock": "B4"
|
"caps_lock": "B4"
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["F0", " F1", " F4", " F5", " F6", " F7", " E6", " B1"],
|
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "E6", "B1"],
|
||||||
"rows": ["B2", " C7", " C6", " B6", " B5", " B0", " B3", " D5", " D3", " D2"]
|
"rows": ["B2", "C7", "C6", "B6", "B5", "B0", "B3", "D5", "D3", "D2"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"brightness_steps": "17",
|
"brightness_steps": 17,
|
||||||
"hue_steps": "32",
|
"hue_steps": 32,
|
||||||
"led_count": "14",
|
"led_count": 14,
|
||||||
"pin": "D7",
|
"pin": "D7",
|
||||||
"saturation_steps": "17"
|
"saturation_steps": 17
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"device_ver": "0x0001",
|
||||||
|
|
|
@ -1,15 +1,2 @@
|
||||||
# MCU name
|
|
||||||
MCU = atmega32u4
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = atmel-dfu
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
BACKLIGHT_DRIVER = custom
|
BACKLIGHT_DRIVER = custom
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 16.5,
|
"width": 16.5,
|
||||||
"debounce": "5",
|
"processor": "atmega32u4",
|
||||||
|
"debounce": 5,
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": false,
|
"audio": false,
|
||||||
|
@ -24,18 +25,18 @@
|
||||||
"caps_lock": "B4"
|
"caps_lock": "B4"
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["F0", " F1", " F4", " F5", " F6", " F7", " E6", " B1"],
|
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "E6", "B1"],
|
||||||
"rows": ["B2", " C7", " C6", " B6", " B5", " B0", " B3", " D5", " D3", " D2"]
|
"rows": ["B2", "C7", "C6", "B6", "B5", "B0", "B3", "D5", "D3", "D2"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"brightness_steps": "17",
|
"brightness_steps": 17,
|
||||||
"hue_steps": "32",
|
"hue_steps": 32,
|
||||||
"led_count": "18",
|
"led_count": 18,
|
||||||
"pin": "D7",
|
"pin": "D7",
|
||||||
"saturation_steps": "17"
|
"saturation_steps": 17
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"device_ver": "0x0001",
|
||||||
|
|
|
@ -1,16 +1,3 @@
|
||||||
# MCU name
|
|
||||||
MCU = atmega32u4
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = atmel-dfu
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# comment out to disable the options.
|
# comment out to disable the options.
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 16.5,
|
"width": 16.5,
|
||||||
"debounce": "5",
|
"debounce": 5,
|
||||||
|
"processor": "STM32F303",
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
|
@ -21,18 +22,18 @@
|
||||||
"unicode": false
|
"unicode": false
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["B10", " B2", " B1", " B0", " A7", " B4", " B3", " B5"],
|
"cols": ["B10", "B2", "B1", "B0", "A7", "B4", "B3", "B5"],
|
||||||
"rows": ["B11", " A6", " A3", " A2", " A1", " B7", " B6", " C15", " C14", " C13"]
|
"rows": ["B11", "A6", "A3", "A2", "A1", "B7", "B6", "C15", "C14", "C13"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"brightness_steps": "17",
|
"brightness_steps": 17,
|
||||||
"hue_steps": "32",
|
"hue_steps": 32,
|
||||||
"led_count": "18",
|
"led_count": 18,
|
||||||
"pin": "D7",
|
"pin": "D7",
|
||||||
"saturation_steps": "17"
|
"saturation_steps": 17
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"device_ver": "0x0001",
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
# MCU name
|
|
||||||
MCU = STM32F303
|
|
||||||
BOARD = QMK_PROTON_C
|
BOARD = QMK_PROTON_C
|
||||||
|
# This file intentionally left blank
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 16.5,
|
"width": 16.5,
|
||||||
"debounce": "5",
|
"debounce": 5,
|
||||||
|
"processor": "STM32F303",
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
|
@ -12,13 +13,16 @@
|
||||||
"command": true,
|
"command": true,
|
||||||
"console": true,
|
"console": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"led_matrix": "IS31FL3731",
|
"led_matrix": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true
|
"nkro": true
|
||||||
},
|
},
|
||||||
|
"led_matrix": {
|
||||||
|
"driver": "IS31FL3731"
|
||||||
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["B10", " B2", " B1", " B0", " A7", " B4", " B3", " B7"],
|
"cols": ["B10", "B2", "B1", "B0", "A7", "B4", "B3", "B7"],
|
||||||
"rows": ["B11", " A6", " A3", " A2", " A1", " B5", " B6", " C15", " C14", " C13"]
|
"rows": ["B11", "A6", "A3", "A2", "A1", "B5", "B6", "C15", "C14", "C13"]
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"device_ver": "0x0001",
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# MCU name
|
|
||||||
MCU = STM32F303
|
|
||||||
BOARD = QMK_PROTON_C
|
BOARD = QMK_PROTON_C
|
||||||
LED_MATRIX_DRIVER = IS31FL3731
|
LED_MATRIX_DRIVER = IS31FL3731
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,9 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 5,
|
"height": 5,
|
||||||
"width": 16.5,
|
"width": 16.5,
|
||||||
"debounce": "5",
|
"debounce": 5,
|
||||||
"diode_direction": "COL2ROW",
|
"diode_direction": "COL2ROW",
|
||||||
|
"processor": "atmega32u4",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
"backlight": true,
|
"backlight": true,
|
||||||
|
@ -24,18 +25,18 @@
|
||||||
"caps_lock": "B4"
|
"caps_lock": "B4"
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["F0", " F1", " F4", " F5", " F6", " F7", " E6", " B1"],
|
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "E6", "B1"],
|
||||||
"rows": ["B2", " C7", " C6", " B6", " B5", " B0", " B3", " D5", " D3", " D2"]
|
"rows": ["B2", "C7", "C6", "B6", "B5", "B0", "B3", "D5", "D3", "D2"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"all": true
|
"all": true
|
||||||
},
|
},
|
||||||
"brightness_steps": "17",
|
"brightness_steps": 17,
|
||||||
"hue_steps": "32",
|
"hue_steps": 32,
|
||||||
"led_count": "26",
|
"led_count": 26,
|
||||||
"pin": "D7",
|
"pin": "D7",
|
||||||
"saturation_steps": "17"
|
"saturation_steps": 17
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"device_ver": "0x0001",
|
||||||
|
|
|
@ -1,16 +1,3 @@
|
||||||
# MCU name
|
|
||||||
MCU = atmega32u4
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = atmel-dfu
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# comment out to disable the options.
|
# comment out to disable the options.
|
||||||
#
|
#
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"keyboard_name": "Clueboard California",
|
"keyboard_name": "Clueboard California",
|
||||||
"url": "",
|
"url": "",
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
|
"processor": "STM32F303",
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"direct": [
|
"direct": [
|
||||||
["A10", "A9"],
|
["A10", "A9"],
|
||||||
|
@ -12,6 +13,13 @@
|
||||||
[null, "B2"]
|
[null, "B2"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"features": {
|
||||||
|
"mousekey": true,
|
||||||
|
"extrakey": true,
|
||||||
|
"console": true,
|
||||||
|
"command": true,
|
||||||
|
"audio": true
|
||||||
|
},
|
||||||
"usb": {"pid": "0x23B0"},
|
"usb": {"pid": "0x23B0"},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT": {
|
"LAYOUT": {
|
||||||
|
|
|
@ -1,12 +1,2 @@
|
||||||
# MCU name
|
|
||||||
MCU = STM32F303
|
|
||||||
BOARD = QMK_PROTON_C
|
BOARD = QMK_PROTON_C
|
||||||
|
# This file intentionally left blank
|
||||||
## Features
|
|
||||||
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 = yes # USB Nkey Rollover
|
|
||||||
RGBLIGHT_ENABLE = no
|
|
||||||
AUDIO_ENABLE = yes
|
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"maintainer": "skullydazed",
|
"maintainer": "skullydazed",
|
||||||
"height": 8,
|
"height": 8,
|
||||||
"width": 10,
|
"width": 10,
|
||||||
"debounce": "20",
|
"debounce": 20,
|
||||||
|
"processor": "atmega32u4",
|
||||||
"diode_direction": "ROW2COL",
|
"diode_direction": "ROW2COL",
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
|
@ -22,15 +23,15 @@
|
||||||
"unicode": false
|
"unicode": false
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["F1", " F7", " F6"],
|
"cols": ["F1", "F7", "F6"],
|
||||||
"rows": ["F0", " F5", " F4", " B4"]
|
"rows": ["F0", "F5", "F4", "B4"]
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
"brightness_steps": "17",
|
"brightness_steps": 17,
|
||||||
"hue_steps": "10",
|
"hue_steps": 10,
|
||||||
"led_count": "4",
|
"led_count": 4,
|
||||||
"pin": "E6",
|
"pin": "E6",
|
||||||
"saturation_steps": "17"
|
"saturation_steps": 17
|
||||||
},
|
},
|
||||||
"usb": {
|
"usb": {
|
||||||
"device_ver": "0x0001",
|
"device_ver": "0x0001",
|
||||||
|
|
|
@ -1,15 +1,2 @@
|
||||||
# MCU name
|
|
||||||
MCU = atmega32u4
|
|
||||||
|
|
||||||
# Bootloader selection
|
|
||||||
# Teensy halfkay
|
|
||||||
# Pro Micro caterina
|
|
||||||
# Atmel DFU atmel-dfu
|
|
||||||
# LUFA DFU lufa-dfu
|
|
||||||
# QMK DFU qmk-dfu
|
|
||||||
# ATmega32A bootloadHID
|
|
||||||
# ATmega328P USBasp
|
|
||||||
BOOTLOADER = atmel-dfu
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
BACKLIGHT_DRIVER = custom
|
BACKLIGHT_DRIVER = custom
|
||||||
|
|
Loading…
Reference in a new issue