diff options
author | Koobaczech <67293963+Koobaczech@users.noreply.github.com> | 2021-12-23 16:43:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 13:43:10 -0800 |
commit | e804e28e8e54d6821737fc32f31b7f2735a5994d (patch) | |
tree | 37132ded22bfc08dde8a5d0e936dba2bec6533c0 /keyboards/pearlboards/pearl/rules.mk | |
parent | e9d1a711b457e5f7a9af6f2feb37e4be8e84e96d (diff) |
[Keyboard] Add Pearlboards boards to directory (#15005)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/pearlboards/pearl/rules.mk')
-rw-r--r-- | keyboards/pearlboards/pearl/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/pearlboards/pearl/rules.mk b/keyboards/pearlboards/pearl/rules.mk new file mode 100644 index 0000000000..3d9fec280e --- /dev/null +++ b/keyboards/pearlboards/pearl/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 = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # 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 +AUDIO_ENABLE = yes # Audio output +HAPTIC_ENABLE = yes +HAPTIC_DRIVER = DRV2605L + +LTO_ENABLE = yes |