diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-21 02:21:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-21 02:21:39 +0000 |
commit | 0ab824e74407e2dc38ad60443f8d071205a5b848 (patch) | |
tree | 3104123bcb7dab5f748279dfc36aea72705b3326 /keyboards/nightly_boards/octopadplus/rules.mk | |
parent | 345f19a5d763053cd9cea6698656d4a2a1000b23 (diff) | |
parent | 693303ddbc24e37dba8db5e5914990e598c5df74 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 + |