Browse Source

Migrate features from rules.mk to DD (#23202)

Joel Challis 2 years ago
parent
commit
f1a279810f
54 changed files with 240 additions and 329 deletions
  1. 10 0
      keyboards/0xcb/tutelpad/keyboard.json
  2. 0 13
      keyboards/0xcb/tutelpad/rules.mk
  3. 10 0
      keyboards/1upkeyboards/1up60rgb/keyboard.json
  4. 0 12
      keyboards/1upkeyboards/1up60rgb/rules.mk
  5. 9 0
      keyboards/1upkeyboards/super16/keyboard.json
  6. 0 13
      keyboards/1upkeyboards/super16/rules.mk
  7. 10 0
      keyboards/1upkeyboards/super16v2/keyboard.json
  8. 0 14
      keyboards/1upkeyboards/super16v2/rules.mk
  9. 9 0
      keyboards/2key2crawl/keyboard.json
  10. 0 13
      keyboards/2key2crawl/rules.mk
  11. 8 0
      keyboards/30wer/keyboard.json
  12. 0 12
      keyboards/30wer/rules.mk
  13. 9 0
      keyboards/3keyecosystem/2key2/keyboard.json
  14. 0 13
      keyboards/3keyecosystem/2key2/rules.mk
  15. 9 0
      keyboards/40percentclub/4pack/keyboard.json
  16. 0 12
      keyboards/40percentclub/4pack/rules.mk
  17. 8 0
      keyboards/40percentclub/5x5/keyboard.json
  18. 0 11
      keyboards/40percentclub/5x5/rules.mk
  19. 10 0
      keyboards/40percentclub/luddite/keyboard.json
  20. 0 12
      keyboards/40percentclub/luddite/rules.mk
  21. 9 0
      keyboards/40percentclub/mf68/keyboard.json
  22. 0 12
      keyboards/40percentclub/mf68/rules.mk
  23. 10 0
      keyboards/40percentclub/nano/keyboard.json
  24. 0 13
      keyboards/40percentclub/nano/rules.mk
  25. 8 0
      keyboards/40percentclub/nein/keyboard.json
  26. 0 12
      keyboards/40percentclub/nein/rules.mk
  27. 9 0
      keyboards/40percentclub/sixpack/keyboard.json
  28. 0 12
      keyboards/40percentclub/sixpack/rules.mk
  29. 9 0
      keyboards/40percentclub/tomato/keyboard.json
  30. 0 12
      keyboards/40percentclub/tomato/rules.mk
  31. 8 0
      keyboards/45_ats/keyboard.json
  32. 0 12
      keyboards/45_ats/rules.mk
  33. 8 0
      keyboards/4by3/keyboard.json
  34. 0 4
      keyboards/4by3/rules.mk
  35. 8 0
      keyboards/4pplet/aekiso60/rev_a/keyboard.json
  36. 0 12
      keyboards/4pplet/aekiso60/rev_a/rules.mk
  37. 8 0
      keyboards/4pplet/bootleg/rev_a/keyboard.json
  38. 0 12
      keyboards/4pplet/bootleg/rev_a/rules.mk
  39. 9 0
      keyboards/4pplet/perk60_iso/rev_a/keyboard.json
  40. 0 14
      keyboards/4pplet/perk60_iso/rev_a/rules.mk
  41. 8 0
      keyboards/4pplet/waffling60/rev_a/keyboard.json
  42. 0 12
      keyboards/4pplet/waffling60/rev_a/rules.mk
  43. 9 0
      keyboards/4pplet/waffling60/rev_b/keyboard.json
  44. 0 12
      keyboards/4pplet/waffling60/rev_b/rules.mk
  45. 9 0
      keyboards/4pplet/waffling60/rev_c/keyboard.json
  46. 0 12
      keyboards/4pplet/waffling60/rev_c/rules.mk
  47. 9 0
      keyboards/4pplet/waffling80/rev_a/keyboard.json
  48. 0 12
      keyboards/4pplet/waffling80/rev_a/rules.mk
  49. 8 0
      keyboards/4pplet/yakiimo/rev_a/keyboard.json
  50. 0 13
      keyboards/4pplet/yakiimo/rev_a/rules.mk
  51. 10 0
      keyboards/7c8/framework/keyboard.json
  52. 0 15
      keyboards/7c8/framework/rules.mk
  53. 9 0
      keyboards/9key/keyboard.json
  54. 0 13
      keyboards/9key/rules.mk

+ 10 - 0
keyboards/0xcb/tutelpad/info.json → keyboards/0xcb/tutelpad/keyboard.json

@@ -33,6 +33,16 @@
     },
     "processor": "atmega32u4",
     "bootloader": "caterina",
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false,
+        "oled": true,
+        "rgblight": true
+    },
     "matrix_pins": {
         "direct": [
             ["E6", "D7", "B1", "B3"],

+ 0 - 13
keyboards/0xcb/tutelpad/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 = yes       # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-OLED_ENABLE = yes

+ 10 - 0
keyboards/1upkeyboards/1up60rgb/info.json → keyboards/1upkeyboards/1up60rgb/keyboard.json

@@ -8,6 +8,16 @@
     "pid": "0x7267",
     "device_version": "0.0.1"
   },
+  "features": {
+    "backlight": true,
+    "bootmagic": true,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": true,
+    "rgblight": true
+  },
   "matrix_pins": {
     "cols": ["F0", "F1", "E6", "C7", "C6", "B7", "D4", "B1", "B0", "B5", "B4", "D7", "D6", "B3", "F4"],
     "rows": ["D0", "D1", "D2", "D3", "D5"]

+ 0 - 12
keyboards/1upkeyboards/1up60rgb/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
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = yes

+ 9 - 0
keyboards/1upkeyboards/super16/info.json → keyboards/1upkeyboards/super16/keyboard.json

@@ -77,6 +77,15 @@
     },
     "driver": "ws2812"
   },
+  "features": {
+    "bootmagic": true,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": false,
+    "rgb_matrix": true
+  },
   "matrix_pins": {
     "cols": ["D4", "C6", "F6", "F7"],
     "rows": ["D1", "D0", "F4", "F5"]

+ 0 - 13
keyboards/1upkeyboards/super16/rules.mk

@@ -1,13 +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
-RGB_MATRIX_ENABLE = yes
-AUDIO_ENABLE = no           # Audio output

+ 10 - 0
keyboards/1upkeyboards/super16v2/info.json → keyboards/1upkeyboards/super16v2/keyboard.json

@@ -49,6 +49,16 @@
       "driver": "ws2812",
       "sleep": true
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "encoder": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": false,
+        "rgb_matrix": true
+    },
     "matrix_pins": {
       "cols": ["D5", "D6", "C2", "D0"],
       "rows": ["D1", "D2", "D3", "D4"]

+ 0 - 14
keyboards/1upkeyboards/super16v2/rules.mk

@@ -1,14 +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
-ENCODER_ENABLE = yes

+ 9 - 0
keyboards/2key2crawl/info.json → keyboards/2key2crawl/keyboard.json

@@ -8,6 +8,15 @@
         "pid": "0x6090",
         "device_version": "0.0.2"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": true,
+        "encoder": true,
+        "extrakey": false,
+        "mousekey": false,
+        "nkro": false
+    },
     "matrix_pins": {
         "cols": ["B3", "B4", "B5", "B6", "B7", "C7", "B2"],
         "rows": ["C4", "C5"]

+ 0 - 13
keyboards/2key2crawl/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 = no	# Audio control and System control
-CONSOLE_ENABLE = yes	# Console for debug
-COMMAND_ENABLE = no    # Commands for debug and configuration
-NKRO_ENABLE = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no  # [Crawlpad] Custom backlighting code is used, so this should not be enabled
-AUDIO_ENABLE = no # [Crawlpad] This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
-RGBLIGHT_ENABLE = no # [Crawlpad] This can be enabled if a ws2812 strip is connected to the expansion port.
-ENCODER_ENABLE = yes # [2Key2crawl] Make the knobs turn

+ 8 - 0
keyboards/30wer/info.json → keyboards/30wer/keyboard.json

@@ -8,6 +8,14 @@
         "pid": "0x5678",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": false,
+        "command": false,
+        "console": true,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": true
+    },
     "matrix_pins": {
         "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D1", "D0", "D4", "C6", "D7"],
         "rows": ["E6", "B4", "B5"]

+ 0 - 12
keyboards/30wer/rules.mk

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

+ 9 - 0
keyboards/3keyecosystem/2key2/info.json → keyboards/3keyecosystem/2key2/keyboard.json

@@ -67,6 +67,15 @@
         "sleep": true
     },
 
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false,
+        "rgb_matrix": true
+    },
     "matrix_pins": {
         "cols": ["F4", "D7"],
         "rows": ["F6"]

+ 0 - 13
keyboards/3keyecosystem/2key2/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
-RGB_MATRIX_ENABLE = yes		# Enable RGB matrix
-AUDIO_ENABLE = no           # Audio output

+ 9 - 0
keyboards/40percentclub/4pack/info.json → keyboards/40percentclub/4pack/keyboard.json

@@ -14,6 +14,15 @@
     },
     "processor": "atmega32u4",
     "bootloader": "caterina",
+    "features": {
+        "backlight": true,
+        "bootmagic": false,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false
+    },
     "matrix_pins": {
         "direct": [
             ["E6", "D7", "C6", "D4"]

+ 0 - 12
keyboards/40percentclub/4pack/rules.mk

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

+ 8 - 0
keyboards/40percentclub/5x5/info.json → keyboards/40percentclub/5x5/keyboard.json

@@ -8,6 +8,14 @@
         "pid": "0x05B5",
         "device_version": "1.0.0"
     },
+    "features": {
+        "bootmagic": false,
+        "command": true,
+        "console": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": false
+    },
     "matrix_pins": {
         "cols": ["D7", "E6", "B4", "B5", "B6", "B7", "D6", "F7", "F6", "F5", "F4", "F1", "F0", "B3", "B1"],
         "rows": ["B2", "D1", "D0", "D4", "C6"]

+ 0 - 11
keyboards/40percentclub/5x5/rules.mk

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

+ 10 - 0
keyboards/40percentclub/luddite/info.json → keyboards/40percentclub/luddite/keyboard.json

@@ -8,6 +8,16 @@
     "pid": "0x4C55",
     "device_version": "10.0.1"
   },
+  "features": {
+    "backlight": true,
+    "bootmagic": true,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": true,
+    "rgblight": true
+  },
   "matrix_pins": {
     "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"],
     "rows": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6"]

+ 0 - 12
keyboards/40percentclub/luddite/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
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = yes

+ 9 - 0
keyboards/40percentclub/mf68/info.json → keyboards/40percentclub/mf68/keyboard.json

@@ -8,6 +8,15 @@
     "pid": "0x4D68",
     "device_version": "1.0.1"
   },
+  "features": {
+    "backlight": true,
+    "bootmagic": true,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": true
+  },
   "matrix_pins": {
     "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4"],
     "rows": ["B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"]

+ 0 - 12
keyboards/40percentclub/mf68/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 = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 10 - 0
keyboards/40percentclub/nano/info.json → keyboards/40percentclub/nano/keyboard.json

@@ -28,6 +28,16 @@
   },
   "processor": "atmega32u4",
   "bootloader": "caterina",
+  "features": {
+    "bootmagic": false,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": true,
+    "rgblight": true,
+    "unicode": true
+  },
   "matrix_pins": {
     "direct": [
       ["F4", "F5", "F6", "F7"],

+ 0 - 13
keyboards/40percentclub/nano/rules.mk

@@ -1,13 +0,0 @@
-# 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 = yes           # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
-AUDIO_ENABLE = no           # Audio output
-UNICODE_ENABLE = yes        # Unicode
-RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight.

+ 8 - 0
keyboards/40percentclub/nein/info.json → keyboards/40percentclub/nein/keyboard.json

@@ -10,6 +10,14 @@
   },
   "processor": "atmega32u4",
   "bootloader": "caterina",
+  "features": {
+    "bootmagic": true,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": true
+  },
   "matrix_pins": {
     "direct": [
       ["F4", "F5", "F6"],

+ 0 - 12
keyboards/40percentclub/nein/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 = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 9 - 0
keyboards/40percentclub/sixpack/info.json → keyboards/40percentclub/sixpack/keyboard.json

@@ -21,6 +21,15 @@
     },
     "processor": "atmega32u4",
     "bootloader": "caterina",
+    "features": {
+        "backlight": true,
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": false
+    },
     "matrix_pins": {
       "direct": [
         ["D4", "C6", "D7"],

+ 0 - 12
keyboards/40percentclub/sixpack/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 = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 9 - 0
keyboards/40percentclub/tomato/info.json → keyboards/40percentclub/tomato/keyboard.json

@@ -28,6 +28,15 @@
   "ws2812": {
     "pin": "B5"
   },
+  "features": {
+    "bootmagic": true,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": true,
+    "rgblight": true
+  },
   "matrix_pins": {
     "cols": ["B4", "E6", "D7", "C6", "D4", "D0"],
     "rows": ["F7", "B1", "B3", "B2", "B6"]

+ 0 - 12
keyboards/40percentclub/tomato/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 = no   # Enable keyboard backlight functionality
-AUDIO_ENABLE = no
-RGBLIGHT_ENABLE = yes

+ 8 - 0
keyboards/45_ats/info.json → keyboards/45_ats/keyboard.json

@@ -8,6 +8,14 @@
       "pid": "0x4511",
       "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "command": true,
+        "console": true,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": false
+    },
     "matrix_pins": {
       "cols": ["E6", "B0", "B1", "B2", "B3", "B7", "F6", "F5", "F4", "C7", "F7", "C6", "B6", "D4"],
       "rows": ["D3", "D5", "D7", "D6"]

+ 0 - 12
keyboards/45_ats/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 = yes        # 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
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 8 - 0
keyboards/4by3/info.json → keyboards/4by3/keyboard.json

@@ -8,6 +8,14 @@
         "pid": "0x2019",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": false,
+        "command": true,
+        "console": true,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": true
+    },
     "matrix_pins": {
         "cols": ["C6", "D7", "E6", "B4"],
         "rows": ["D1", "D0", "D4"]

+ 0 - 4
keyboards/4by3/rules.mk

@@ -1,4 +0,0 @@
-EXTRAKEY_ENABLE 	= yes
-NKRO_ENABLE = yes           # Enable N-Key Rollover
-CONSOLE_ENABLE		= yes
-COMMAND_ENABLE		= yes

+ 8 - 0
keyboards/4pplet/aekiso60/rev_a/info.json → keyboards/4pplet/aekiso60/rev_a/keyboard.json

@@ -24,6 +24,14 @@
     "ws2812": {
         "pin": "D3"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false
+    },
     "matrix_pins": {
         "cols": ["C4", "C6", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "D6", "D5", "D4", "D2", "D1"],
         "rows": ["C2", "D0", "B0", "C7", "C5"]

+ 0 - 12
keyboards/4pplet/aekiso60/rev_a/rules.mk

@@ -1,12 +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

+ 8 - 0
keyboards/4pplet/bootleg/rev_a/info.json → keyboards/4pplet/bootleg/rev_a/keyboard.json

@@ -8,6 +8,14 @@
         "pid": "0x0004",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false
+    },
     "matrix_pins": {
         "cols": ["C5", "C6", "C7", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "B0", "D6", "D5", "D3", "D1"],
         "rows": ["D0", "C2", "C4", "D4", "D2"]

+ 0 - 12
keyboards/4pplet/bootleg/rev_a/rules.mk

@@ -1,12 +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

+ 9 - 0
keyboards/4pplet/perk60_iso/rev_a/info.json → keyboards/4pplet/perk60_iso/rev_a/keyboard.json

@@ -40,6 +40,15 @@
         },
         "driver": "is31fl3733"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": true,
+        "rgb_matrix": true
+    },
     "matrix_pins": {
         "cols": ["A1", "B12", "B14", "A2", "A0", "A3", "A4"],
         "rows": ["C14", "C13", "B5", "B4", "B8", "A15", "B3", "B9", "A5", "A7"]

+ 0 - 14
keyboards/4pplet/perk60_iso/rev_a/rules.mk

@@ -1,14 +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 = 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
-

+ 8 - 0
keyboards/4pplet/waffling60/rev_a/info.json → keyboards/4pplet/waffling60/rev_a/keyboard.json

@@ -8,6 +8,14 @@
         "pid": "0x0003",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false
+    },
     "matrix_pins": {
         "cols": ["D3", "D0", "D2", "B6", "B5", "B4", "B3", "D6", "D5", "B0", "B1"],
         "rows": ["D4", "D1", "C2", "C4", "C7", "B2"]

+ 0 - 12
keyboards/4pplet/waffling60/rev_a/rules.mk

@@ -1,12 +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

+ 9 - 0
keyboards/4pplet/waffling60/rev_b/info.json → keyboards/4pplet/waffling60/rev_b/keyboard.json

@@ -28,6 +28,15 @@
     "ws2812": {
         "pin": "D3"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false,
+        "rgblight": true
+    },
     "matrix_pins": {
         "cols": ["C4", "C5", "D2", "C6", "C7", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "D1", "D4"],
         "rows": ["C2", "D0", "B0", "D6", "D5"]

+ 0 - 12
keyboards/4pplet/waffling60/rev_b/rules.mk

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

+ 9 - 0
keyboards/4pplet/waffling60/rev_c/info.json → keyboards/4pplet/waffling60/rev_c/keyboard.json

@@ -8,6 +8,15 @@
         "pid": "0x0008",
         "device_version": "0.0.3"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": false,
+        "nkro": false,
+        "rgblight": true
+    },
     "matrix_pins": {
         "cols": ["C4", "C5", "D2", "C6", "C7", "B7", "B6", "B5", "B4", "B3", "B2", "B1", "D1", "D4"],
         "rows": ["C2", "D0", "B0", "D6", "D5"]

+ 0 - 12
keyboards/4pplet/waffling60/rev_c/rules.mk

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

+ 9 - 0
keyboards/4pplet/waffling80/rev_a/info.json → keyboards/4pplet/waffling80/rev_a/keyboard.json

@@ -12,6 +12,15 @@
     "ws2812": {
         "pin": "D7"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true,
+        "rgblight": true
+    },
     "matrix_pins": {
         "cols": ["C6", "C7", "B7", "B6", "B5", "B2", "D0", "C2"],
         "rows": ["C4", "C5", "B4", "B3", "B1", "B0", "D6", "D5", "D3", "D4", "D1", "D2"]

+ 0 - 12
keyboards/4pplet/waffling80/rev_a/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 = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output

+ 8 - 0
keyboards/4pplet/yakiimo/rev_a/info.json → keyboards/4pplet/yakiimo/rev_a/keyboard.json

@@ -8,6 +8,14 @@
         "pid": "0x000A",
         "device_version": "0.0.2"
     },
+    "features": {
+        "bootmagic": true,
+        "command": false,
+        "console": false,
+        "extrakey": true,
+        "mousekey": true,
+        "nkro": true
+    },
     "matrix_pins": {
         "cols": ["B0", "A5", "A4", "A3", "A2", "A1", "A0", "C15", "A8"],
         "rows": ["B10", "B1", "C13", "C14", "B14", "B12", "B9", "B8", "B5", "B4", "A15", "B3"]

+ 0 - 13
keyboards/4pplet/yakiimo/rev_a/rules.mk

@@ -1,13 +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 = no       # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
-AUDIO_ENABLE = no           # Audio output
-

+ 10 - 0
keyboards/7c8/framework/info.json → keyboards/7c8/framework/keyboard.json

@@ -8,6 +8,16 @@
         "pid": "0x0001",
         "device_version": "0.0.1"
     },
+    "features": {
+        "bootmagic": false,
+        "command": false,
+        "console": false,
+        "encoder": true,
+        "extrakey": true,
+        "leader": true,
+        "mousekey": true,
+        "nkro": false
+    },
     "matrix_pins": {
         "cols": ["C0", "C1", "C2", "C3", "C4", "C5"],
         "rows": ["B0", "B1", "D7", "B2", "D6", "B3", "D5", "B4", "D4", "B5"]

+ 0 - 15
keyboards/7c8/framework/rules.mk

@@ -1,15 +0,0 @@
-# Build Options
-#   change yes to no to disable
-#
-BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = yes
-EXTRAKEY_ENABLE = yes
-CONSOLE_ENABLE = no
-COMMAND_ENABLE = no
-NKRO_ENABLE = no            # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no
-RGBLIGHT_ENABLE = no
-AUDIO_ENABLE = no
-FAUXCLICKY_ENABLE = no
-ENCODER_ENABLE = yes
-LEADER_ENABLE = yes

+ 9 - 0
keyboards/9key/info.json → keyboards/9key/keyboard.json

@@ -14,6 +14,15 @@
   "ws2812": {
     "pin": "F7"
   },
+  "features": {
+    "bootmagic": false,
+    "command": false,
+    "console": false,
+    "extrakey": true,
+    "mousekey": true,
+    "nkro": true,
+    "unicode": true
+  },
   "matrix_pins": {
     "cols": ["F4", "F5", "F6"],
     "rows": ["D1", "D0", "D4"]

+ 0 - 13
keyboards/9key/rules.mk

@@ -1,13 +0,0 @@
-# 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 = yes           # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
-AUDIO_ENABLE = no           # Audio output
-UNICODE_ENABLE = yes         # Unicode
-RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.