diff options
author | DeskDaily <65656486+DeskDaily@users.noreply.github.com> | 2022-07-02 20:53:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 22:53:01 +1000 |
commit | d66b5db1d621fc26fcb6afbd55689eae59be4118 (patch) | |
tree | 66a63477b72307bedf259559a17b5f0d1587ff87 /keyboards/nightly_boards/paraluman/rules.mk | |
parent | 5a727dbc6dc51b2d7d90e5d2a7e99ca3435153be (diff) |
Added 3 new keyboards (#17314)
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
Diffstat (limited to 'keyboards/nightly_boards/paraluman/rules.mk')
-rw-r--r-- | keyboards/nightly_boards/paraluman/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/paraluman/rules.mk b/keyboards/nightly_boards/paraluman/rules.mk new file mode 100644 index 0000000000..3e6c2b2ea3 --- /dev/null +++ b/keyboards/nightly_boards/paraluman/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # 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 +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +LTO_ENABLE = yes
\ No newline at end of file |