diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-30 00:58:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-30 00:58:48 +0000 |
commit | dae6249efa282f64fa626313fc2ea3ec392fd9ef (patch) | |
tree | 5e0034dae7cfc43129b94d9a940d8ff83573b09c /keyboards/nightly_boards/octopad/rules.mk | |
parent | 4f2f21dc05c70451593ba83ed7a0956c771850c2 (diff) | |
parent | ac433b218d2f0652833155f5eaa6b0c287f9cdec (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nightly_boards/octopad/rules.mk')
-rw-r--r-- | keyboards/nightly_boards/octopad/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/octopad/rules.mk b/keyboards/nightly_boards/octopad/rules.mk new file mode 100644 index 0000000000..0e0230e1e5 --- /dev/null +++ b/keyboards/nightly_boards/octopad/rules.mk @@ -0,0 +1,26 @@ +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = yes # Audio output +ENCODER_ENABLE = yes # Enable Rotary Encoders + +# Added encoder Action +SRC += encoder_action.c
\ No newline at end of file |