Move QMK LUFA bootloader config to data driven (#19879)

This commit is contained in:
Ryan
2023-02-23 09:20:23 +11:00
committed by GitHub
parent 7f805cc779
commit 3bf01bb9ed
109 changed files with 217 additions and 225 deletions

View File

@@ -51,10 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 10
#endif
/* For Production */
#define QMK_ESC_OUTPUT F7 // usually COL
#define QMK_ESC_INPUT D7 // usually ROW
/* Bluetooth */
#define BATTERY_LEVEL_PIN B6

View File

@@ -38,7 +38,3 @@
#define RGBLIGHT_SAT_STEP 12
#define RGBLIGHT_VAL_STEP 12
#endif
/* For Production */
#define QMK_ESC_OUTPUT F0 // usually COL
#define QMK_ESC_INPUT D0 // usually ROW