diff --git a/.circleci/config.yml b/.circleci/config.yml index dc5faa27..95ee78fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -447,15 +447,15 @@ workflows: - t480-hotp-maximized - build: - name: z220-cmt-maximized - target: z220-cmt-maximized + name: UNTESTED_z220-cmt-maximized + target: UNTESTED_z220-cmt-maximized subcommand: "" requires: - t480-hotp-maximized - build: - name: z220-cmt-hotp-maximized - target: z220-cmt-hotp-maximized + name: UNTESTED_z220-cmt-hotp-maximized + target: UNTESTED_z220-cmt-hotp-maximized subcommand: "" requires: - t480-hotp-maximized diff --git a/boards/z220-cmt-hotp-maximized/z220-cmt-hotp-maximized.config b/boards/UNTESTED_z220-cmt-hotp-maximized/UNTESTED_z220-cmt-hotp-maximized.config similarity index 63% rename from boards/z220-cmt-hotp-maximized/z220-cmt-hotp-maximized.config rename to boards/UNTESTED_z220-cmt-hotp-maximized/UNTESTED_z220-cmt-hotp-maximized.config index 6155c83d..84f67066 100644 --- a/boards/z220-cmt-hotp-maximized/z220-cmt-hotp-maximized.config +++ b/boards/UNTESTED_z220-cmt-hotp-maximized/UNTESTED_z220-cmt-hotp-maximized.config @@ -1,7 +1,7 @@ # Inherit the rest from the base Z220 CMT config. -include $(pwd)/boards/z220-cmt-maximized/z220-cmt-maximized.config +include $(pwd)/boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config CONFIG_HOTPKEY=y export CONFIG_AUTO_BOOT_TIMEOUT=5 -export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)" \ No newline at end of file +export CONFIG_BOARD_NAME="Hewlett-Packard Z220 Convertible Minitower (HOTP)" diff --git a/boards/z220-cmt-maximized/z220-cmt-maximized.config b/boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config similarity index 100% rename from boards/z220-cmt-maximized/z220-cmt-maximized.config rename to boards/UNTESTED_z220-cmt-maximized/UNTESTED_z220-cmt-maximized.config