diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-15 18:52:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-15 18:52:47 +0000 |
commit | 14c0f4e44b7da61c6ad3aef479e32624a5d8e6aa (patch) | |
tree | ce1b97a5f7275df31e7927b058ed527fadd9ed3d /keyboards/picolab/frusta_fundamental/rules.mk | |
parent | d6b707403efe9c7004f550681e163f9b76784252 (diff) | |
parent | f9a395e2651ea9f43204e7f7ac8f805c9f15141d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/picolab/frusta_fundamental/rules.mk')
-rw-r--r-- | keyboards/picolab/frusta_fundamental/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/picolab/frusta_fundamental/rules.mk b/keyboards/picolab/frusta_fundamental/rules.mk new file mode 100644 index 0000000000..d4bb32b6f1 --- /dev/null +++ b/keyboards/picolab/frusta_fundamental/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# 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
\ No newline at end of file |