summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/QMK_PROTON_C/configs/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/boards/QMK_PROTON_C/configs/config.h')
-rw-r--r--platforms/chibios/boards/QMK_PROTON_C/configs/config.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/platforms/chibios/boards/QMK_PROTON_C/configs/config.h b/platforms/chibios/boards/QMK_PROTON_C/configs/config.h
deleted file mode 100644
index fa1a73c354..0000000000
--- a/platforms/chibios/boards/QMK_PROTON_C/configs/config.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Copyright 2020 Nick Brassel (tzarc)
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
-#pragma once
-
-#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
-# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
-#endif
-
-#ifdef CONVERT_TO_PROTON_C
-# ifndef I2C1_SDA_PIN
-# define I2C1_SDA_PIN D1
-# endif
-# ifndef I2C1_SCL_PIN
-# define I2C1_SCL_PIN D0
-# endif
-#endif