diff options
author | ILWrites <pikeeb@gmail.com> | 2021-12-29 13:57:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 02:57:40 -0800 |
commit | 88a8bdbb3aa3ee6c4eb443557bca0849f455fc03 (patch) | |
tree | 534ca2ab5c3533064c0e619b9acc11131f41789c /keyboards/charue/charon/rules.mk | |
parent | dea23720e67d95278830a1172dac57a4e502a050 (diff) |
[Keyboard] Adding Charon keyboard to Charue family (#15190)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/charue/charon/rules.mk')
-rw-r--r-- | keyboards/charue/charon/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/charue/charon/rules.mk b/keyboards/charue/charon/rules.mk new file mode 100644 index 0000000000..d6d12ae0db --- /dev/null +++ b/keyboards/charue/charon/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 # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |