~ruther/qmk_firmware

f1a279810fbab3b5d5c4cfa0b4146cf042dae3bb — Joel Challis 1 year, 2 months ago 8e5cd98
Migrate features from rules.mk to DD (#23202)

54 files changed, 240 insertions(+), 329 deletions(-)

R keyboards/0xcb/tutelpad/{info.json => keyboard.json}
D keyboards/0xcb/tutelpad/rules.mk
R keyboards/1upkeyboards/1up60rgb/{info.json => keyboard.json}
D keyboards/1upkeyboards/1up60rgb/rules.mk
R keyboards/1upkeyboards/super16/{info.json => keyboard.json}
D keyboards/1upkeyboards/super16/rules.mk
R keyboards/1upkeyboards/super16v2/{info.json => keyboard.json}
D keyboards/1upkeyboards/super16v2/rules.mk
R keyboards/2key2crawl/{info.json => keyboard.json}
D keyboards/2key2crawl/rules.mk
R keyboards/30wer/{info.json => keyboard.json}
D keyboards/30wer/rules.mk
R keyboards/3keyecosystem/2key2/{info.json => keyboard.json}
D keyboards/3keyecosystem/2key2/rules.mk
R keyboards/40percentclub/4pack/{info.json => keyboard.json}
D keyboards/40percentclub/4pack/rules.mk
R keyboards/40percentclub/5x5/{info.json => keyboard.json}
D keyboards/40percentclub/5x5/rules.mk
R keyboards/40percentclub/luddite/{info.json => keyboard.json}
D keyboards/40percentclub/luddite/rules.mk
R keyboards/40percentclub/mf68/{info.json => keyboard.json}
D keyboards/40percentclub/mf68/rules.mk
R keyboards/40percentclub/nano/{info.json => keyboard.json}
D keyboards/40percentclub/nano/rules.mk
R keyboards/40percentclub/nein/{info.json => keyboard.json}
D keyboards/40percentclub/nein/rules.mk
R keyboards/40percentclub/sixpack/{info.json => keyboard.json}
D keyboards/40percentclub/sixpack/rules.mk
R keyboards/40percentclub/tomato/{info.json => keyboard.json}
D keyboards/40percentclub/tomato/rules.mk
R keyboards/45_ats/{info.json => keyboard.json}
D keyboards/45_ats/rules.mk
R keyboards/4by3/{info.json => keyboard.json}
D keyboards/4by3/rules.mk
R keyboards/4pplet/aekiso60/rev_a/{info.json => keyboard.json}
D keyboards/4pplet/aekiso60/rev_a/rules.mk
R keyboards/4pplet/bootleg/rev_a/{info.json => keyboard.json}
D keyboards/4pplet/bootleg/rev_a/rules.mk
R keyboards/4pplet/perk60_iso/rev_a/{info.json => keyboard.json}
D keyboards/4pplet/perk60_iso/rev_a/rules.mk
R keyboards/4pplet/waffling60/rev_a/{info.json => keyboard.json}
D keyboards/4pplet/waffling60/rev_a/rules.mk
R keyboards/4pplet/waffling60/rev_b/{info.json => keyboard.json}
D keyboards/4pplet/waffling60/rev_b/rules.mk
R keyboards/4pplet/waffling60/rev_c/{info.json => keyboard.json}
D keyboards/4pplet/waffling60/rev_c/rules.mk
R keyboards/4pplet/waffling80/rev_a/{info.json => keyboard.json}
D keyboards/4pplet/waffling80/rev_a/rules.mk
R keyboards/4pplet/yakiimo/rev_a/{info.json => keyboard.json}
D keyboards/4pplet/yakiimo/rev_a/rules.mk
R keyboards/7c8/framework/{info.json => keyboard.json}
D keyboards/7c8/framework/rules.mk
R keyboards/9key/{info.json => keyboard.json}
D keyboards/9key/rules.mk
R keyboards/0xcb/tutelpad/info.json => keyboards/0xcb/tutelpad/keyboard.json +10 -0
@@ 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"],

D keyboards/0xcb/tutelpad/rules.mk => keyboards/0xcb/tutelpad/rules.mk +0 -13
@@ 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

R keyboards/1upkeyboards/1up60rgb/info.json => keyboards/1upkeyboards/1up60rgb/keyboard.json +10 -0
@@ 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"]

D keyboards/1upkeyboards/1up60rgb/rules.mk => keyboards/1upkeyboards/1up60rgb/rules.mk +0 -12
@@ 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

R keyboards/1upkeyboards/super16/info.json => keyboards/1upkeyboards/super16/keyboard.json +9 -0
@@ 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"]

D keyboards/1upkeyboards/super16/rules.mk => keyboards/1upkeyboards/super16/rules.mk +0 -13
@@ 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

R keyboards/1upkeyboards/super16v2/info.json => keyboards/1upkeyboards/super16v2/keyboard.json +10 -0
@@ 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"]

D keyboards/1upkeyboards/super16v2/rules.mk => keyboards/1upkeyboards/super16v2/rules.mk +0 -14
@@ 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
\ No newline at end of file

R keyboards/2key2crawl/info.json => keyboards/2key2crawl/keyboard.json +9 -0
@@ 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"]

D keyboards/2key2crawl/rules.mk => keyboards/2key2crawl/rules.mk +0 -13
@@ 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

R keyboards/30wer/info.json => keyboards/30wer/keyboard.json +8 -0
@@ 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"]

D keyboards/30wer/rules.mk => keyboards/30wer/rules.mk +0 -12
@@ 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.

R keyboards/3keyecosystem/2key2/info.json => keyboards/3keyecosystem/2key2/keyboard.json +9 -0
@@ 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"]

D keyboards/3keyecosystem/2key2/rules.mk => keyboards/3keyecosystem/2key2/rules.mk +0 -13
@@ 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

R keyboards/40percentclub/4pack/info.json => keyboards/40percentclub/4pack/keyboard.json +9 -0
@@ 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"]

D keyboards/40percentclub/4pack/rules.mk => keyboards/40percentclub/4pack/rules.mk +0 -12
@@ 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

R keyboards/40percentclub/5x5/info.json => keyboards/40percentclub/5x5/keyboard.json +8 -0
@@ 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"]

D keyboards/40percentclub/5x5/rules.mk => keyboards/40percentclub/5x5/rules.mk +0 -11
@@ 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

R keyboards/40percentclub/luddite/info.json => keyboards/40percentclub/luddite/keyboard.json +10 -0
@@ 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"]

D keyboards/40percentclub/luddite/rules.mk => keyboards/40percentclub/luddite/rules.mk +0 -12
@@ 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

R keyboards/40percentclub/mf68/info.json => keyboards/40percentclub/mf68/keyboard.json +9 -0
@@ 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"]

D keyboards/40percentclub/mf68/rules.mk => keyboards/40percentclub/mf68/rules.mk +0 -12
@@ 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

R keyboards/40percentclub/nano/info.json => keyboards/40percentclub/nano/keyboard.json +10 -0
@@ 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"],

D keyboards/40percentclub/nano/rules.mk => keyboards/40percentclub/nano/rules.mk +0 -13
@@ 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.

R keyboards/40percentclub/nein/info.json => keyboards/40percentclub/nein/keyboard.json +8 -0
@@ 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"],

D keyboards/40percentclub/nein/rules.mk => keyboards/40percentclub/nein/rules.mk +0 -12
@@ 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

R keyboards/40percentclub/sixpack/info.json => keyboards/40percentclub/sixpack/keyboard.json +9 -0
@@ 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"],

D keyboards/40percentclub/sixpack/rules.mk => keyboards/40percentclub/sixpack/rules.mk +0 -12
@@ 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

R keyboards/40percentclub/tomato/info.json => keyboards/40percentclub/tomato/keyboard.json +9 -0
@@ 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"]

D keyboards/40percentclub/tomato/rules.mk => keyboards/40percentclub/tomato/rules.mk +0 -12
@@ 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

R keyboards/45_ats/info.json => keyboards/45_ats/keyboard.json +8 -0
@@ 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"]

D keyboards/45_ats/rules.mk => keyboards/45_ats/rules.mk +0 -12
@@ 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

R keyboards/4by3/info.json => keyboards/4by3/keyboard.json +8 -0
@@ 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"]

D keyboards/4by3/rules.mk => keyboards/4by3/rules.mk +0 -4
@@ 1,4 0,0 @@
EXTRAKEY_ENABLE 	= yes
NKRO_ENABLE = yes           # Enable N-Key Rollover
CONSOLE_ENABLE		= yes
COMMAND_ENABLE		= yes

R keyboards/4pplet/aekiso60/rev_a/info.json => keyboards/4pplet/aekiso60/rev_a/keyboard.json +8 -0
@@ 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"]

D keyboards/4pplet/aekiso60/rev_a/rules.mk => keyboards/4pplet/aekiso60/rev_a/rules.mk +0 -12
@@ 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

R keyboards/4pplet/bootleg/rev_a/info.json => keyboards/4pplet/bootleg/rev_a/keyboard.json +8 -0
@@ 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"]

D keyboards/4pplet/bootleg/rev_a/rules.mk => keyboards/4pplet/bootleg/rev_a/rules.mk +0 -12
@@ 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

R keyboards/4pplet/perk60_iso/rev_a/info.json => keyboards/4pplet/perk60_iso/rev_a/keyboard.json +9 -0
@@ 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"]

D keyboards/4pplet/perk60_iso/rev_a/rules.mk => keyboards/4pplet/perk60_iso/rev_a/rules.mk +0 -14
@@ 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


R keyboards/4pplet/waffling60/rev_a/info.json => keyboards/4pplet/waffling60/rev_a/keyboard.json +8 -0
@@ 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"]

D keyboards/4pplet/waffling60/rev_a/rules.mk => keyboards/4pplet/waffling60/rev_a/rules.mk +0 -12
@@ 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

R keyboards/4pplet/waffling60/rev_b/info.json => keyboards/4pplet/waffling60/rev_b/keyboard.json +9 -0
@@ 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"]

D keyboards/4pplet/waffling60/rev_b/rules.mk => keyboards/4pplet/waffling60/rev_b/rules.mk +0 -12
@@ 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

R keyboards/4pplet/waffling60/rev_c/info.json => keyboards/4pplet/waffling60/rev_c/keyboard.json +9 -0
@@ 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"]

D keyboards/4pplet/waffling60/rev_c/rules.mk => keyboards/4pplet/waffling60/rev_c/rules.mk +0 -12
@@ 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

R keyboards/4pplet/waffling80/rev_a/info.json => keyboards/4pplet/waffling80/rev_a/keyboard.json +9 -0
@@ 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"]

D keyboards/4pplet/waffling80/rev_a/rules.mk => keyboards/4pplet/waffling80/rev_a/rules.mk +0 -12
@@ 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

R keyboards/4pplet/yakiimo/rev_a/info.json => keyboards/4pplet/yakiimo/rev_a/keyboard.json +8 -0
@@ 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"]

D keyboards/4pplet/yakiimo/rev_a/rules.mk => keyboards/4pplet/yakiimo/rev_a/rules.mk +0 -13
@@ 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


R keyboards/7c8/framework/info.json => keyboards/7c8/framework/keyboard.json +10 -0
@@ 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"]

D keyboards/7c8/framework/rules.mk => keyboards/7c8/framework/rules.mk +0 -15
@@ 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

R keyboards/9key/info.json => keyboards/9key/keyboard.json +9 -0
@@ 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"]

D keyboards/9key/rules.mk => keyboards/9key/rules.mk +0 -13
@@ 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.

Do not follow this link