Data-Driven Keyboard Conversions: H, Part 1 (#23524)
This commit is contained in:
parent
130a2a31a6
commit
2e01b67ecc
36 changed files with 125 additions and 196 deletions
|
|
@ -10,6 +10,13 @@
|
|||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"console": true,
|
||||
"command": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_jp": {
|
||||
"layout": [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue