diff options
author | Koobaczech <67293963+Koobaczech@users.noreply.github.com> | 2022-03-07 01:58:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 22:58:38 -0800 |
commit | b26217414c8bd421d2d0e6edd161c6e7ea0bc1be (patch) | |
tree | c1ef0b7a7a7991898ae7f85798e9353ba95bb85a /keyboards/pandora/rules.mk | |
parent | 2d8266bd7b896a7e9c3f971d4b8ed5be274c7951 (diff) |
[Keyboard] Delete duplicate pandora directory (#16496)
Diffstat (limited to 'keyboards/pandora/rules.mk')
-rw-r--r-- | keyboards/pandora/rules.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/pandora/rules.mk b/keyboards/pandora/rules.mk deleted file mode 100644 index 6ee43455f1..0000000000 --- a/keyboards/pandora/rules.mk +++ /dev/null @@ -1,21 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # 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 = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -DIP_SWITCH_ENABLE = yes -ENCODER_ENABLE = yes -OLED_ENABLE = no # Future release |