Browse Source

Migrate build target markers to keyboard.json - YZ (#23421)

Joel Challis 2 years ago
parent
commit
1f3d709fcb
54 changed files with 166 additions and 343 deletions
  1. 7 0
      keyboards/yampad/keyboard.json
  2. 0 14
      keyboards/yampad/rules.mk
  3. 7 0
      keyboards/yandrstudio/buff67v3/keyboard.json
  4. 0 13
      keyboards/yandrstudio/buff67v3/rules.mk
  5. 6 0
      keyboards/yandrstudio/eau87/keyboard.json
  6. 0 13
      keyboards/yandrstudio/eau87/rules.mk
  7. 7 0
      keyboards/yandrstudio/eau_r2/keyboard.json
  8. 0 13
      keyboards/yandrstudio/eau_r2/rules.mk
  9. 7 0
      keyboards/yandrstudio/nightstar75/keyboard.json
  10. 0 13
      keyboards/yandrstudio/nightstar75/rules.mk
  11. 8 0
      keyboards/yandrstudio/nz67v2/keyboard.json
  12. 0 15
      keyboards/yandrstudio/nz67v2/rules.mk
  13. 7 0
      keyboards/yandrstudio/tg67/keyboard.json
  14. 0 14
      keyboards/yandrstudio/tg67/rules.mk
  15. 6 0
      keyboards/yandrstudio/wave75/keyboard.json
  16. 0 13
      keyboards/yandrstudio/wave75/rules.mk
  17. 7 0
      keyboards/yandrstudio/yr6095/keyboard.json
  18. 0 13
      keyboards/yandrstudio/yr6095/rules.mk
  19. 7 0
      keyboards/yandrstudio/yr80/keyboard.json
  20. 0 13
      keyboards/yandrstudio/yr80/rules.mk
  21. 7 0
      keyboards/ydkb/grape/keyboard.json
  22. 0 13
      keyboards/ydkb/grape/rules.mk
  23. 3 0
      keyboards/ydkb/just60/keyboard.json
  24. 0 13
      keyboards/ydkb/just60/rules.mk
  25. 5 0
      keyboards/yiancardesigns/barleycorn/keyboard.json
  26. 0 13
      keyboards/yiancardesigns/barleycorn/rules.mk
  27. 5 0
      keyboards/yiancardesigns/gingham/keyboard.json
  28. 2 15
      keyboards/yiancardesigns/gingham/rules.mk
  29. 5 0
      keyboards/yiancardesigns/seigaiha/keyboard.json
  30. 0 13
      keyboards/yiancardesigns/seigaiha/rules.mk
  31. 0 0
      keyboards/ymdk/id75/keyboard.json
  32. 0 1
      keyboards/ymdk/id75/rules.mk
  33. 8 0
      keyboards/ymdk/melody96/soldered/keyboard.json
  34. 0 12
      keyboards/ymdk/melody96/soldered/rules.mk
  35. 6 0
      keyboards/ymdk/sp64/keyboard.json
  36. 1 12
      keyboards/ymdk/sp64/rules.mk
  37. 7 0
      keyboards/ymdk/ymd40/air40/keyboard.json
  38. 0 16
      keyboards/ymdk/ymd40/air40/rules.mk
  39. 7 0
      keyboards/ymdk/ymd40/v2/keyboard.json
  40. 0 15
      keyboards/ymdk/ymd40/v2/rules.mk
  41. 5 0
      keyboards/yoichiro/lunakey_mini/keyboard.json
  42. 0 13
      keyboards/yoichiro/lunakey_mini/rules.mk
  43. 0 0
      keyboards/yoichiro/lunakey_pico/keyboard.json
  44. 1 0
      keyboards/yosino58/rev1/keyboard.json
  45. 0 13
      keyboards/yosino58/rev1/rules.mk
  46. 5 0
      keyboards/yynmt/acperience12/rev1/keyboard.json
  47. 0 13
      keyboards/yynmt/acperience12/rules.mk
  48. 7 0
      keyboards/zigotica/z34/keyboard.json
  49. 0 16
      keyboards/zigotica/z34/rules.mk
  50. 0 0
      keyboards/ziptyze/lets_split_v3/keyboard.json
  51. 7 0
      keyboards/zlant/keyboard.json
  52. 0 13
      keyboards/zlant/rules.mk
  53. 15 1
      keyboards/zsa/moonlander/keyboard.json
  54. 1 17
      keyboards/zsa/moonlander/rules.mk

+ 7 - 0
keyboards/yampad/info.json → keyboards/yampad/keyboard.json

@@ -8,6 +8,12 @@
         "pid": "0x8369",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "nkro": true,
+        "oled": true,
+        "rgblight": true
+    },
     "rgblight": {
         "led_count": 9,
         "animations": {
@@ -27,6 +33,7 @@
         "pin": "F4"
     },
     "build": {
+        "lto": true,
         "debounce_type": "sym_eager_pk"
     },
     "matrix_pins": {

+ 0 - 14
keyboards/yampad/rules.mk

@@ -1,14 +0,0 @@
-# Build Options
-#   change yes to no to disable
-#
-AUDIO_ENABLE = no           # Audio output
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
-COMMAND_ENABLE = no         # Commands for debug and configuration
-CONSOLE_ENABLE = no         # Console for debug
-EXTRAKEY_ENABLE = no        # Audio control and System control
-LTO_ENABLE = yes            # Link time optimise, reduce firmware size
-MOUSEKEY_ENABLE = no        # Mouse keys
-NKRO_ENABLE = yes           # Enable N-Key Rollover
-OLED_ENABLE = yes
-RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow

+ 7 - 0
keyboards/yandrstudio/buff67v3/info.json → keyboards/yandrstudio/buff67v3/keyboard.json

@@ -6,6 +6,13 @@
         "pid": "0xAA88",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "rgblight": {
         "led_count": 1,
         "animations": {

+ 0 - 13
keyboards/yandrstudio/buff67v3/rules.mk

@@ -1,15 +1,2 @@
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v 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

+ 6 - 0
keyboards/yandrstudio/eau87/info.json → keyboards/yandrstudio/eau87/keyboard.json

@@ -6,6 +6,12 @@
         "pid": "0xAAEB",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true
+    },
     "matrix_pins": {
         "cols": ["A10", "A9", "A8", "B15", "B14", "B13", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A3", "A15", "B3"],
         "rows": ["B12", "B5", "B4", "A4", "B7", "B6"]

+ 0 - 13
keyboards/yandrstudio/eau87/rules.mk

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

+ 7 - 0
keyboards/yandrstudio/eau_r2/info.json → keyboards/yandrstudio/eau_r2/keyboard.json

@@ -6,6 +6,13 @@
         "pid": "0xAACD",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "matrix_pins": {
         "cols": ["B7", "A6", "B6", "B5", "B4", "B3", "A5", "A10", "B1", "B0", "A7", "A9", "B11", "B10", "B2", "A15", "B15"],
         "rows": ["A3", "B9", "B8", "A4", "C14", "C13"]

+ 0 - 13
keyboards/yandrstudio/eau_r2/rules.mk

@@ -1,15 +1,2 @@
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v 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/yandrstudio/nightstar75/info.json → keyboards/yandrstudio/nightstar75/keyboard.json

@@ -6,6 +6,13 @@
         "pid": "0xAA87",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "ws2812": {
         "pin": "A7",
         "driver": "pwm"

+ 0 - 13
keyboards/yandrstudio/nightstar75/rules.mk

@@ -1,15 +1,2 @@
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v 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

+ 8 - 0
keyboards/yandrstudio/nz67v2/info.json → keyboards/yandrstudio/nz67v2/keyboard.json

@@ -6,6 +6,14 @@
         "pid": "0xAA83",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "encoder": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgb_matrix": true
+    },
     "ws2812": {
         "pin": "B5",
         "driver": "pwm"

+ 0 - 15
keyboards/yandrstudio/nz67v2/rules.mk

@@ -1,17 +1,2 @@
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v 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 = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-RGB_MATRIX_ENABLE = yes     # Enable keyboard RGB matrix functionality
-ENCODER_ENABLE = yes        # Rotary encoder support

+ 7 - 0
keyboards/yandrstudio/tg67/info.json → keyboards/yandrstudio/tg67/keyboard.json

@@ -6,6 +6,13 @@
         "pid": "0xAA8D",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgb_matrix": true
+    },
     "ws2812": {
         "pin": "A7",
         "driver": "pwm"

+ 0 - 14
keyboards/yandrstudio/tg67/rules.mk

@@ -1,16 +1,2 @@
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v 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 = no       # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-RGB_MATRIX_ENABLE = yes     # Enable keyboard RGB Matrix

+ 6 - 0
keyboards/yandrstudio/wave75/info.json → keyboards/yandrstudio/wave75/keyboard.json

@@ -6,6 +6,12 @@
         "pid": "0xAA8E",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true
+    },
     "diode_direction": "COL2ROW",
     "matrix_pins": {
         "cols": ["B0", "A7", "A6", "B15", "B14", "B13", "A5", "B7", "B6", "B5", "A4", "B12", "A3", "B2", "A2"],

+ 0 - 13
keyboards/yandrstudio/wave75/rules.mk

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

+ 7 - 0
keyboards/yandrstudio/yr6095/info.json → keyboards/yandrstudio/yr6095/keyboard.json

@@ -6,6 +6,13 @@
         "pid": "0xAA0C",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "rgblight": {
         "led_count": 1,
         "animations": {

+ 0 - 13
keyboards/yandrstudio/yr6095/rules.mk

@@ -1,15 +1,2 @@
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v 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/yandrstudio/yr80/info.json → keyboards/yandrstudio/yr80/keyboard.json

@@ -6,6 +6,13 @@
         "pid": "0xAA0D",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "rgblight": {
         "led_count": 1,
         "animations": {

+ 0 - 13
keyboards/yandrstudio/yr80/rules.mk

@@ -1,15 +1,2 @@
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v 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/ydkb/grape/info.json → keyboards/ydkb/grape/keyboard.json

@@ -8,6 +8,13 @@
         "pid": "0x6772",
         "device_version": "0.0.1"
     },
+    "features": {
+        "backlight": true,
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true
+    },
     "backlight": {
         "pin": "B7",
         "breathing": true

+ 0 - 13
keyboards/ydkb/grape/rules.mk

@@ -1,16 +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 = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-
 CUSTOM_MATRIX = lite
 VPATH += drivers/gpio
 SRC += matrix.c sn74x138.c

+ 3 - 0
keyboards/ydkb/just60/info.json → keyboards/ydkb/just60/keyboard.json

@@ -8,6 +8,9 @@
         "pid": "0x1960",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true
+    },
     "matrix_pins": {
         "cols": ["D6", "D7", "B4", "B6", "B5", "B7", "F7", "F6", "F5", "F4", "F1", "F0", "E6", "B0"],
         "rows": ["E2", "C7", "B3", "B2", "B1"]

+ 0 - 13
keyboards/ydkb/just60/rules.mk

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

+ 5 - 0
keyboards/yiancardesigns/barleycorn/info.json → keyboards/yiancardesigns/barleycorn/keyboard.json

@@ -8,6 +8,11 @@
       "device_version": "0.0.1",
       "max_power": 100
     },
+    "features": {
+      "bootmagic": true,
+      "extrakey": true,
+      "mousekey": true
+    },
     "processor": "atmega328p",
     "bootloader": "usbasploader",
     "layouts": {

+ 0 - 13
keyboards/yiancardesigns/barleycorn/rules.mk

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

+ 5 - 0
keyboards/yiancardesigns/gingham/info.json → keyboards/yiancardesigns/gingham/keyboard.json

@@ -9,6 +9,11 @@
         "device_version": "0.0.1",
         "max_power": 100
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true
+    },
     "processor": "atmega328p",
     "bootloader": "usbasploader",
     "layouts": {

+ 2 - 15
keyboards/yiancardesigns/gingham/rules.mk

@@ -1,17 +1,4 @@
+CUSTOM_MATRIX = lite
+
 SRC = matrix.c
 I2C_DRIVER_REQUIRED = yes
-
-# 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
-
-CUSTOM_MATRIX = lite

+ 5 - 0
keyboards/yiancardesigns/seigaiha/info.json → keyboards/yiancardesigns/seigaiha/keyboard.json

@@ -9,6 +9,11 @@
         "device_version": "0.0.1",
         "max_power": 100
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true
+    },
     "bootmagic": {
         "matrix": [1, 0]
     },

+ 0 - 13
keyboards/yiancardesigns/seigaiha/rules.mk

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

+ 0 - 0
keyboards/ymdk/id75/info.json → keyboards/ymdk/id75/keyboard.json


+ 0 - 1
keyboards/ymdk/id75/rules.mk

@@ -3,4 +3,3 @@ MCU_LDSCRIPT = STM32F103xB
 
 # Wildcard to allow APM32 MCU
 DFU_SUFFIX_ARGS = -p FFFF -v FFFF
-

+ 8 - 0
keyboards/ymdk/melody96/soldered/info.json → keyboards/ymdk/melody96/soldered/keyboard.json

@@ -8,6 +8,14 @@
         "pid": "0x4D96",
         "device_version": "0.0.1"
     },
+    "features": {
+        "backlight": true,
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "matrix_pins": {
         "cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"],
         "rows": ["B7", "B3", "B2", "B1", "B0", "E6", "F0", "F1", "F4", "F5", "F6", "F7"]

+ 0 - 12
keyboards/ymdk/melody96/soldered/rules.mk

@@ -1,12 +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 = yes           # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 6 - 0
keyboards/ymdk/sp64/info.json → keyboards/ymdk/sp64/keyboard.json

@@ -8,6 +8,12 @@
         "pid": "0x5364",
         "device_version": "2.0.0"
     },
+    "features": {
+        "bootmagic": true,
+        "command": true,
+        "extrakey": true,
+        "rgblight": true
+    },
     "indicators": {
         "caps_lock": "D1",
         "num_lock": "D0",

+ 1 - 12
keyboards/ymdk/sp64/rules.mk

@@ -1,16 +1,5 @@
-# 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 = 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
 AUDIO_SUPPORTED = no
-RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
+
 CUSTOM_MATRIX = yes
 
 SRC += matrix.c

+ 7 - 0
keyboards/ymdk/ymd40/air40/info.json → keyboards/ymdk/ymd40/air40/keyboard.json

@@ -8,6 +8,12 @@
         "pid": "0x0911",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "rgb_matrix": true
+    },
     "rgb_matrix": {
         "animations":{
             "alphas_mods": true,
@@ -68,6 +74,7 @@
     },
     "processor": "atmega32u4",
     "bootloader": "atmel-dfu",
+    "community_layouts": ["ortho_4x12"],
     "layouts": {
         "LAYOUT_ortho_4x12": {
             "layout": [

+ 0 - 16
keyboards/ymdk/ymd40/air40/rules.mk

@@ -1,18 +1,2 @@
-# 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
 RGBLIGHT_SUPPORTED = no
-RGB_MATRIX_ENABLE = yes
-AUDIO_ENABLE = no           # Audio output
 AUDIO_SUPPORTED = no
-KEY_LOCK_ENABLE = no
-
-LAYOUTS = ortho_4x12

+ 7 - 0
keyboards/ymdk/ymd40/v2/info.json → keyboards/ymdk/ymd40/v2/keyboard.json

@@ -8,6 +8,13 @@
         "pid": "0x4440",
         "device_version": "0.0.1"
     },
+    "features": {
+        "backlight": true,
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "rgblight": true
+    },
     "matrix_pins": {
         "cols": ["F1", "F0", "B0", "C7", "F4", "F5", "F6", "F7", "D4", "D6", "B4", "D7"],
         "rows": ["D0", "B3", "B2", "B1"]

+ 0 - 15
keyboards/ymdk/ymd40/v2/rules.mk

@@ -1,16 +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 = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-
-KEY_LOCK_ENABLE = no
-
 AUDIO_SUPPORTED = no

+ 5 - 0
keyboards/yoichiro/lunakey_mini/info.json → keyboards/yoichiro/lunakey_mini/keyboard.json

@@ -8,12 +8,17 @@
         "pid": "0x0001",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true
+    },
     "matrix_pins": {
         "cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
         "rows": ["D4", "D7", "E6", "B4"]
     },
     "diode_direction": "COL2ROW",
     "split": {
+        "enabled": true,
         "soft_serial_pin": "D2"
     },
     "rgblight": {

+ 0 - 13
keyboards/yoichiro/lunakey_mini/rules.mk

@@ -1,13 +0,0 @@
-# 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
-SPLIT_KEYBOARD = yes        # Enable Split keyboard

+ 0 - 0
keyboards/yoichiro/lunakey_pico/info.json → keyboards/yoichiro/lunakey_pico/keyboard.json


+ 1 - 0
keyboards/yosino58/rev1/info.json → keyboards/yosino58/rev1/keyboard.json

@@ -14,6 +14,7 @@
     },
     "diode_direction": "COL2ROW",
     "split": {
+        "enabled": true,
         "soft_serial_pin": "D2"
     },
     "rgblight": {

+ 0 - 13
keyboards/yosino58/rev1/rules.mk

@@ -1,13 +0,0 @@
-# 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
-AUDIO_ENABLE = no           # Audio output
-RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. 
-SPLIT_KEYBOARD = yes

+ 5 - 0
keyboards/yynmt/acperience12/rev1/keyboard.json

@@ -8,6 +8,11 @@
         "pid": "0xEA51",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true
+    },
     "processor": "atmega32u2",
     "bootloader": "atmel-dfu",
     "matrix_pins": {

+ 0 - 13
keyboards/yynmt/acperience12/rules.mk

@@ -1,14 +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 = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-
 DEFAULT_FOLDER = yynmt/acperience12/rev1

+ 7 - 0
keyboards/zigotica/z34/info.json → keyboards/zigotica/z34/keyboard.json

@@ -8,6 +8,12 @@
         "pid": "0x0002",
         "device_version": "0.0.1"
     },
+    "build": {
+        "lto": true
+    },
+    "features": {
+        "extrakey": true
+    },
     "processor": "atmega32u4",
     "bootloader": "caterina",
     "matrix_pins": {
@@ -19,6 +25,7 @@
         ]
     },
     "split": {
+        "enabled": true,
         "soft_serial_pin": "D2",
         "matrix_pins": {
             "right": {

+ 0 - 16
keyboards/zigotica/z34/rules.mk

@@ -1,19 +1,3 @@
-# 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 = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no       # Enable keyboard RGB underglow
-AUDIO_ENABLE = no          # Audio output
-SPLIT_KEYBOARD = yes       # Split common
-LTO_ENABLE = yes           # Enables Link Time Optimization (LTO) which reduces the compiled size
-
 # There are no extra pins, so we make sure to disable OLED and Encoders
 OLED_SUPPORTED = no        # Enables the use of OLED displays
 ENCODER_SUPPORTED = no      # Enables the use of encoders
-

+ 0 - 0
keyboards/ziptyze/lets_split_v3/info.json → keyboards/ziptyze/lets_split_v3/keyboard.json


+ 7 - 0
keyboards/zlant/info.json → keyboards/zlant/keyboard.json

@@ -8,6 +8,13 @@
         "pid": "0x6060",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "matrix_pins": {
         "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "B7", "D1", "D2", "D3", "B3", "B2"],
         "rows": ["B0", "B1", "D4", "D5"]

+ 0 - 13
keyboards/zlant/rules.mk

@@ -1,16 +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 = no  # Enable keyboard backlight functionality
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = yes
-
 # Disable unsupported hardware
 AUDIO_SUPPORTED = no
 BACKLIGHT_SUPPORTED = no

+ 15 - 1
keyboards/zsa/moonlander/info.json → keyboards/zsa/moonlander/keyboard.json

@@ -6,7 +6,21 @@
     "usb": {
         "vid": "0x3297",
         "pid": "0x1969",
-        "device_version": "0.0.1"
+        "device_version": "0.0.1",
+        "shared_endpoint": {
+            "mouse": false
+        }
+    },
+    "features": {
+        "audio": true,
+        "bootmagic": true,
+        "command": true,
+        "console": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgb_matrix": true,
+        "swap_hands": true
     },
     "dynamic_keymap": {
         "layer_count": 8

+ 1 - 17
keyboards/zsa/moonlander/rules.mk

@@ -1,22 +1,6 @@
-# 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
-NKRO_ENABLE = yes           # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = yes          # Audio output
 AUDIO_DRIVER = dac_additive
 CUSTOM_MATRIX = lite
-SWAP_HANDS_ENABLE = yes
-RGB_MATRIX_ENABLE = yes
 
-#project specific files
+# project specific files
 SRC += matrix.c
 I2C_DRIVER_REQUIRED = yes
-
-MOUSE_SHARED_EP = no