~ruther/qmk_firmware

dc0095c64b2658a8fb5421ce93cb6bdc53806693 — Joel Challis 1 year, 4 days ago e69b638
Migrate build target markers to keyboard.json - N (#23589)

39 files changed, 146 insertions(+), 250 deletions(-)

R keyboards/nack/{info.json => keyboard.json}
M keyboards/nack/rules.mk
R keyboards/nasu/{info.json => keyboard.json}
M keyboards/nasu/rules.mk
R keyboards/nek_type_a/{info.json => keyboard.json}
M keyboards/nek_type_a/rules.mk
R keyboards/neson_design/700e/{info.json => keyboard.json}
M keyboards/neson_design/700e/rules.mk
R keyboards/neson_design/n6/{info.json => keyboard.json}
M keyboards/neson_design/n6/rules.mk
R keyboards/novelkeys/nk20/{info.json => keyboard.json}
M keyboards/novelkeys/nk20/rules.mk
M keyboards/novelkeys/nk65/info.json
M keyboards/novelkeys/nk65/rules.mk
R keyboards/novelkeys/nk65b/{info.json => keyboard.json}
M keyboards/novelkeys/nk65b/rules.mk
R keyboards/novelkeys/nk87/{info.json => keyboard.json}
M keyboards/novelkeys/nk87/rules.mk
R keyboards/novelkeys/nk87b/{info.json => keyboard.json}
M keyboards/novelkeys/nk87b/rules.mk
R keyboards/novelkeys/nk_plus/{info.json => keyboard.json}
R keyboards/novelkeys/skelett60/{info.json => keyboard.json}
M keyboards/novelkeys/skelett60/rules.mk
R keyboards/nullbitsco/nibble/{info.json => keyboard.json}
M keyboards/nullbitsco/nibble/rules.mk
M keyboards/nullbitsco/scramble/rules.mk
R keyboards/nullbitsco/scramble/v1/{info.json => keyboard.json}
D keyboards/nullbitsco/scramble/v1/rules.mk
R keyboards/nullbitsco/scramble/v2/{info.json => keyboard.json}
D keyboards/nullbitsco/scramble/v2/rules.mk
R keyboards/nullbitsco/snap/{info.json => keyboard.json}
M keyboards/nullbitsco/snap/rules.mk
R keyboards/nullbitsco/tidbit/{info.json => keyboard.json}
M keyboards/nullbitsco/tidbit/rules.mk
R keyboards/numatreus/{info.json => keyboard.json}
M keyboards/numatreus/keymaps/like_jis/config.h
M keyboards/numatreus/keymaps/like_jis/rules.mk
D keyboards/numatreus/post_rules.mk
D keyboards/numatreus/rules.mk
R keyboards/nack/info.json => keyboards/nack/keyboard.json +9 -0
@@ 8,6 8,15 @@
        "pid": "0x6060",
        "device_version": "0.0.1"
    },
    "features": {
        "audio": true,
        "bootmagic": false,
        "extrakey": false,
        "mousekey": false,
        "nkro": true,
        "rgb_matrix": true,
        "unicode": true
    },
    "ws2812": {
        "pin": "B5",
        "driver": "spi"

M keyboards/nack/rules.mk => keyboards/nack/rules.mk +1 -15
@@ 1,15 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 = yes           # Enable N-Key Rollover
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
AUDIO_ENABLE = yes          # Audio output
RGB_MATRIX_ENABLE = yes
AUDIO_DRIVER = dac_basic 	# How to drive the 2 speakers
UNICODE_ENABLE = yes        # Unicode support
AUDIO_DRIVER = dac_basic

R keyboards/nasu/info.json => keyboards/nasu/keyboard.json +6 -0
@@ 8,6 8,12 @@
        "pid": "0x4E53",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "matrix_pins": {
        "cols": ["A9", "A8", "B15", "B14", "B13", "B12", "B11", "B8", "B7", "B6", "B5", "B4", "B3", "A15", "A14"],
        "rows": ["A13", "A10", "B10", "B2", "A6"]

M keyboards/nasu/rules.mk => keyboards/nasu/rules.mk +0 -13
@@ 1,15 1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p 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

R keyboards/nek_type_a/info.json => keyboards/nek_type_a/keyboard.json +9 -0
@@ 8,6 8,15 @@
        "pid": "0x0000",
        "device_version": "0.0.1"
    },
    "features": {
        "bluetooth": true,
        "bootmagic": false,
        "command": true,
        "console": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": false
    },
    "bluetooth": {
        "driver": "bluefruit_le"
    },

M keyboards/nek_type_a/rules.mk => keyboards/nek_type_a/rules.mk +0 -15
@@ 1,20 1,5 @@
# 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 = 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
CUSTOM_MATRIX = yes
DEBUG_ENABLE = yes
BLUETOOTH_ENABLE = yes

SRC += matrix.c mcp23017.c

R keyboards/neson_design/700e/info.json => keyboards/neson_design/700e/keyboard.json +9 -1
@@ 6,7 6,15 @@
    "usb": {
        "vid": "0x4E65",
        "pid": "0x700E",
        "device_version": "0.0.1"
        "device_version": "0.0.1",
        "no_startup_check": true
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "rgblight": true
    },
    "matrix_pins": {
        "cols": ["F7", "B0", "B3", "B1", "B2", "F4", "C7", "C6", "B6", "B5", "B4", "D7", "D3", "D2", "D6", "D4"],

M keyboards/neson_design/700e/rules.mk => keyboards/neson_design/700e/rules.mk +0 -13
@@ 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
RGBLIGHT_ENABLE = yes		# Enable keyboard RGB underglow
NO_USB_STARTUP_CHECK = yes

QUANTUM_LIB_SRC += drivers/led/issi/is31fl3731.c
WS2812_DRIVER_REQUIRED = yes
I2C_DRIVER_REQUIRED = yes

R keyboards/neson_design/n6/info.json => keyboards/neson_design/n6/keyboard.json +7 -0
@@ 8,6 8,13 @@
        "pid": "0x4E36",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": true,
        "rgblight": true
    },
    "matrix_pins": {
        "cols": ["F7", "B0", "E6", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "D5", "B2", "D3", "D2"],
        "rows": ["F0", "B1", "F6", "F4", "F1"]

M keyboards/neson_design/n6/rules.mk => keyboards/neson_design/n6/rules.mk +0 -12
@@ 1,15 1,3 @@
# 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 = yes		# Enable keyboard RGB underglow

QUANTUM_LIB_SRC += drivers/led/issi/is31fl3731.c
WS2812_DRIVER_REQUIRED = yes
I2C_DRIVER_REQUIRED = yes

R keyboards/novelkeys/nk20/info.json => keyboards/novelkeys/nk20/keyboard.json +7 -0
@@ 8,6 8,13 @@
        "pid": "0x4E4E",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "rgb_matrix": true
    },
    "ws2812": {
        "pin": "A7",
        "driver": "pwm"

M keyboards/novelkeys/nk20/rules.mk => keyboards/novelkeys/nk20/rules.mk +0 -14
@@ 1,16 1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p 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 Per-key RGB

M keyboards/novelkeys/nk65/info.json => keyboards/novelkeys/nk65/info.json +6 -0
@@ 8,6 8,12 @@
        "pid": "0x4E4B",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "processor": "STM32F303",
    "bootloader": "stm32-dfu",
    "board": "QMK_PROTON_C",

M keyboards/novelkeys/nk65/rules.mk => keyboards/novelkeys/nk65/rules.mk +1 -13
@@ 3,25 3,13 @@
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN

# Build Options
#   change yes to no to disable
#
BACKLIGHT_ENABLE = no              # Enable keyboard backlight functionality
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
AUDIO_ENABLE = no                  # Audio output

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

# project specific files
SRC =	keyboards/wilba_tech/wt_main.c \
		keyboards/wilba_tech/wt_rgb_backlight.c \
		drivers/led/issi/is31fl3733.c \
		quantum/color.c
I2C_DRIVER_REQUIRED = yes

DEFAULT_FOLDER = novelkeys/nk65/base

R keyboards/novelkeys/nk65b/info.json => keyboards/novelkeys/nk65b/keyboard.json +7 -0
@@ 8,6 8,13 @@
        "pid": "0x4E4F",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "rgb_matrix": true
    },
    "ws2812": {
        "pin": "B4",
        "driver": "pwm"

M keyboards/novelkeys/nk65b/rules.mk => keyboards/novelkeys/nk65b/rules.mk +0 -14
@@ 1,16 1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p 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 Per-key RGB

R keyboards/novelkeys/nk87/info.json => keyboards/novelkeys/nk87/keyboard.json +6 -0
@@ 8,6 8,12 @@
        "pid": "0x4E4C",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "matrix_pins": {
        "cols": ["A13", "A10", "A9", "A14", "A15", "B8", "B9", "B2", "B0", "A6", "A0", "A1", "A2", "A3", "A5", "B1", "B10"],
        "rows": ["A7", "B3", "B4", "B5", "A8", "A4"]

M keyboards/novelkeys/nk87/rules.mk => keyboards/novelkeys/nk87/rules.mk +1 -14
@@ 3,24 3,11 @@
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN

# 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

CIE1931_CURVE = yes
I2C_DRIVER_REQUIRED = yes

# project specific files
SRC =	keyboards/wilba_tech/wt_main.c \
		keyboards/wilba_tech/wt_rgb_backlight.c \
		drivers/led/issi/is31fl3733.c \
		quantum/color.c
I2C_DRIVER_REQUIRED = yes

R keyboards/novelkeys/nk87b/info.json => keyboards/novelkeys/nk87b/keyboard.json +7 -0
@@ 8,6 8,13 @@
        "pid": "0x4E50",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "rgb_matrix": true
    },
    "ws2812": {
        "pin": "B0",
        "driver": "pwm"

M keyboards/novelkeys/nk87b/rules.mk => keyboards/novelkeys/nk87b/rules.mk +0 -14
@@ 1,16 1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p 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 Per-key RGB

R keyboards/novelkeys/nk_plus/info.json => keyboards/novelkeys/nk_plus/keyboard.json +0 -0
R keyboards/novelkeys/skelett60/info.json => keyboards/novelkeys/skelett60/keyboard.json +0 -0
M keyboards/novelkeys/skelett60/rules.mk => keyboards/novelkeys/skelett60/rules.mk +0 -1
@@ 1,3 1,2 @@
# Wildcard to allow APM32 MCU
DFU_SUFFIX_ARGS = -v FFFF -p FFFF


R keyboards/nullbitsco/nibble/info.json => keyboards/nullbitsco/nibble/keyboard.json +11 -0
@@ 7,6 7,17 @@
        "pid": "0x6060",
        "device_version": "0.0.1"
    },
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": false,
        "encoder": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": true,
        "rgblight": true
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B5", "pin_b": "B4"}

M keyboards/nullbitsco/nibble/rules.mk => keyboards/nullbitsco/nibble/rules.mk +3 -16
@@ 1,22 1,9 @@
# 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 = yes           # 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        # Use rotary encoder
LTO_ENABLE = yes            # Link-time optimization
CUSTOM_MATRIX = lite        # Lite custom matrix
CUSTOM_MATRIX = lite

UART_DRIVER_REQUIRED = yes

# Project specific files
SRC += matrix.c \
       common/bitc_led.c \
       big_led.c \
       common/remote_kb.c
UART_DRIVER_REQUIRED = yes

M keyboards/nullbitsco/scramble/rules.mk => keyboards/nullbitsco/scramble/rules.mk +0 -3
@@ 1,4 1,1 @@
# NOTE: This file is shared and only exists to set the default build
# The real build rules are set in the v1/v2 directories

DEFAULT_FOLDER = nullbitsco/scramble/v2

R keyboards/nullbitsco/scramble/v1/info.json => keyboards/nullbitsco/scramble/v1/keyboard.json +7 -0
@@ 1,4 1,11 @@
{
    "features": {
        "bootmagic": false,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false
    },
    "encoder": {
        "rotary": [
            {"pin_a": "D6", "pin_b": "D7"}

D keyboards/nullbitsco/scramble/v1/rules.mk => keyboards/nullbitsco/scramble/v1/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 = no            # 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        # Use rotary encoder

R keyboards/nullbitsco/scramble/v2/info.json => keyboards/nullbitsco/scramble/v2/keyboard.json +7 -0
@@ 1,4 1,11 @@
{
    "features": {
        "bootmagic": false,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false
    },
    "encoder": {
        "rotary": [
            {"pin_a": "GP24", "pin_b": "GP25"}

D keyboards/nullbitsco/scramble/v2/rules.mk => keyboards/nullbitsco/scramble/v2/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 = no            # 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        # Use rotary encoder

R keyboards/nullbitsco/snap/info.json => keyboards/nullbitsco/snap/keyboard.json +12 -0
@@ 7,6 7,18 @@
        "pid": "0x6063",
        "device_version": "0.0.1"
    },
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": false,
        "encoder": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": false,
        "rgblight": true,
        "space_cadet": false
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B3", "pin_b": "B1"}

M keyboards/nullbitsco/snap/rules.mk => keyboards/nullbitsco/snap/rules.mk +3 -17
@@ 1,22 1,8 @@
# 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
LTO_ENABLE = yes           # Use Link Time Optimization
ENCODER_ENABLE = yes       # Enables the use of one or more encoders
SPACE_CADET_ENABLE = no    # Enables the use of Space Cadet
RGBLIGHT_ENABLE = yes      # Enable keyboard RGB underglow
CUSTOM_MATRIX = lite       # Split custom matrix
CUSTOM_MATRIX = lite

UART_DRIVER_REQUIRED = yes

# Project specific files
SRC +=  common/bitc_led.c \
        common/remote_kb.c \
        matrix.c
UART_DRIVER_REQUIRED = yes

R keyboards/nullbitsco/tidbit/info.json => keyboards/nullbitsco/tidbit/keyboard.json +11 -0
@@ 7,6 7,17 @@
        "pid": "0x6064",
        "device_version": "0.0.1"
    },
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": false,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": false,
        "rgblight": true
    },
    "rgblight": {
        "led_count": 8,
        "animations": {

M keyboards/nullbitsco/tidbit/rules.mk => keyboards/nullbitsco/tidbit/rules.mk +0 -15
@@ 1,18 1,3 @@
# 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 = 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
LTO_ENABLE = yes

# Project specific files
SRC += common/bitc_led.c \
    common/remote_kb.c

R keyboards/numatreus/info.json => keyboards/numatreus/keyboard.json +7 -0
@@ 8,6 8,13 @@
    "pid": "0xE80A",
    "device_version": "0.0.1"
  },
  "features": {
    "bootmagic": false,
    "extrakey": false,
    "mousekey": true,
    "nkro": true,
    "unicode": true
  },
  "matrix_pins": {
    "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "D2", "D1", "D0", "D4"],
    "rows": ["C6", "D7", "E6", "B4"]

M keyboards/numatreus/keymaps/like_jis/config.h => keyboards/numatreus/keymaps/like_jis/config.h +9 -13
@@ 22,9 22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

// place overrides here

#ifdef TAPPING_TERM
#undef TAPPING_TERM
#endif
#define TAPPING_TERM 225

#ifdef MOUSEKEY_ENABLE


@@ 45,14 43,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#endif

// Selection of RGBLIGHT MODE to use.
#if defined(LED_ANIMATIONS)
   //#define RGBLIGHT_EFFECT_BREATHING
   #define RGBLIGHT_EFFECT_RAINBOW_MOOD
   #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
   //#define RGBLIGHT_EFFECT_SNAKE
   #define RGBLIGHT_EFFECT_KNIGHT
   //#define RGBLIGHT_EFFECT_CHRISTMAS
   #define RGBLIGHT_EFFECT_STATIC_GRADIENT
   //#define RGBLIGHT_EFFECT_RGB_TEST
   //#define RGBLIGHT_EFFECT_ALTERNATING
#endif
//#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
//#define RGBLIGHT_EFFECT_SNAKE
#define RGBLIGHT_EFFECT_KNIGHT
//#define RGBLIGHT_EFFECT_CHRISTMAS
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
//#define RGBLIGHT_EFFECT_RGB_TEST
//#define RGBLIGHT_EFFECT_ALTERNATING

M keyboards/numatreus/keymaps/like_jis/rules.mk => keyboards/numatreus/keymaps/like_jis/rules.mk +0 -5
@@ 1,8 1,3 @@
MOUSEKEY_ENABLE = yes
TAP_DANCE_ENABLE = yes
RGBLIGHT_ENABLE = yes
LED_ANIMATIONS = yes

ifeq ($(strip $(LED_ANIMATIONS)), yes)
    OPT_DEFS += -DLED_ANIMATIONS
endif

D keyboards/numatreus/post_rules.mk => keyboards/numatreus/post_rules.mk +0 -3
@@ 1,3 0,0 @@
ifeq ($(strip $(LED_ANIMATIONS)), yes)
    OPT_DEFS += -DLED_ANIMATIONS
endif

D keyboards/numatreus/rules.mk => keyboards/numatreus/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 = 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
UNICODE_ENABLE = yes         # Unicode
RGBLIGHT_ENABLE = no
LED_ANIMATIONS = no

Do not follow this link