Data-Driven Keyboard Conversions: L (#23576)

This commit is contained in:
James Young
2024-04-22 03:13:45 -07:00
committed by GitHub
parent 125d050761
commit f387410c97
56 changed files with 188 additions and 279 deletions

View File

@@ -15,6 +15,12 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true
},
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -15,6 +15,12 @@
"diode_direction": "COL2ROW",
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true
},
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -15,6 +15,13 @@
"diode_direction": "COL2ROW",
"processor": "at90usb646",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true,
"audio": true
},
"layouts": {
"LAYOUT": {
"layout": [

View File

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

View File

@@ -1,13 +1 @@
# 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
AUDIO_ENABLE = no # Audio output
WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms
DEFAULT_FOLDER = lfkeyboards/lfk78/revj

View File

@@ -1,4 +0,0 @@
{
"processor": "at90usb1286",
"bootloader": "atmel-dfu"
}

View File

@@ -0,0 +1,12 @@
{
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true,
"audio": true,
"watchdog": true
}
}

View File

@@ -1,11 +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
AUDIO_ENABLE = yes # Audio output
WATCHDOG_ENABLE = yes # Resets keyboard if matrix_scan isn't run every 250ms

View File

@@ -1,4 +0,0 @@
{
"processor": "at90usb646",
"bootloader": "atmel-dfu"
}

View File

@@ -0,0 +1,12 @@
{
"processor": "at90usb646",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true,
"audio": true,
"watchdog": true
}
}

View File

@@ -1,11 +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
AUDIO_ENABLE = yes # Audio output
WATCHDOG_ENABLE = yes # Resets keyboard if matrix_scan isn't run every 250ms