1
0

Data-Driven Keyboard Conversions: 0-9 (#23357)

This commit is contained in:
James Young
2024-03-30 06:51:57 -07:00
committed by GitHub
parent 831deac212
commit 76bd5142cf
116 changed files with 630 additions and 1277 deletions

View File

@@ -1,15 +0,0 @@
{
"manufacturer": "25KEYS",
"url": "https://github.com/monksoffunk/zinc",
"maintainer": "monksoffunk",
"usb": {
"vid": "0x04D8",
"pid": "0xEA3B",
"device_version": "0.0.1"
},
"rgb_matrix": {
"driver": "ws2812"
},
"processor": "atmega32u4",
"bootloader": "caterina"
}

View File

@@ -1,16 +1,35 @@
{
"keyboard_name": "Zinc rev.1",
"manufacturer": "25KEYS",
"url": "https://github.com/monksoffunk/zinc",
"maintainer": "monksoffunk",
"usb": {
"vid": "0x04D8",
"pid": "0xEA3B",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"matrix_pins": {
"cols": ["F4", "D4", "C6", "D7", "E6", "B4"],
"rows": ["F6", "F7", "B1", "B3"]
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
},
"tapping": {
"term": 100
},
"rgb_matrix": {
"driver": "ws2812"
},
"rgblight": {
"hue_steps": 10
},

View File

@@ -1 +0,0 @@
SPLIT_KEYBOARD = yes

View File

@@ -1,16 +1,35 @@
{
"keyboard_name": "Zinc rev.A",
"manufacturer": "25KEYS",
"url": "https://github.com/monksoffunk/zinc",
"maintainer": "monksoffunk",
"usb": {
"vid": "0x04D8",
"pid": "0xEA3B",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
"rows": ["D4", "C6", "D7", "E6"]
},
"diode_direction": "COL2ROW",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false
},
"split": {
"enabled": true,
"soft_serial_pin": "D2"
},
"tapping": {
"term": 100
},
"rgb_matrix": {
"driver": "ws2812"
},
"rgblight": {
"hue_steps": 10
},

View File

@@ -1 +0,0 @@
SPLIT_KEYBOARD = yes

View File

@@ -1,17 +1,3 @@
# 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
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
RGB_MATRIX_ENABLE = no
DEFAULT_FOLDER = 25keys/zinc/rev1
#SRC += i2c.c