diff options
author | Jumail Mundekkat <mundekkat@hotmail.com> | 2020-05-26 14:10:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 21:10:48 -0700 |
commit | 9d41281a1d09c8bd3ae1c0a8bd6df95ada899451 (patch) | |
tree | dba8ef8d3e88d212aaed9965314ea5e92eccfb7d /keyboards/foxlab/key65/hotswap/rules.mk | |
parent | ba5e1f1bae1d724ab9b08229c2ce89d8d7714706 (diff) |
[Keyboard] Add Key 65 by Fox Lab (#9116)
* Add Key65 Universal PCB
* Add ISO layout to universal
* Correct universal info.json
* Add Key 65 Hotswap
* Correct typo in Key 65 Universal
* Update readmes
* Correct name
* Update keyboards/foxlab/key65/hotswap/config.h
* Apply suggestions from code review
* Invert capslock LED state
* Avoid initial capslock LED flash
* Apply suggestions from code review
* Update rules.mk
* Apply suggestions from code review
Diffstat (limited to 'keyboards/foxlab/key65/hotswap/rules.mk')
-rw-r--r-- | keyboards/foxlab/key65/hotswap/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/foxlab/key65/hotswap/rules.mk b/keyboards/foxlab/key65/hotswap/rules.mk new file mode 100644 index 0000000000..15ccf06490 --- /dev/null +++ b/keyboards/foxlab/key65/hotswap/rules.mk @@ -0,0 +1,27 @@ +# 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 + +BOOTMAGIC_ENABLE = lite # 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 +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +AUDIO_ENABLE = no # Audio output +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |