diff options
author | worldspawn00 <mcmancuso@gmail.com> | 2020-02-06 09:55:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 10:55:55 -0500 |
commit | fe814be287bc0591df87549ea6233eae2177e062 (patch) | |
tree | c050625f3eca0ad301544bfa4136b33faad12777 /keyboards/wsk/jerkin/rules.mk | |
parent | 6a0e155afe607c75bfffe3f10fb73c9337942f52 (diff) | |
download | qmk_firmware-fe814be287bc0591df87549ea6233eae2177e062.tar.gz |
[keyboard] adding keyboard: jerkin (#7975)
* jerkin
* Update config.h
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: Akaash Suresh <casa.akaash@gmail.com>
* Update rules.mk
* Apply suggestions from code review
* Missing closing parenthesis in one of the suggestions.
* Finalize collaborator suggestions
* One final tweak to standardize MANUFACTURER
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Akaash Suresh <casa.akaash@gmail.com>
Diffstat (limited to 'keyboards/wsk/jerkin/rules.mk')
-rw-r--r-- | keyboards/wsk/jerkin/rules.mk | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/wsk/jerkin/rules.mk b/keyboards/wsk/jerkin/rules.mk new file mode 100644 index 000000000..7a4212cd7 --- /dev/null +++ b/keyboards/wsk/jerkin/rules.mk @@ -0,0 +1,29 @@ +# 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 +# comment out to disable the options. +# +BOOTMAGIC_ENABLE = no # 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +AUDIO_ENABLE = no # Audio output on port C6 +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |