diff options
author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2024-01-13 06:44:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 22:44:44 -0800 |
commit | b1ea30ca7c4f343e595c5c53fe69b768ee0a6103 (patch) | |
tree | 72bc3aeadb5029c607d8e3b57d105d28a610734a /keyboards/redox/rev1/proton_c | |
parent | ceea0d72c189851793ffe56582831588bf2523f8 (diff) |
Move `redox_w` into `redox` (#21448)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/redox/rev1/proton_c')
-rw-r--r-- | keyboards/redox/rev1/proton_c/config.h | 16 | ||||
-rw-r--r-- | keyboards/redox/rev1/proton_c/info.json | 4 |
2 files changed, 1 insertions, 19 deletions
diff --git a/keyboards/redox/rev1/proton_c/config.h b/keyboards/redox/rev1/proton_c/config.h index 08a74aef2c..4d28bd2f4a 100644 --- a/keyboards/redox/rev1/proton_c/config.h +++ b/keyboards/redox/rev1/proton_c/config.h @@ -24,19 +24,3 @@ #define SERIAL_USART_TX_PAL_MODE 7 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 7 #define SERIAL_USART_RX_PAL_MODE 7 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 7 #define SERIAL_USART_TIMEOUT 20 // USART driver timeout. default 20 - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -// #define NO_DEBUG - -/* disable print */ -// #define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/redox/rev1/proton_c/info.json b/keyboards/redox/rev1/proton_c/info.json index 7fec1e7950..48bec82627 100644 --- a/keyboards/redox/rev1/proton_c/info.json +++ b/keyboards/redox/rev1/proton_c/info.json @@ -10,7 +10,5 @@ "rows": ["B5", "B3", "B2", "B1", "B0"] }, "diode_direction": "COL2ROW", - "processor": "STM32F303", - "bootloader": "stm32-dfu", - "board": "QMK_PROTON_C" + "development_board": "proton_c" } |