diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-31 03:22:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 11:22:12 -0800 |
commit | 07bb65384cf96be88feb2916604cb4a89cd0ad33 (patch) | |
tree | b70d20551e19e170935f25ca3c0a8a6e842b7145 /keyboards/kkatano/bakeneko60/rules.mk | |
parent | 51e99b562d410e8be7075cac6e5bee6a4b9d99bf (diff) |
[Keyboard] move @kkatano 's keyboards to kkatano user folder (#15684)
Diffstat (limited to 'keyboards/kkatano/bakeneko60/rules.mk')
-rw-r--r-- | keyboards/kkatano/bakeneko60/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/kkatano/bakeneko60/rules.mk b/keyboards/kkatano/bakeneko60/rules.mk new file mode 100644 index 0000000000..157a9de50e --- /dev/null +++ b/keyboards/kkatano/bakeneko60/rules.mk @@ -0,0 +1,20 @@ +# 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 = 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 |