diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-12 05:51:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 21:51:20 +0000 |
commit | bd35fa7de1323d572d530cfa4dbe9cf68cf1480b (patch) | |
tree | 2433341a4a436c7a91e55113b32caf6cdc172120 /keyboards/hecomi/rules.mk | |
parent | 71c0b97bced7722abaa0adefd57066cc065538b5 (diff) | |
download | qmk_firmware-bd35fa7de1323d572d530cfa4dbe9cf68cf1480b.tar.gz qmk_firmware-bd35fa7de1323d572d530cfa4dbe9cf68cf1480b.zip |
move @takashiski 's keebs into /takashiski (#16089)
Diffstat (limited to 'keyboards/hecomi/rules.mk')
-rw-r--r-- | keyboards/hecomi/rules.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/hecomi/rules.mk b/keyboards/hecomi/rules.mk deleted file mode 100644 index b570db0d06..0000000000 --- a/keyboards/hecomi/rules.mk +++ /dev/null @@ -1,21 +0,0 @@ -# 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 = yes # Console for debug -COMMAND_ENABLE = yes # 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 -SPLIT_KEYBOARD = yes - -DEFAULT_FOLDER = hecomi/alpha |