diff options
author | flehrad <20124416+flehrad@users.noreply.github.com> | 2020-07-31 08:04:49 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | 200444f8d2c12ac04fd081745c74020c92d5da16 (patch) | |
tree | aded3d59c2c13335966217a6d2d57be7d01d11f6 /keyboards/snagpad/rules.mk | |
parent | 4764aa8711cadc2776fde7641e97e280c4ac55c5 (diff) |
[Keyboard] relocating boards by flehrad (#9635)
Co-authored-by: flehrad <flehrad@users.noreply.github.com>
Diffstat (limited to 'keyboards/snagpad/rules.mk')
-rw-r--r-- | keyboards/snagpad/rules.mk | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/keyboards/snagpad/rules.mk b/keyboards/snagpad/rules.mk deleted file mode 100644 index 566a398feb..0000000000 --- a/keyboards/snagpad/rules.mk +++ /dev/null @@ -1,27 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -# Teensy halfkay -# Pro Micro caterina -# Atmel DFU atmel-dfu -# LUFA DFU lufa-dfu -# QMK DFU qmk-dfu -# ATmega32A bootloadHID -# ATmega328P USBasp -BOOTLOADER = caterina - -# Build Options -# comment out to disable the options. -# -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration -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 -SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no -RGBLIGHT_ENABLE = no -LAYOUTS = ortho_5x4 numpad_5x4 |