diff options
author | Arda Kılıçdağı <ardakilicdagi@gmail.com> | 2019-10-22 05:27:26 +0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-21 19:27:26 -0700 |
commit | f033d8113d627c6950dc87936dfdb70e2b1ebf5f (patch) | |
tree | 7ff43c3a23cd38cfa1930546fde7a669e43033b1 /keyboards/40percentclub/4pack/rules.mk | |
parent | 267be40793457722cb8a7ab0b3c6c5654e433f9e (diff) | |
download | qmk_firmware-f033d8113d627c6950dc87936dfdb70e2b1ebf5f.tar.gz |
[Keyboard] 40percentclub 4 pack macropad keyboard (#7088)
* 4 pack macropad layout added
* Update keyboards/40percentclub/4pack/keymaps/default/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/40percentclub/4pack/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* remove unnecessary comments, remove firmware impact numbers, align comments
* remove unnecessary readme paragraphs
* pinout changed with direct pins instead of matrix
* typo fixed on led method name
* leds are now handled by backlight feture, led.c removed, info.json added, flash instructions updated
Diffstat (limited to 'keyboards/40percentclub/4pack/rules.mk')
-rw-r--r-- | keyboards/40percentclub/4pack/rules.mk | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/40percentclub/4pack/rules.mk b/keyboards/40percentclub/4pack/rules.mk new file mode 100644 index 000000000..a0c9d34f5 --- /dev/null +++ b/keyboards/40percentclub/4pack/rules.mk @@ -0,0 +1,33 @@ +# 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 = 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +AUDIO_ENABLE = no # Audio output on port C6 +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches +HD44780_ENABLE = no # Enable support for HD44780 based LCDs |