~ruther/qmk_firmware

49593dc81ffc178e56639c89e61572e570b42ad5 — Joel Challis 1 year, 7 days ago 5ab3b27
Migrate build target markers to keyboard.json - OQ (#23564)

36 files changed, 90 insertions(+), 158 deletions(-)

M keyboards/oddball/info.json
M keyboards/oddball/rules.mk
R keyboards/oddforge/vea/{info.json => keyboard.json}
M keyboards/oddforge/vea/rules.mk
R keyboards/om60/{info.json => keyboard.json}
M keyboards/om60/rules.mk
R keyboards/omkbd/ergodash/mini/{info.json => keyboard.json}
D keyboards/omkbd/ergodash/mini/rules.mk
R keyboards/omkbd/ergodash/rev1/{info.json => keyboard.json}
D keyboards/omkbd/ergodash/rev1/rules.mk
M keyboards/omkbd/ergodash/rules.mk
M keyboards/omkbd/runner3680/info.json
M keyboards/omkbd/runner3680/rules.mk
R keyboards/omnikeyish/{info.json => keyboard.json}
M keyboards/omnikeyish/rules.mk
R keyboards/opendeck/32/rev1/{info.json => keyboard.json}
M keyboards/opendeck/32/rev1/rules.mk
R keyboards/orthocode/{info.json => keyboard.json}
M keyboards/orthocode/rules.mk
M keyboards/orthodox/info.json
R keyboards/orthodox/rev1/{info.json => keyboard.json}
D keyboards/orthodox/rev1/rules.mk
R keyboards/orthodox/rev3/{info.json => keyboard.json}
D keyboards/orthodox/rev3/rules.mk
R keyboards/orthodox/rev3_teensy/{info.json => keyboard.json}
D keyboards/orthodox/rev3_teensy/rules.mk
M keyboards/orthodox/rules.mk
R keyboards/owlab/jelly_evolv/hotswap/625u/{info.json => keyboard.json}
R keyboards/owlab/jelly_evolv/hotswap/7u/{info.json => keyboard.json}
R keyboards/owlab/jelly_evolv/solder/{info.json => keyboard.json}
R keyboards/qpockets/space_space/rev1/{info.json => keyboard.json}
D keyboards/qpockets/space_space/rev1/rules.mk
R keyboards/qpockets/space_space/rev2/{info.json => keyboard.json}
D keyboards/qpockets/space_space/rev2/rules.mk
R keyboards/quokka/{info.json => keyboard.json}
R keyboards/qvex/lynepad2/{info.json => keyboard.json}
M keyboards/oddball/info.json => keyboards/oddball/info.json +7 -0
@@ 8,6 8,13 @@
        "pid": "0xCA49",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": false,
        "extrakey": true,
        "mousekey": false,
        "nkro": false,
        "pointing_device": true
    },
    "split": {
        "enabled": true
    },

M keyboards/oddball/rules.mk => keyboards/oddball/rules.mk +0 -14
@@ 1,17 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

POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = adns9800

DEFAULT_FOLDER = oddball/v1

R keyboards/oddforge/vea/info.json => keyboards/oddforge/vea/keyboard.json +7 -0
@@ 8,6 8,13 @@
        "pid": "0x4155",
        "device_version": "1.0.0"
    },
    "features": {
        "backlight": true,
        "bootmagic": false,
        "extrakey": true,
        "mousekey": false,
        "rgblight": true
    },
    "backlight": {
        "pin": "D4"
    },

M keyboards/oddforge/vea/rules.mk => keyboards/oddforge/vea/rules.mk +0 -11
@@ 1,14 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
BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow

# custom matrix setup
CUSTOM_MATRIX = lite
SRC = matrix.c

R keyboards/om60/info.json => keyboards/om60/keyboard.json +8 -0
@@ 8,6 8,14 @@
      "pid": "0x0001",
      "device_version": "1.0.0"
  },
  "features": {
    "bootmagic": true,
    "encoder": true,
    "extrakey": true,
    "mousekey": true,
    "nkro": false,
    "rgblight": true
  },
  "encoder": {
    "rotary": [
      {"pin_a": "B4", "pin_b": "B5"}

M keyboards/om60/rules.mk => keyboards/om60/rules.mk +0 -15
@@ 1,18 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 = yes       # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output

ENCODER_ENABLE = yes

CUSTOM_MATRIX = lite

SRC += matrix.c

R keyboards/omkbd/ergodash/mini/info.json => keyboards/omkbd/ergodash/mini/keyboard.json +6 -0
@@ 8,6 8,12 @@
        "pid": "0x6060",
        "device_version": "1.0.0"
    },
    "features": {
        "bootmagic": false,
        "extrakey": true,
        "mousekey": false,
        "nkro": false
    },
    "matrix_pins": {
        "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],
        "rows": ["D7", "E6", "B4", "B5"]

D keyboards/omkbd/ergodash/mini/rules.mk => keyboards/omkbd/ergodash/mini/rules.mk +0 -3
@@ 1,3 0,0 @@
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = no
AUDIO_ENABLE = no

R keyboards/omkbd/ergodash/rev1/info.json => keyboards/omkbd/ergodash/rev1/keyboard.json +6 -0
@@ 8,6 8,12 @@
        "pid": "0x6060",
        "device_version": "1.0.0"
    },
    "features": {
        "bootmagic": false,
        "extrakey": true,
        "mousekey": false,
        "nkro": false
    },
    "matrix_pins": {
        "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],
        "rows": ["D4", "D7", "E6", "B4", "B5"]

D keyboards/omkbd/ergodash/rev1/rules.mk => keyboards/omkbd/ergodash/rev1/rules.mk +0 -3
@@ 1,3 0,0 @@
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = no
AUDIO_ENABLE = no

M keyboards/omkbd/ergodash/rules.mk => keyboards/omkbd/ergodash/rules.mk +0 -13
@@ 1,14 1,1 @@
# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no         # Console for debug
COMMAND_ENABLE = no        # Commands for debug and configuration
NKRO_ENABLE = no            # Enable N-Key Rollover
BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
AUDIO_ENABLE = no           # Audio output
RGBLIGHT_ENABLE = no       # Enable WS2812 RGB underlight.

DEFAULT_FOLDER = omkbd/ergodash/rev1

M keyboards/omkbd/runner3680/info.json => keyboards/omkbd/runner3680/info.json +6 -0
@@ 1,6 1,12 @@
{
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "features": {
        "bootmagic": false,
        "extrakey": false,
        "mousekey": false,
        "nkro": false
    },
    "split": {
        "enabled": true
    }

M keyboards/omkbd/runner3680/rules.mk => keyboards/omkbd/runner3680/rules.mk +0 -13
@@ 1,14 1,1 @@
# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no       # Mouse keys
EXTRAKEY_ENABLE = no       # Audio control and System control
CONSOLE_ENABLE = no        # Console for debug
COMMAND_ENABLE = no        # Commands for debug and configuration
NKRO_ENABLE = no            # Enable N-Key Rollover
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output

DEFAULT_FOLDER = omkbd/runner3680/5x8

R keyboards/omnikeyish/info.json => keyboards/omnikeyish/keyboard.json +8 -0
@@ 9,6 9,14 @@
        "device_version": "13.3.7",
        "force_nkro": true
    },
    "features": {
        "bootmagic": true,
        "command": true,
        "console": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": true
    },
    "indicators": {
        "caps_lock": "E1",
        "num_lock": "E0",

M keyboards/omnikeyish/rules.mk => keyboards/omnikeyish/rules.mk +0 -13
@@ 1,15 1,2 @@
# 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 = 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
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no

# Project specific files
SRC += dynamic_macro.c

R keyboards/opendeck/32/rev1/info.json => keyboards/opendeck/32/rev1/keyboard.json +10 -0
@@ 1,4 1,14 @@
{
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": false,
        "extrakey": false,
        "mousekey": false,
        "nkro": true,
        "rgb_matrix": true
    },
    "matrix_pins": {
        "cols": ["B4", "D7", "D6", "D4", "F7", "F6", "F5", "F4"],
        "rows": ["C7", "C6", "B6", "B5"]

M keyboards/opendeck/32/rev1/rules.mk => keyboards/opendeck/32/rev1/rules.mk +0 -16
@@ 1,18 1,2 @@
# Processor frequency
F_CPU = 8000000

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

LTO_ENABLE = yes

R keyboards/orthocode/info.json => keyboards/orthocode/keyboard.json +11 -0
@@ 9,6 9,17 @@
        "device_version": "0.0.1",
        "max_power": 100
    },
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": true,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false,
        "rgblight": true
    },
    "matrix_pins": {
        "cols": ["C4", "C3", "C2", "C1", "C0", "D7", "D6", "A7", "A4", "A5", "A6", "A3", "A2", "A1", "A0"],
        "rows": ["B0", "B1", "B2", "B3", "B4"]

M keyboards/orthocode/rules.mk => keyboards/orthocode/rules.mk +0 -15
@@ 1,17 1,2 @@
# Processor frequency
F_CPU = 16000000

# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no         # Console for debug
COMMAND_ENABLE = no         # Commands for debug and configuration
NKRO_ENABLE = no            # Enable N-Key Rollover
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
AUDIO_ENABLE = no           # Audio output
ENCODER_ENABLE = yes        # Enables the use of one or more encoders
LTO_ENABLE = yes

M keyboards/orthodox/info.json => keyboards/orthodox/info.json +7 -0
@@ 1,4 1,11 @@
{
    "features": {
        "bootmagic": false,
        "command": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false
    },
    "split": {
        "enabled": true
    }

R keyboards/orthodox/rev1/info.json => keyboards/orthodox/rev1/keyboard.json +0 -0
D keyboards/orthodox/rev1/rules.mk => keyboards/orthodox/rev1/rules.mk +0 -1
@@ 1,1 0,0 @@
BACKLIGHT_ENABLE = no

R keyboards/orthodox/rev3/info.json => keyboards/orthodox/rev3/keyboard.json +0 -0
D keyboards/orthodox/rev3/rules.mk => keyboards/orthodox/rev3/rules.mk +0 -1
@@ 1,1 0,0 @@
BACKLIGHT_ENABLE = no

R keyboards/orthodox/rev3_teensy/info.json => keyboards/orthodox/rev3_teensy/keyboard.json +0 -0
D keyboards/orthodox/rev3_teensy/rules.mk => keyboards/orthodox/rev3_teensy/rules.mk +0 -1
@@ 1,1 0,0 @@
BACKLIGHT_ENABLE = no

M keyboards/orthodox/rules.mk => keyboards/orthodox/rules.mk +0 -13
@@ 1,14 1,1 @@
# Build Options
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no         # Console for debug
COMMAND_ENABLE = yes        # Commands for debug and configuration
NKRO_ENABLE = no            # Enable N-Key Rollover
BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
AUDIO_ENABLE = no           # Audio output
RGBLIGHT_ENABLE = no       # Enable WS2812 RGB underlight.

DEFAULT_FOLDER = orthodox/rev3

R keyboards/owlab/jelly_evolv/hotswap/625u/info.json => keyboards/owlab/jelly_evolv/hotswap/625u/keyboard.json +0 -0
R keyboards/owlab/jelly_evolv/hotswap/7u/info.json => keyboards/owlab/jelly_evolv/hotswap/7u/keyboard.json +0 -0
R keyboards/owlab/jelly_evolv/solder/info.json => keyboards/owlab/jelly_evolv/solder/keyboard.json +0 -0
R keyboards/qpockets/space_space/rev1/info.json => keyboards/qpockets/space_space/rev1/keyboard.json +7 -0
@@ 8,6 8,13 @@
    "pid": "0x7373",
    "device_version": "30.0.0"
  },
  "features": {
    "bootmagic": true,
    "encoder": true,
    "extrakey": true,
    "mousekey": true,
    "nkro": true
  },
  "matrix_pins": {
    "cols": ["D4", "B4", "B5", "B6", "C6", "F7", "F6", "F0", "B0", "E6", "B1"],
    "rows": ["F1", "F4", "F5", "C7"]

D keyboards/qpockets/space_space/rev1/rules.mk => keyboards/qpockets/space_space/rev1/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
ENCODER_ENABLE = yes

R keyboards/qpockets/space_space/rev2/info.json => keyboards/qpockets/space_space/rev2/keyboard.json +7 -0
@@ 8,6 8,13 @@
    "pid": "0x7373",
    "device_version": "30.0.2"
  },
  "features": {
    "bootmagic": true,
    "encoder": true,
    "extrakey": true,
    "mousekey": true,
    "nkro": true
  },
  "matrix_pins": {
    "cols": ["C6", "F6", "F1", "F4", "F5", "E6", "D6", "B2", "B5", "D3", "D2"],
    "rows": ["B1", "B0", "D5", "B6"]

D keyboards/qpockets/space_space/rev2/rules.mk => keyboards/qpockets/space_space/rev2/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
ENCODER_ENABLE = yes

R keyboards/quokka/info.json => keyboards/quokka/keyboard.json +0 -0
R keyboards/qvex/lynepad2/info.json => keyboards/qvex/lynepad2/keyboard.json +0 -0
Do not follow this link