diff options
author | Suschman <Suschman@users.noreply.github.com> | 2020-12-30 02:46:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 01:46:16 +0000 |
commit | a94044c15c8217d8a6ad016cc0233abe3de374b0 (patch) | |
tree | d20b584982f3eba49a801d34da52723bf067dda2 /keyboards/40percentclub/sixpack/rules.mk | |
parent | 457042f1795f56a47becad3c51a2250d7447fb59 (diff) | |
download | qmk_firmware-a94044c15c8217d8a6ad016cc0233abe3de374b0.tar.gz qmk_firmware-a94044c15c8217d8a6ad016cc0233abe3de374b0.zip |
40percentclub sixpack support (#11007)
* QMK support for 40percentclub SixPack
* Update readme.md
* QMK support for 40percentclub SixPack
* fix info.json
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* update PRODUCT name and change BL levels to 6
* Add Fkeys keymap
* correct readme
* add via keymap
* correct readme
* change indentation
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* requested change and more cleanup
* Update keyboards/40percentclub/sixpack/sixpack.h
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Suschman <suschman@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/40percentclub/sixpack/rules.mk')
-rw-r--r-- | keyboards/40percentclub/sixpack/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/40percentclub/sixpack/rules.mk b/keyboards/40percentclub/sixpack/rules.mk new file mode 100644 index 0000000000..9d7d9a2cf0 --- /dev/null +++ b/keyboards/40percentclub/sixpack/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |