Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid LED driver config #22312

Merged
merged 1 commit into from
Oct 21, 2023

Fix invalid LED driver config

b204397
Select commit
Loading
Failed to load commit list.
Merged

Fix invalid LED driver config #22312

Fix invalid LED driver config
b204397
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
QMK CI / QMK CI Build failed Oct 21, 2023 in 1h 3m 24s

QMK CI Run, PR #22312

Commit SHA1: b2043973f2fc0e395131cc799e15318e01c19bc9
  Base SHA1: d56ee70c524b4fc4d1638e5e8c4bdeb89e752993

Build failed.

Detected built targets:

  • 🟢 all:default

  • 🟢 all:via

  • 🔴 projectd/65/projectd_65_ansi:brandonschlack

  • 🟢 projectd/65/projectd_65_ansi:default_65_ansi_blocker

  • 🟢 projectd/65/projectd_65_ansi:mechmerlin

  • 🔴 projectd/65/projectd_65_ansi:spidey3

  • 🟢 projectd/65/projectd_65_ansi:stanrc85

Failed: projectd/65/projectd_65_ansi:brandonschlack

Compiling QMK Firmware for target: 'projectd/65/projectd_65_ansi:brandonschlack'...
Generating: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_deps.d                  [OK]
arm-none-eabi-gcc (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Generating: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/default_keyboard.c           [OK]
Generating: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/default_keyboard.h           [OK]
Generating: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h                [OK]
Compiling: users/brandonschlack/rgb_bs.c                                                           In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/rgb_bs.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
Compiling: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/default_keyboard.c           In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/default_keyboard.o] Error 1
Compiling: users/brandonschlack/process_records.c                                                  In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/process_records.o] Error 1
Compiling: quantum/bitwise.c                                                                       In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/bitwise.o] Error 1
Compiling: quantum/keymap_introspection.c                                                          In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/keymap_introspection.o] Error 1
Compiling: users/brandonschlack/brandonschlack.c                                                   In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/brandonschlack.o] Error 1
Compiling: keyboards/projectd/65/projectd_65_ansi/projectd_65_ansi.c                               In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/keyboards/projectd/65/projectd_65_ansi/projectd_65_ansi.o] Error 1
Compiling: quantum/led.c                                                                           In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/led.o] Error 1
Compiling: quantum/action_tapping.c                                                                In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/action_tapping.o] Error 1
Compiling: quantum/quantum.c                                                                       In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/quantum.o] Error 1
Compiling: quantum/action_layer.c                                                                  In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/action_layer.o] Error 1
Compiling: quantum/action.c                                                                        In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/action.o] Error 1
Compiling: quantum/action_util.c                                                                   In file included from <command-line>:
./users/brandonschlack/config.h:39: error: "TAP_CODE_DELAY" redefined [-Werror]
 #    define TAP_CODE_DELAY 5

In file included from <command-line>:
./.build/obj_projectd_65_projectd_65_ansi_brandonschlack/src/info_config.h:61: note: this is the location of the previous definition
 #    define TAP_CODE_DELAY 10

cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:364: .build/obj_projectd_65_projectd_65_ansi_brandonschlack/quantum/action_util.o] Error 1

Failed: projectd/65/projectd_65_ansi:spidey3

Compiling QMK Firmware for target: 'projectd/65/projectd_65_ansi:spidey3'...
Generating: .build/obj_projectd_65_projectd_65_ansi_spidey3/src/info_deps.d                         [OK]
arm-none-eabi-gcc (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Generating: .build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.c                  [OK]
Generating: .build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.h                  [OK]
Generating: .build/obj_projectd_65_projectd_65_ansi_spidey3/src/info_config.h                       [OK]
Compiling: quantum/bitwise.c                                                                        [OK]
Compiling: users/spidey3/spidey3.c                                                                 In file included from quantum/quantum.h:55,
                 from ./.build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.h:27,
                 from users/spidey3/spidey3.c:4:
users/spidey3/spidey3.c: In function 'process_record_user':
users/spidey3/spidey3.c:142:13: error: unknown conversion type character 'b' in format [-Werror=format=]
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
quantum/logging/debug.h:68:39: note: in definition of macro 'dprintf'
             if (debug_enable) xprintf(fmt, ##__VA_ARGS__); \
                                       ^~~
users/spidey3/spidey3.c:142:78: note: format string is defined here
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
                                                                              ^
In file included from quantum/quantum.h:55,
                 from ./.build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.h:27,
                 from users/spidey3/spidey3.c:4:
users/spidey3/spidey3.c:142:13: error: unknown conversion type character 'b' in format [-Werror=format=]
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
quantum/logging/debug.h:68:39: note: in definition of macro 'dprintf'
             if (debug_enable) xprintf(fmt, ##__VA_ARGS__); \
                                       ^~~
users/spidey3/spidey3.c:146:23: note: format string is defined here
             "weak: %08b\n",
                       ^
In file included from quantum/quantum.h:55,
                 from ./.build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.h:27,
                 from users/spidey3/spidey3.c:4:
users/spidey3/spidey3.c:142:13: error: too many arguments for format [-Werror=format-extra-args]
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
quantum/logging/debug.h:68:39: note: in definition of macro 'dprintf'
             if (debug_enable) xprintf(fmt, ##__VA_ARGS__); \
                                       ^~~
users/spidey3/spidey3.c:142:13: error: unknown conversion type character 'b' in format [-Werror=format=]
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
quantum/logging/debug.h:68:39: note: in definition of macro 'dprintf'
             if (debug_enable) xprintf(fmt, ##__VA_ARGS__); \
                                       ^~~
users/spidey3/spidey3.c:142:78: note: format string is defined here
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
                                                                              ^
In file included from quantum/quantum.h:55,
                 from ./.build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.h:27,
                 from users/spidey3/spidey3.c:4:
users/spidey3/spidey3.c:142:13: error: unknown conversion type character 'b' in format [-Werror=format=]
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
quantum/logging/debug.h:68:39: note: in definition of macro 'dprintf'
             if (debug_enable) xprintf(fmt, ##__VA_ARGS__); \
                                       ^~~
users/spidey3/spidey3.c:146:23: note: format string is defined here
             "weak: %08b\n",
                       ^
In file included from quantum/quantum.h:55,
                 from ./.build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.h:27,
                 from users/spidey3/spidey3.c:4:
users/spidey3/spidey3.c:142:13: error: too many arguments for format [-Werror=format-extra-args]
     dprintf("key event: kc: %02X, col: %02u, row: %02u, pressed: %u mods: %08b "
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
quantum/logging/debug.h:68:39: note: in definition of macro 'dprintf'
             if (debug_enable) xprintf(fmt, ##__VA_ARGS__); \
                                       ^~~
cc1: all warnings being treated as errors
 [ERRORS]
 |
 |
 |
gmake[1]: *** [builddefs/common_rules.mk:360: .build/obj_projectd_65_projectd_65_ansi_spidey3/spidey3.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
Compiling: users/spidey3/spidey3_unicode.c                                                          [OK]
Compiling: quantum/keymap_introspection.c                                                           [OK]
Compiling: users/spidey3/init.c                                                                     [OK]
Compiling: keyboards/projectd/65/projectd_65_ansi/projectd_65_ansi.c                                [OK]
Compiling: quantum/eeconfig.c                                                                       [OK]
Compiling: quantum/quantum.c                                                                        [OK]
Compiling: quantum/sync_timer.c                                                                     [OK]
Compiling: quantum/action_tapping.c                                                                 [OK]
Compiling: quantum/logging/debug.c                                                                  [OK]
Compiling: .build/obj_projectd_65_projectd_65_ansi_spidey3/src/default_keyboard.c                   [OK]
Compiling: quantum/keycode_config.c                                                                 [OK]
Compiling: quantum/action_layer.c                                                                   [OK]
Compiling: quantum/action.c                                                                         [OK]
Compiling: quantum/logging/sendchar.c                                                               [OK]
Compiling: quantum/action_util.c                                                                    [OK]
Compiling: quantum/led.c                                                                            [OK]
Compiling: quantum/logging/print.c                                                                  [OK]
Compiling: quantum/keymap_common.c                                                                  [OK]
Compiling: quantum/keyboard.c                                                                       [OK]