Browse Source

Migrate build target markers to keyboard.json - L (#23607)

pull/23609/head
Joel Challis 1 week ago
committed by GitHub
parent
commit
b6d5cfe575
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
28 changed files with 33 additions and 25 deletions
  1. +0
    -0
      keyboards/latincompass/latin47ble/keyboard.json
  2. +0
    -0
      keyboards/latincompass/latin64ble/keyboard.json
  3. +0
    -0
      keyboards/latincompass/latinpadble/keyboard.json
  4. +6
    -0
      keyboards/lazydesigners/dimple/ortho/keyboard.json
  5. +1
    -0
      keyboards/lazydesigners/dimple/ortho/rules.mk
  6. +0
    -16
      keyboards/lazydesigners/dimple/rules.mk
  7. +11
    -0
      keyboards/lazydesigners/dimple/staggered/rev1/keyboard.json
  8. +1
    -2
      keyboards/lazydesigners/dimple/staggered/rev1/rules.mk
  9. +5
    -3
      keyboards/lazydesigners/dimple/staggered/rev2/keyboard.json
  10. +1
    -2
      keyboards/lazydesigners/dimple/staggered/rev2/rules.mk
  11. +7
    -0
      keyboards/lazydesigners/dimple/staggered/rev3/keyboard.json
  12. +1
    -2
      keyboards/lazydesigners/dimple/staggered/rev3/rules.mk
  13. +0
    -0
      keyboards/lets_split/rev2/keyboard.json
  14. +0
    -0
      keyboards/lets_split/sockets/keyboard.json
  15. +0
    -0
      keyboards/linworks/fave65h/keyboard.json
  16. +0
    -0
      keyboards/linworks/fave84h/keyboard.json
  17. +0
    -0
      keyboards/linworks/fave87h/keyboard.json
  18. +0
    -0
      keyboards/loki65/keyboard.json
  19. +0
    -0
      keyboards/lucid/alexa/keyboard.json
  20. +0
    -0
      keyboards/lucid/alexa_solder/keyboard.json
  21. +0
    -0
      keyboards/lucid/kbd8x_hs/keyboard.json
  22. +0
    -0
      keyboards/lucid/phantom_hs/keyboard.json
  23. +0
    -0
      keyboards/lucid/phantom_solder/keyboard.json
  24. +0
    -0
      keyboards/lucid/scarlet/keyboard.json
  25. +0
    -0
      keyboards/lucid/velvet_hotswap/keyboard.json
  26. +0
    -0
      keyboards/lucid/velvet_solder/keyboard.json
  27. +0
    -0
      keyboards/lyso1/lck75/keyboard.json
  28. +0
    -0
      keyboards/lz/erghost/keyboard.json

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


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


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


keyboards/lazydesigners/dimple/ortho/info.json → keyboards/lazydesigners/dimple/ortho/keyboard.json View File

@ -8,6 +8,12 @@
"pid": "0x0040",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7"],
"rows": ["D0", "D1", "D2", "D3"]

+ 1
- 0
keyboards/lazydesigners/dimple/ortho/rules.mk View File

@ -1,3 +1,4 @@
# Disable unsupported hardware
BACKLIGHT_SUPPORTED = no
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no

+ 0
- 16
keyboards/lazydesigners/dimple/rules.mk View File

@ -1,17 +1 @@
# 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 = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
# Disable unsupported hardware
AUDIO_SUPPORTED = no
DEFAULT_FOLDER = lazydesigners/dimple/staggered/rev1

keyboards/lazydesigners/dimple/staggered/rev2/info.json → keyboards/lazydesigners/dimple/staggered/rev1/keyboard.json View File

@ -1,4 +1,15 @@
{
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true
},
"indicators": {
"caps_lock": "E6",
"on_state": 0
},
"layouts": {
"LAYOUT": {
"layout": [

+ 1
- 2
keyboards/lazydesigners/dimple/staggered/rev1/rules.mk View File

@ -1,4 +1,3 @@
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
# Disable unsupported hardware
BACKLIGHT_SUPPORTED = no
AUDIO_SUPPORTED = no

keyboards/lazydesigners/dimple/staggered/rev1/info.json → keyboards/lazydesigners/dimple/staggered/rev2/keyboard.json View File

@ -1,7 +1,9 @@
{
"indicators": {
"caps_lock": "E6",
"on_state": 0
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"layouts": {
"LAYOUT": {

+ 1
- 2
keyboards/lazydesigners/dimple/staggered/rev2/rules.mk View File

@ -1,4 +1,3 @@
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
# Disable unsupported hardware
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no

keyboards/lazydesigners/dimple/staggered/rev3/info.json → keyboards/lazydesigners/dimple/staggered/rev3/keyboard.json View File

@ -1,4 +1,11 @@
{
"features": {
"backlight": true,
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"backlight": {
"pin": "B7"
},

+ 1
- 2
keyboards/lazydesigners/dimple/staggered/rev3/rules.mk View File

@ -1,4 +1,3 @@
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# Disable unsupported hardware
RGBLIGHT_ENABLE = no
AUDIO_SUPPORTED = no

keyboards/lets_split/rev2/info.json → keyboards/lets_split/rev2/keyboard.json View File


keyboards/lets_split/sockets/info.json → keyboards/lets_split/sockets/keyboard.json View File


keyboards/linworks/fave65h/info.json → keyboards/linworks/fave65h/keyboard.json View File


keyboards/linworks/fave84h/info.json → keyboards/linworks/fave84h/keyboard.json View File


keyboards/linworks/fave87h/info.json → keyboards/linworks/fave87h/keyboard.json View File


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


keyboards/lucid/alexa/info.json → keyboards/lucid/alexa/keyboard.json View File


keyboards/lucid/alexa_solder/info.json → keyboards/lucid/alexa_solder/keyboard.json View File


keyboards/lucid/kbd8x_hs/info.json → keyboards/lucid/kbd8x_hs/keyboard.json View File


keyboards/lucid/phantom_hs/info.json → keyboards/lucid/phantom_hs/keyboard.json View File


keyboards/lucid/phantom_solder/info.json → keyboards/lucid/phantom_solder/keyboard.json View File


keyboards/lucid/scarlet/info.json → keyboards/lucid/scarlet/keyboard.json View File


keyboards/lucid/velvet_hotswap/info.json → keyboards/lucid/velvet_hotswap/keyboard.json View File


keyboards/lucid/velvet_solder/info.json → keyboards/lucid/velvet_solder/keyboard.json View File


keyboards/lyso1/lck75/info.json → keyboards/lyso1/lck75/keyboard.json View File


keyboards/lz/erghost/info.json → keyboards/lz/erghost/keyboard.json View File


Loading…
Cancel
Save