From ced6d835e850715bb689e26b8578d5fa14bafa93 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:38:55 +0800 Subject: [Keyboard] move weirdo-f's keyboards into weirdo/ (#15785) --- keyboards/geminate60/rules.mk | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 keyboards/geminate60/rules.mk (limited to 'keyboards/geminate60/rules.mk') diff --git a/keyboards/geminate60/rules.mk b/keyboards/geminate60/rules.mk deleted file mode 100644 index f6ad535987..0000000000 --- a/keyboards/geminate60/rules.mk +++ /dev/null @@ -1,21 +0,0 @@ -# MCU name -MCU = STM32F303 -BOARD = QMK_PROTON_C - -# Bootloader selection -BOOTLOADER = stm32-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # 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 = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - -#LAYOUTS = ortho_5x15 -- cgit v1.2.1