diff options
author | HASU <latincompass@163.com> | 2020-04-28 17:54:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 02:54:22 -0700 |
commit | 23cfc4b14564fe6a5da8a6d3823f8f9bc52c2832 (patch) | |
tree | 2a385f135be1c2c8af67a1f9988aa3c5385c4c14 /keyboards/latinpad/rules.mk | |
parent | bd639752db58ada94972dc32ed89df2114e6f3bb (diff) | |
download | firmware-23cfc4b14564fe6a5da8a6d3823f8f9bc52c2832.tar.gz firmware-23cfc4b14564fe6a5da8a6d3823f8f9bc52c2832.tar.bz2 firmware-23cfc4b14564fe6a5da8a6d3823f8f9bc52c2832.zip |
[Keyboard] latinpad(Original:hasupad,RENAMED latinpad) (#8766)
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/latinpad/rules.mk')
-rw-r--r-- | keyboards/latinpad/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/latinpad/rules.mk b/keyboards/latinpad/rules.mk new file mode 100644 index 000000000..47208aec2 --- /dev/null +++ b/keyboards/latinpad/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +AUDIO_ENABLE = no +RGBLIGHT_ENABLE = no +OLED_DRIVER_ENABLE = yes +ENCODER_ENABLE = yes +RGB_MATRIX_ENABLE = WS2812 |