diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 12:36:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 20:36:16 -0800 |
commit | 984481ff8e17173a0faaa12c524d0b502fb438cb (patch) | |
tree | fd1bc7f040d13b352524f5c9109b0df7ffdf45cb /keyboards/bkf/rules.mk | |
parent | 3b580de0232246911bd43fffdd24243bb82e28aa (diff) |
[Keyboard] move @drhigsby 's boards into /drhigsby (#16041)
Diffstat (limited to 'keyboards/bkf/rules.mk')
-rw-r--r-- | keyboards/bkf/rules.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/bkf/rules.mk b/keyboards/bkf/rules.mk deleted file mode 100644 index 9861cf0ad6..0000000000 --- a/keyboards/bkf/rules.mk +++ /dev/null @@ -1,20 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # 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 -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -LTO_ENABLE = no # Use link time optimization -ENCODER_ENABLE = yes |