diff options
author | takashicompany <t@kashi.company> | 2021-11-07 00:41:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 08:41:22 -0700 |
commit | 74b5a4357c46520c11ad2a705fc31818c64b7c25 (patch) | |
tree | 6040147c347bb8342d17d66675ae4f048aebbf09 /keyboards/takashicompany/heavy_left/rules.mk | |
parent | 4de89df5dca4c964c3fd4e9dd71a91810b3820ba (diff) |
[Keyboard] Add new keyboard "Heavy Left" (#15052)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/takashicompany/heavy_left/rules.mk')
-rw-r--r-- | keyboards/takashicompany/heavy_left/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/takashicompany/heavy_left/rules.mk b/keyboards/takashicompany/heavy_left/rules.mk new file mode 100644 index 0000000000..d4e19e6546 --- /dev/null +++ b/keyboards/takashicompany/heavy_left/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +SPLIT_KEYBOARD=yes
\ No newline at end of file |