diff options
author | Drashna Jael're <drashna@live.com> | 2021-08-12 09:18:18 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-08-12 09:18:18 -0700 |
commit | 8e8ec6338cf98426680317f796831a19c9a54496 (patch) | |
tree | ca082bdae438fb06e91efbe52af6b8d80b5bf10c /keyboards/peej/tripel/rules.mk | |
parent | 176bce50e9865c4ad9c483de8e578d413e4af8c7 (diff) | |
parent | 80015f7fb023f27ad5307815fd5433694a3bcb4a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/peej/tripel/rules.mk')
-rw-r--r-- | keyboards/peej/tripel/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/peej/tripel/rules.mk b/keyboards/peej/tripel/rules.mk new file mode 100644 index 0000000000..2de6deef42 --- /dev/null +++ b/keyboards/peej/tripel/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +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 = yes # 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 = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +DEFAULT_FOLDER = peej/tripel/left |