diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2021-11-04 05:16:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 21:16:32 -0700 |
commit | c8c7386ed4296697e831c49ef899844c47bf7555 (patch) | |
tree | 0d41ff6c5f0c514524cf87298963b99993a6547e /keyboards/wolf/kuku65/rules.mk | |
parent | 8fa8712987961a8d5bc5f5431a237ec9e71fb11d (diff) |
[Keyboard] Add the Kuku65 (#14910)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/wolf/kuku65/rules.mk')
-rw-r--r-- | keyboards/wolf/kuku65/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/wolf/kuku65/rules.mk b/keyboards/wolf/kuku65/rules.mk new file mode 100644 index 0000000000..8fc7be19c1 --- /dev/null +++ b/keyboards/wolf/kuku65/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Processor frequency +F_CPU = 8000000 + +# 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 = 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |