diff options
author | yinxianwei <yinxianwei@qq.com> | 2020-07-18 01:46:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 18:46:05 +0100 |
commit | a2fa12d6313b85822113a80f23ace951b2f9af17 (patch) | |
tree | 681be3987d7a2976d1c56e2944ac63f5664ccc1e /keyboards/x16/rules.mk | |
parent | 412c6bf44785e2312821a484a7cd36ce1ec6361a (diff) | |
download | qmk_firmware-a2fa12d6313b85822113a80f23ace951b2f9af17.tar.gz |
[keyboard] Add x16 (#9709)
* [keyboard] Add x16
* update x16
* Update keyboards/x16/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/x16/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/x16/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/x16/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/x16/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/x16/rules.mk')
-rw-r--r-- | keyboards/x16/rules.mk | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/x16/rules.mk b/keyboards/x16/rules.mk new file mode 100644 index 000000000..23ddc4314 --- /dev/null +++ b/keyboards/x16/rules.mk @@ -0,0 +1,31 @@ +# 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 = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |