diff options
author | DeskDaily <65656486+DeskDaily@users.noreply.github.com> | 2022-10-21 10:21:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 19:21:04 -0700 |
commit | 693303ddbc24e37dba8db5e5914990e598c5df74 (patch) | |
tree | c4bae0e662c83ac52364355516633ad611df44ff /keyboards/nightly_boards/octopadplus/rules.mk | |
parent | 2c3859fbf7f4253dc8d3751063e5e64145cd2a8c (diff) |
[Keyboard] Add Octopad+ Keyboard (#18484)
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
Diffstat (limited to 'keyboards/nightly_boards/octopadplus/rules.mk')
-rw-r--r-- | keyboards/nightly_boards/octopadplus/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/octopadplus/rules.mk b/keyboards/nightly_boards/octopadplus/rules.mk new file mode 100644 index 0000000000..08b58953c2 --- /dev/null +++ b/keyboards/nightly_boards/octopadplus/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +ENCODER_ENABLE = yes # Enable Rotary Encoders + |