From 17c0ca6fa4f7b6f65b4442c2f5bc32fee914b376 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Sat, 12 Feb 2022 11:54:48 +0800 Subject: [Keyboard] move g heavy industry boards into /gboards (#16040) Co-authored-by: zvecr --- keyboards/gergo/rules.mk | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 keyboards/gergo/rules.mk (limited to 'keyboards/gergo/rules.mk') diff --git a/keyboards/gergo/rules.mk b/keyboards/gergo/rules.mk deleted file mode 100644 index 0f877e2d4b..0000000000 --- a/keyboards/gergo/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# Build Options -# change yes to no to disable -# -CUSTOM_MATRIX = yes -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = yes -COMMAND_ENABLE = yes -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite - -DEBOUNCE_TYPE = sym_eager_pr -SRC += matrix.c -QUANTUM_LIB_SRC += i2c_master.c -- cgit v1.2.3