diff options
Diffstat (limited to 'keyboards/latinpadble/rules.mk')
| -rw-r--r-- | keyboards/latinpadble/rules.mk | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/keyboards/latinpadble/rules.mk b/keyboards/latinpadble/rules.mk index 7754e3e01..d4c69eb5e 100644 --- a/keyboards/latinpadble/rules.mk +++ b/keyboards/latinpadble/rules.mk | |||
| @@ -1,29 +1,16 @@ | |||
| 1 | |||
| 2 | # MCU name | 1 | # MCU name |
| 3 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 4 | 3 | ||
| 5 | # Bootloader selection | 4 | # Processor frequency |
| 6 | # Teensy halfkay | ||
| 7 | # Pro Micro caterina | ||
| 8 | # Atmel DFU atmel-dfu | ||
| 9 | # LUFA DFU lufa-dfu | ||
| 10 | # QMK DFU qmk-dfu | ||
| 11 | # ATmega32A bootloadHID | ||
| 12 | # ATmega328P USBasp | ||
| 13 | BOOTLOADER = caterina | ||
| 14 | F_CPU = 8000000 | 5 | F_CPU = 8000000 |
| 15 | 6 | ||
| 16 | 7 | # Bootloader selection | |
| 17 | # Feather uses the caterina bootloader | 8 | BOOTLOADER = caterina |
| 18 | OPT_DEFS += -DBOOTLOADER_SIZE=4096 -DCATERINA_BOOTLOADER | ||
| 19 | 9 | ||
| 20 | # Build Options | 10 | # Build Options |
| 21 | # change yes to no to disable | 11 | # change yes to no to disable |
| 22 | # | 12 | # |
| 23 | 13 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | |
| 24 | # Build Options | ||
| 25 | # change yes to no to disable | ||
| 26 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | ||
| 27 | MOUSEKEY_ENABLE = yes # Mouse keys | 14 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 28 | EXTRAKEY_ENABLE = yes # Audio control and System control | 15 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 29 | CONSOLE_ENABLE = no # Console for debug | 16 | CONSOLE_ENABLE = no # Console for debug |
| @@ -32,12 +19,11 @@ COMMAND_ENABLE = no # Commands for debug and configuration | |||
| 32 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 19 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 33 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 20 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 34 | NKRO_ENABLE = no # USB Nkey Rollover | 21 | NKRO_ENABLE = no # USB Nkey Rollover |
| 35 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 22 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 36 | MIDI_ENABLE = no # MIDI controls | 23 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 37 | UNICODE_ENABLE = no # Unicode | 24 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 38 | AUDIO_ENABLE = no # Audio output on port C6 | 25 | AUDIO_ENABLE = no # Audio output |
| 26 | |||
| 39 | BLUETOOTH = AdafruitBLE | 27 | BLUETOOTH = AdafruitBLE |
| 40 | RGBLIGHT_ENABLE = yes | ||
| 41 | OLED_DRIVER_ENABLE = yes | 28 | OLED_DRIVER_ENABLE = yes |
| 42 | ENCODER_ENABLE = yes | 29 | ENCODER_ENABLE = yes |
| 43 | |||
