diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-08-02 13:47:52 +1000 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-08-04 20:46:57 -0700 |
| commit | 72f382fc02b3c5c81c54fd2d239d653fe2f8083c (patch) | |
| tree | 4000273f563ec929108f95950916f8b703e17a96 /keyboards/jj50 | |
| parent | 430c37024e8de42bb735f26386f2b13f042e3569 (diff) | |
| download | qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.gz qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.zip | |
Remove unused _BOOTLOADER defines
Diffstat (limited to 'keyboards/jj50')
| -rw-r--r-- | keyboards/jj50/config.h | 1 | ||||
| -rw-r--r-- | keyboards/jj50/rules.mk | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/jj50/config.h b/keyboards/jj50/config.h index 0f09f02ff..0d35e3129 100644 --- a/keyboards/jj50/config.h +++ b/keyboards/jj50/config.h | |||
| @@ -46,6 +46,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | #define RGBLIGHT_VAL_STEP 18 | 46 | #define RGBLIGHT_VAL_STEP 18 |
| 47 | 47 | ||
| 48 | #define NO_UART 1 | 48 | #define NO_UART 1 |
| 49 | #define BOOTLOADHID_BOOTLOADER 1 | ||
| 50 | 49 | ||
| 51 | #endif | 50 | #endif |
diff --git a/keyboards/jj50/rules.mk b/keyboards/jj50/rules.mk index 4ee571918..2390d9631 100644 --- a/keyboards/jj50/rules.mk +++ b/keyboards/jj50/rules.mk | |||
| @@ -25,10 +25,13 @@ NO_SUSPEND_POWER_DOWN = yes | |||
| 25 | # processor frequency | 25 | # processor frequency |
| 26 | F_CPU = 12000000 | 26 | F_CPU = 12000000 |
| 27 | 27 | ||
| 28 | # Bootloader | 28 | # Bootloader selection |
| 29 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 29 | # Teensy halfkay |
| 30 | # different sizes, comment this out, and the correct address will be loaded | 30 | # Pro Micro caterina |
| 31 | # automatically (+60). See bootloader.mk for all options. | 31 | # Atmel DFU atmel-dfu |
| 32 | # LUFA DFU lufa-dfu | ||
| 33 | # QMK DFU qmk-dfu | ||
| 34 | # atmega32a bootloadHID | ||
| 32 | BOOTLOADER = bootloadHID | 35 | BOOTLOADER = bootloadHID |
| 33 | 36 | ||
| 34 | # build options | 37 | # build options |
