1
0
Fork 0

Data-Driven Keyboard Conversions: H, Part 2 (#23525)

This commit is contained in:
James Young 2024-04-15 11:22:31 -07:00 committed by GitHub
parent 9c1662f8f9
commit 3c9dd36809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 200 additions and 320 deletions

View file

@ -6,7 +6,8 @@
"usb": {
"vid": "0xFEED",
"pid": "0x6060",
"device_version": "1.0.0"
"device_version": "1.0.0",
"no_startup_check": true
},
"matrix_pins": {
"cols": ["B6", "B2", "B3", "B1", "F6", "F7", "F5"],
@ -24,6 +25,13 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true,
"oled": true
},
"debounce": 0,
"layouts": {
"LAYOUT": {

View file

@ -1,14 +0,0 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
AUDIO_ENABLE = no # Audio output
OLED_ENABLE = yes
NO_USB_STARTUP_CHECK = yes