aboutsummaryrefslogtreecommitdiff
path: root/keyboards/latinpadble/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/latinpadble/rules.mk')
-rw-r--r--keyboards/latinpadble/rules.mk32
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
3MCU = atmega32u4 2MCU = 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
13BOOTLOADER = caterina
14F_CPU = 8000000 5F_CPU = 8000000
15 6
16 7# Bootloader selection
17# Feather uses the caterina bootloader 8BOOTLOADER = caterina
18OPT_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 13BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
24# Build Options
25# change yes to no to disable
26BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
27MOUSEKEY_ENABLE = yes # Mouse keys 14MOUSEKEY_ENABLE = yes # Mouse keys
28EXTRAKEY_ENABLE = yes # Audio control and System control 15EXTRAKEY_ENABLE = yes # Audio control and System control
29CONSOLE_ENABLE = no # Console for debug 16CONSOLE_ENABLE = no # Console for debug
@@ -32,12 +19,11 @@ COMMAND_ENABLE = no # Commands for debug and configuration
32SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 19SLEEP_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
34NKRO_ENABLE = no # USB Nkey Rollover 21NKRO_ENABLE = no # USB Nkey Rollover
35BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default 22BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
36MIDI_ENABLE = no # MIDI controls 23RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
37UNICODE_ENABLE = no # Unicode 24BLUETOOTH_ENABLE = no # Enable Bluetooth
38AUDIO_ENABLE = no # Audio output on port C6 25AUDIO_ENABLE = no # Audio output
26
39BLUETOOTH = AdafruitBLE 27BLUETOOTH = AdafruitBLE
40RGBLIGHT_ENABLE = yes
41OLED_DRIVER_ENABLE = yes 28OLED_DRIVER_ENABLE = yes
42ENCODER_ENABLE = yes 29ENCODER_ENABLE = yes
43