diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-11 08:38:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 16:38:55 -0800 |
commit | ced6d835e850715bb689e26b8578d5fa14bafa93 (patch) | |
tree | bc20f9b7a45209a96750dd795aab0121ab3da5fc /keyboards/geminate60/rules.mk | |
parent | a2ddb44957ce134b08081daf769ec25cd1463918 (diff) | |
download | qmk_firmware-ced6d835e850715bb689e26b8578d5fa14bafa93.tar.gz qmk_firmware-ced6d835e850715bb689e26b8578d5fa14bafa93.zip |
[Keyboard] move weirdo-f's keyboards into weirdo/ (#15785)
Diffstat (limited to 'keyboards/geminate60/rules.mk')
-rw-r--r-- | keyboards/geminate60/rules.mk | 21 |
1 files changed, 0 insertions, 21 deletions
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 |