diff options
author | WiZ.GG <39291381+wizard-gg@users.noreply.github.com> | 2021-09-22 07:51:44 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 21:21:44 -0700 |
commit | 88f6776216abca69529f470982e70f36beb560b3 (patch) | |
tree | a7330e9e4731fa8cbe84675dea9578fc70effc4f /keyboards/jadookb/jkb65/rules.mk | |
parent | e0022daf116a480a8884e549b1fef2fc4c604234 (diff) |
[Keyboard] Add JadooKB JKB65 RGB (#14525)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/jadookb/jkb65/rules.mk')
-rw-r--r-- | keyboards/jadookb/jkb65/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/jadookb/jkb65/rules.mk b/keyboards/jadookb/jkb65/rules.mk new file mode 100644 index 0000000000..091ce689b7 --- /dev/null +++ b/keyboards/jadookb/jkb65/rules.mk @@ -0,0 +1,24 @@ +# 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 +# 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 +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 +LTO_ENABLE = yes |