Skip to content

Commit

Permalink
Data-Driven Keyboard Conversions: L (qmk#23576)
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft authored Apr 22, 2024
1 parent 125d050 commit f387410
Show file tree
Hide file tree
Showing 56 changed files with 188 additions and 279 deletions.
7 changes: 7 additions & 0 deletions keyboards/latincompass/latin47ble/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"rgblight": true,
"bluetooth": true
},
"community_layouts": ["planck_mit"],
"layouts": {
"LAYOUT_planck_mit": {
Expand Down
14 changes: 0 additions & 14 deletions keyboards/latincompass/latin47ble/rules.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
# Processor 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 = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
7 changes: 7 additions & 0 deletions keyboards/latincompass/latin64ble/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
"diode_direction": "ROW2COL",
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"rgblight": true,
"bluetooth": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
14 changes: 0 additions & 14 deletions keyboards/latincompass/latin64ble/rules.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
# Processor frequency
F_CPU = 8000000

# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # 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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
BLUETOOTH_ENABLE = yes
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"diode_direction": "ROW2COL",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"rgb_matrix": true
},
"debounce": 3,
"layouts": {
"LAYOUT_numpad_2x3": {
Expand Down
15 changes: 0 additions & 15 deletions keyboards/latincompass/latin6rgb/rules.mk

This file was deleted.

3 changes: 0 additions & 3 deletions keyboards/lets_split/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
"maintainer": "qmk",
"processor": "atmega32u4",
"bootloader": "caterina",
"split": {
"enabled": true
},
"community_layouts": ["ortho_4x12"]
}
7 changes: 7 additions & 0 deletions keyboards/lets_split/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"rgblight": {
Expand All @@ -20,6 +21,12 @@
"ws2812": {
"pin": "D3"
},
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"command": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
},
Expand Down
7 changes: 7 additions & 0 deletions keyboards/lets_split/rev2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"rgblight": {
Expand All @@ -20,6 +21,12 @@
"ws2812": {
"pin": "D3"
},
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"command": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
},
Expand Down
13 changes: 0 additions & 13 deletions keyboards/lets_split/rules.mk
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # 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 # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.

DEFAULT_FOLDER = lets_split/rev2
12 changes: 12 additions & 0 deletions keyboards/lets_split/sockets/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"rgblight": {
Expand All @@ -20,6 +21,17 @@
"ws2812": {
"pin": "D4"
},
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"command": true,
"rgblight": true,
"audio": true
},
"build": {
"lto": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
},
Expand Down
6 changes: 0 additions & 6 deletions keyboards/lets_split/sockets/rules.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
BACKLIGHT_ENABLE = no
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = yes #Don't enable this along with I2C

LTO_ENABLE = yes

# Disable unsupported hardware
BACKLIGHT_SUPPORTED = no
6 changes: 6 additions & 0 deletions keyboards/lfkeyboards/lfk78/revb/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
6 changes: 6 additions & 0 deletions keyboards/lfkeyboards/lfk78/revc/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"diode_direction": "COL2ROW",
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion keyboards/lfkeyboards/lfk78/revj/rules.mk

This file was deleted.

12 changes: 0 additions & 12 deletions keyboards/lfkeyboards/lfk78/rules.mk
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions keyboards/lfkeyboards/mini1800/reva/info.json

This file was deleted.

12 changes: 12 additions & 0 deletions keyboards/lfkeyboards/mini1800/reva/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"processor": "at90usb1286",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true,
"audio": true,
"watchdog": true
}
}
11 changes: 0 additions & 11 deletions keyboards/lfkeyboards/mini1800/reva/rules.mk

This file was deleted.

4 changes: 0 additions & 4 deletions keyboards/lfkeyboards/mini1800/revc/info.json

This file was deleted.

12 changes: 12 additions & 0 deletions keyboards/lfkeyboards/mini1800/revc/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"processor": "at90usb646",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"nkro": true,
"audio": true,
"watchdog": true
}
}
11 changes: 0 additions & 11 deletions keyboards/lfkeyboards/mini1800/revc/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
1 change: 0 additions & 1 deletion keyboards/lily58/glow_enc/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
1 change: 0 additions & 1 deletion keyboards/lily58/light/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"oled": true,
"rgb_matrix": true
},
"build": {
"lto": true
},
"usb": {
"vid": "0x04D8",
"pid": "0xEB2E",
Expand Down
1 change: 0 additions & 1 deletion keyboards/lily58/r2g/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": false,
"swap_hands": true,
"encoder": true,
"oled": true
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
3 changes: 0 additions & 3 deletions keyboards/lime/rev1/rules.mk

This file was deleted.

13 changes: 0 additions & 13 deletions keyboards/lime/rules.mk
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# 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
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
SWAP_HANDS_ENABLE = yes
DEFAULT_FOLDER = lime/rev1
7 changes: 7 additions & 0 deletions keyboards/linworks/fave65h/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"nkro": true,
"rgb_matrix": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_65_ansi_blocker_split_bs",
"LAYOUT_all": "LAYOUT_65_ansi_blocker_split_bs"
Expand Down
Loading

0 comments on commit f387410

Please sign in to comment.