summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/QMK_BLOK/configs/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/boards/QMK_BLOK/configs/config.h')
-rw-r--r--platforms/chibios/boards/QMK_BLOK/configs/config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/platforms/chibios/boards/QMK_BLOK/configs/config.h b/platforms/chibios/boards/QMK_BLOK/configs/config.h
deleted file mode 100644
index 168afb1fc4..0000000000
--- a/platforms/chibios/boards/QMK_BLOK/configs/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2022 QMK
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#ifndef I2C_DRIVER
-# define I2C_DRIVER I2CD0
-#endif
-#ifndef I2C1_SDA_PIN
-# define I2C1_SDA_PIN D1
-#endif
-#ifndef I2C1_SCL_PIN
-# define I2C1_SCL_PIN D0
-#endif
-
-#ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET
-# define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
-#endif
-#ifndef RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT
-# define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
-#endif