Move QMK LUFA bootloader config to data driven (#19879)
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user