diff options
| author | peepeetee | 2022-01-31 20:42:53 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-31 20:42:53 +0100 |
| commit | 2e052b87c45ce068cafd78d44f709f7a036d6ccb (patch) | |
| tree | 32205ab368277025db21ab33f213df2da67c5ebc /keyboards/felix/rules.mk | |
| parent | 4452be587b08059eb9d58cebca04d7a8c51634e1 (diff) | |
[Keyboard] move unikeyboard boards to /unikeyboard (#16081)
Diffstat (limited to 'keyboards/felix/rules.mk')
| -rw-r--r-- | keyboards/felix/rules.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/felix/rules.mk b/keyboards/felix/rules.mk deleted file mode 100644 index 9fbe5d4dad..0000000000 --- a/keyboards/felix/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 = 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 -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - -LAYOUTS = ortho_5x4 |