diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-31 02:47:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 10:47:26 -0800 |
commit | a6a7b1ce8f4589a1740bf4b9e628bdb4b3d0e18b (patch) | |
tree | 63454e370647e4130508d373de11f7a1a9994239 /keyboards/squiggle/rev1/rules.mk | |
parent | 84c1fcef0543bbba8716e5bbf9b7e95b6bd9c96c (diff) | |
download | qmk_firmware-a6a7b1ce8f4589a1740bf4b9e628bdb4b3d0e18b.tar.gz qmk_firmware-a6a7b1ce8f4589a1740bf4b9e628bdb4b3d0e18b.zip |
[Keyboard] move @ibnuda 's keebs into /ibnuda (#16108)
Diffstat (limited to 'keyboards/squiggle/rev1/rules.mk')
-rw-r--r-- | keyboards/squiggle/rev1/rules.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/squiggle/rev1/rules.mk b/keyboards/squiggle/rev1/rules.mk deleted file mode 100644 index c5eccd2db9..0000000000 --- a/keyboards/squiggle/rev1/rules.mk +++ /dev/null @@ -1,22 +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 = no # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = no # 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 - -LAYOUTS = split_3x5_3 |