diff options
author | Ramon Imbao <ramonimbao@gmail.com> | 2022-04-18 17:11:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 02:11:32 -0700 |
commit | 8826a1dea5a3a6e3560456d5cddd1cdcdc575753 (patch) | |
tree | af402153658c44eb804e246a100e70e5b013c754 /keyboards/chickenman/ciel/rules.mk | |
parent | c6de26fc6fd26d6d66a60992b4ed32b6aa38ca05 (diff) |
[Keyboard] Add the Ciel (#16816)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/chickenman/ciel/rules.mk')
-rw-r--r-- | keyboards/chickenman/ciel/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/chickenman/ciel/rules.mk b/keyboards/chickenman/ciel/rules.mk new file mode 100644 index 0000000000..dea3fa861a --- /dev/null +++ b/keyboards/chickenman/ciel/rules.mk @@ -0,0 +1,20 @@ +# MCU name +MCU = atmega32u2 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 60_ansi_split_bs_rshift 60_ansi 60_tsangan_hhkb |