Data-Driven Keyboard Conversions: H, Part 1 (#23524)

This commit is contained in:
James Young 2024-04-15 11:19:08 -07:00 committed by GitHub
parent 130a2a31a6
commit 2e01b67ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 125 additions and 196 deletions

View file

@ -10,6 +10,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true
},
"layouts": {
"LAYOUT_jp": {
"layout": [

View file

@ -1,14 +1,7 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
CUSTOM_MATRIX = yes # Custom matrix file for the HHKB
NKRO_ENABLE = no # Enable N-Key Rollover
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# project specific files
SRC = matrix.c

View file

@ -16,6 +16,12 @@
},
"processor": "atmega32u4",
"bootloader": "lufa-ms",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"command": true
},
"debounce": 0,
"community_layouts": ["60_hhkb"],
"layouts": {

View file

@ -1,16 +1,6 @@
# MCU frequency
F_CPU = 8000000
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = no # USB Nkey Rollover
# Custom matrix file for the HHKB
CUSTOM_MATRIX = lite
SRC += matrix.c