diff options
author | Craig Gardner <40006110+LeafCutterLabs@users.noreply.github.com> | 2021-01-06 10:00:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 10:00:05 -0800 |
commit | b7b82d509bfccd69c6507761f03910f34b4366cb (patch) | |
tree | 30e361fe37d5382cd62cad5c4dafcd508f77bfba /keyboards/leafcutterlabs/bigknob/rules.mk | |
parent | bf959d79dc7a37e94fc368bb8d3a4ca52421faad (diff) |
[Keyboard] add support for bigknob (#11291)
* add support for bigknob
Add support for bigknob macropad
* corrected files
* Apply suggestions from code review
Co-authored-by: Joel Challis <git@zvecr.com>
* corrected tap dance
* Update config.h
* correct image link
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* added GPL headers
* Update readme.md
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/leafcutterlabs/bigknob/rules.mk')
-rw-r--r-- | keyboards/leafcutterlabs/bigknob/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/leafcutterlabs/bigknob/rules.mk b/keyboards/leafcutterlabs/bigknob/rules.mk new file mode 100644 index 0000000000..5993a2c1cf --- /dev/null +++ b/keyboards/leafcutterlabs/bigknob/rules.mk @@ -0,0 +1,24 @@ +# 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes # Enable rotary encoders +TAP_DANCE_ENABLE = yes
\ No newline at end of file |