Browse Source

Data-Driven Keyboard Conversions: L (#23576)

pull/23585/head
James Young 2 weeks ago
committed by GitHub
parent
commit
f387410c97
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
56 changed files with 188 additions and 279 deletions
  1. +7
    -0
      keyboards/latincompass/latin47ble/info.json
  2. +0
    -14
      keyboards/latincompass/latin47ble/rules.mk
  3. +7
    -0
      keyboards/latincompass/latin64ble/info.json
  4. +0
    -14
      keyboards/latincompass/latin64ble/rules.mk
  5. +6
    -0
      keyboards/latincompass/latin6rgb/keyboard.json
  6. +0
    -15
      keyboards/latincompass/latin6rgb/rules.mk
  7. +0
    -3
      keyboards/lets_split/info.json
  8. +7
    -0
      keyboards/lets_split/rev1/keyboard.json
  9. +7
    -0
      keyboards/lets_split/rev2/info.json
  10. +0
    -13
      keyboards/lets_split/rules.mk
  11. +12
    -0
      keyboards/lets_split/sockets/info.json
  12. +0
    -6
      keyboards/lets_split/sockets/rules.mk
  13. +6
    -0
      keyboards/lfkeyboards/lfk78/revb/keyboard.json
  14. +6
    -0
      keyboards/lfkeyboards/lfk78/revc/keyboard.json
  15. +7
    -0
      keyboards/lfkeyboards/lfk78/revj/keyboard.json
  16. +0
    -1
      keyboards/lfkeyboards/lfk78/revj/rules.mk
  17. +0
    -12
      keyboards/lfkeyboards/lfk78/rules.mk
  18. +0
    -4
      keyboards/lfkeyboards/mini1800/reva/info.json
  19. +12
    -0
      keyboards/lfkeyboards/mini1800/reva/keyboard.json
  20. +0
    -11
      keyboards/lfkeyboards/mini1800/reva/rules.mk
  21. +0
    -4
      keyboards/lfkeyboards/mini1800/revc/info.json
  22. +12
    -0
      keyboards/lfkeyboards/mini1800/revc/keyboard.json
  23. +0
    -11
      keyboards/lfkeyboards/mini1800/revc/rules.mk
  24. +3
    -0
      keyboards/lily58/glow_enc/keyboard.json
  25. +0
    -1
      keyboards/lily58/glow_enc/rules.mk
  26. +3
    -0
      keyboards/lily58/light/keyboard.json
  27. +0
    -1
      keyboards/lily58/light/rules.mk
  28. +3
    -0
      keyboards/lily58/r2g/keyboard.json
  29. +0
    -1
      keyboards/lily58/r2g/rules.mk
  30. +8
    -0
      keyboards/lime/rev1/keyboard.json
  31. +0
    -3
      keyboards/lime/rev1/rules.mk
  32. +0
    -13
      keyboards/lime/rules.mk
  33. +7
    -0
      keyboards/linworks/fave65h/info.json
  34. +0
    -14
      keyboards/linworks/fave65h/rules.mk
  35. +7
    -0
      keyboards/linworks/fave87h/info.json
  36. +0
    -14
      keyboards/linworks/fave87h/rules.mk
  37. +7
    -0
      keyboards/loki65/info.json
  38. +0
    -13
      keyboards/loki65/rules.mk
  39. +7
    -0
      keyboards/lucid/alexa/info.json
  40. +0
    -13
      keyboards/lucid/alexa/rules.mk
  41. +7
    -0
      keyboards/lucid/alexa_solder/info.json
  42. +0
    -13
      keyboards/lucid/alexa_solder/rules.mk
  43. +7
    -0
      keyboards/lucid/kbd8x_hs/info.json
  44. +0
    -13
      keyboards/lucid/kbd8x_hs/rules.mk
  45. +7
    -0
      keyboards/lucid/phantom_hs/info.json
  46. +0
    -13
      keyboards/lucid/phantom_hs/rules.mk
  47. +7
    -0
      keyboards/lucid/phantom_solder/info.json
  48. +0
    -13
      keyboards/lucid/phantom_solder/rules.mk
  49. +7
    -0
      keyboards/lucid/scarlet/info.json
  50. +0
    -13
      keyboards/lucid/scarlet/rules.mk
  51. +2
    -1
      keyboards/lxxt/keyboard.json
  52. +0
    -1
      keyboards/lxxt/rules.mk
  53. +9
    -0
      keyboards/lyso1/lck75/info.json
  54. +0
    -19
      keyboards/lyso1/lck75/rules.mk
  55. +8
    -0
      keyboards/lz/erghost/info.json
  56. +0
    -12
      keyboards/lz/erghost/rules.mk

+ 7
- 0
keyboards/latincompass/latin47ble/info.json View File

@ -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": {


+ 0
- 14
keyboards/latincompass/latin47ble/rules.mk View File

@ -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
- 0
keyboards/latincompass/latin64ble/info.json View File

@ -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": [


+ 0
- 14
keyboards/latincompass/latin64ble/rules.mk View File

@ -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

keyboards/latincompass/latin6rgb/info.json → keyboards/latincompass/latin6rgb/keyboard.json View File

@ -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": {

+ 0
- 15
keyboards/latincompass/latin6rgb/rules.mk View File

@ -1,15 +0,0 @@
# 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 = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes

+ 0
- 3
keyboards/lets_split/info.json View File

@ -3,8 +3,5 @@
"maintainer": "qmk",
"processor": "atmega32u4",
"bootloader": "caterina",
"split": {
"enabled": true
},
"community_layouts": ["ortho_4x12"]
}

+ 7
- 0
keyboards/lets_split/rev1/keyboard.json View File

@ -12,6 +12,7 @@
},
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"rgblight": {
@ -20,6 +21,12 @@
"ws2812": {
"pin": "D3"
},
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"command": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
},


+ 7
- 0
keyboards/lets_split/rev2/info.json View File

@ -12,6 +12,7 @@
},
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"rgblight": {
@ -20,6 +21,12 @@
"ws2812": {
"pin": "D3"
},
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"command": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x12"
},


+ 0
- 13
keyboards/lets_split/rules.mk View File

@ -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
- 0
keyboards/lets_split/sockets/info.json View File

@ -12,6 +12,7 @@
},
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"rgblight": {
@ -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"
},


+ 0
- 6
keyboards/lets_split/sockets/rules.mk View File

@ -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
- 0
keyboards/lfkeyboards/lfk78/revb/keyboard.json 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": [


+ 6
- 0
keyboards/lfkeyboards/lfk78/revc/keyboard.json 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": [


keyboards/lfkeyboards/lfk78/revj/info.json → keyboards/lfkeyboards/lfk78/revj/keyboard.json 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": [

+ 0
- 1
keyboards/lfkeyboards/lfk78/revj/rules.mk View File

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

+ 0
- 12
keyboards/lfkeyboards/lfk78/rules.mk 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

+ 0
- 4
keyboards/lfkeyboards/mini1800/reva/info.json View File

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

+ 12
- 0
keyboards/lfkeyboards/mini1800/reva/keyboard.json View File

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

+ 0
- 11
keyboards/lfkeyboards/mini1800/reva/rules.mk 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

+ 0
- 4
keyboards/lfkeyboards/mini1800/revc/info.json View File

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

+ 12
- 0
keyboards/lfkeyboards/mini1800/revc/keyboard.json View File

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

+ 0
- 11
keyboards/lfkeyboards/mini1800/revc/rules.mk 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

keyboards/lily58/glow_enc/info.json → keyboards/lily58/glow_enc/keyboard.json View File

@ -44,6 +44,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 1
keyboards/lily58/glow_enc/rules.mk View File

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

keyboards/lily58/light/info.json → keyboards/lily58/light/keyboard.json View File

@ -45,6 +45,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"build": {
"lto": true
},
"layouts": {
"LAYOUT": {
"layout": [

+ 0
- 1
keyboards/lily58/light/rules.mk View File

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

keyboards/lily58/r2g/info.json → keyboards/lily58/r2g/keyboard.json View File

@ -10,6 +10,9 @@
"oled": true,
"rgb_matrix": true
},
"build": {
"lto": true
},
"usb": {
"vid": "0x04D8",
"pid": "0xEB2E",

+ 0
- 1
keyboards/lily58/r2g/rules.mk View File

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

keyboards/lime/rev1/info.json → keyboards/lime/rev1/keyboard.json View File

@ -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": [

+ 0
- 3
keyboards/lime/rev1/rules.mk View File

@ -1,3 +0,0 @@
ENCODER_ENABLE = yes
ENCODER_RIGHT_ENABLE = yes
OLED_ENABLE = yes

+ 0
- 13
keyboards/lime/rules.mk View File

@ -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
- 0
keyboards/linworks/fave65h/info.json View File

@ -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"


+ 0
- 14
keyboards/linworks/fave65h/rules.mk View File

@ -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 = 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 keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes

+ 7
- 0
keyboards/linworks/fave87h/info.json View File

@ -67,6 +67,13 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"nkro": true,
"rgb_matrix": true
},
"layout_aliases": {
"LAYOUT": "LAYOUT_tkl_ansi_split_bs"
},


+ 0
- 14
keyboards/linworks/fave87h/rules.mk View File

@ -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 = 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 keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes

+ 7
- 0
keyboards/loki65/info.json View File

@ -40,6 +40,13 @@
},
"processor": "STM32F072",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"rgblight": true
},
"layouts": {
"LAYOUT_all": {
"layout": [


+ 0
- 13
keyboards/loki65/rules.mk View File

@ -1,15 +1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
# 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 = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

+ 7
- 0
keyboards/lucid/alexa/info.json View File

@ -18,6 +18,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"command": true,
"nkro": true
},
"community_layouts": ["65_ansi_blocker", "65_ansi_blocker_split_bs"],
"layouts": {
"LAYOUT_65_ansi_blocker_split_bs": {


+ 0
- 13
keyboards/lucid/alexa/rules.mk View File

@ -1,15 +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 = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

+ 7
- 0
keyboards/lucid/alexa_solder/info.json View File

@ -18,6 +18,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"command": true,
"nkro": true
},
"community_layouts": [
"65_ansi_blocker",
"65_ansi_blocker_split_bs",


+ 0
- 13
keyboards/lucid/alexa_solder/rules.mk View File

@ -1,15 +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 = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

+ 7
- 0
keyboards/lucid/kbd8x_hs/info.json View File

@ -18,6 +18,13 @@
},
"processor": "at90usb646",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"command": true,
"nkro": true
},
"layouts": {
"LAYOUT_tkl_ansi": {
"layout": [


+ 0
- 13
keyboards/lucid/kbd8x_hs/rules.mk View File

@ -1,15 +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 = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

+ 7
- 0
keyboards/lucid/phantom_hs/info.json View File

@ -18,6 +18,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"command": true,
"nkro": true
},
"community_layouts": ["65_ansi_blocker"],
"layouts": {
"LAYOUT_65_ansi_blocker": {


+ 0
- 13
keyboards/lucid/phantom_hs/rules.mk View File

@ -1,15 +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 = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

+ 7
- 0
keyboards/lucid/phantom_solder/info.json View File

@ -18,6 +18,13 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"command": true,
"nkro": true
},
"community_layouts": [
"65_ansi_blocker",
"65_ansi_blocker_split_bs",


+ 0
- 13
keyboards/lucid/phantom_solder/rules.mk View File

@ -1,15 +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 = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

+ 7
- 0
keyboards/lucid/scarlet/info.json View File

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


+ 0
- 13
keyboards/lucid/scarlet/rules.mk View File

@ -1,15 +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 = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

keyboards/lxxt/info.json → keyboards/lxxt/keyboard.json View File

@ -52,7 +52,8 @@
"console": false,
"command": false,
"nkro": true,
"rgblight": true
"rgblight": true,
"encoder": true
},
"layouts": {
"LAYOUT": {

+ 0
- 1
keyboards/lxxt/rules.mk View File

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

+ 9
- 0
keyboards/lyso1/lck75/info.json View File

@ -20,6 +20,15 @@
},
"processor": "atmega32a",
"bootloader": "usbasploader",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": true,
"unicode": true,
"oled": true,
"encoder": true,
"wpm": true
},
"layouts": {
"LAYOUT_default": {
"layout": [


+ 0
- 19
keyboards/lyso1/lck75/rules.mk View File

@ -1,21 +1,2 @@
# Processor frequency
F_CPU = 16000000
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # 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 = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
UNICODE_ENABLE = yes
OLED_ENABLE = yes
ENCODER_ENABLE = yes
WPM_ENABLE = yes
LTO_ENABLE = no
AUTO_SHIFT_ENABLE = no

+ 8
- 0
keyboards/lz/erghost/info.json View File

@ -40,6 +40,14 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"backlight": true,
"rgblight": true
},
"layouts": {
"LAYOUT_all": {
"layout": [


+ 0
- 12
keyboards/lz/erghost/rules.mk View File

@ -1,15 +1,3 @@
# 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 = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
CUSTOM_MATRIX = lite
SRC += matrix.c

Loading…
Cancel
Save