]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/georgi/rules.mk
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / georgi / rules.mk
1 #----------------------------------------------------------------------------
2 # make georgi:default:dfu
3 # Make sure you have dfu-programmer installed!
4 # Do not edit this file! Make a copy of keymaps/default and modify that!
5 #----------------------------------------------------------------------------
6 # Source includes
7 SRC += matrix.c i2c_master.c
8
9 # Hardware info
10 MCU = atmega32u4
11 F_CPU = 16000000
12 ARCH = AVR8
13 BOOTLOADER = atmel-dfu
14 F_USB = $(F_CPU)
15 EXTRAFLAGS += -flto
16
17 CUSTOM_MATRIX           = yes
18 STENO_ENABLE            = yes
19 EXTRAKEY_ENABLE     = yes
20 CONSOLE_ENABLE      = no
21 COMMAND_ENABLE      = no
22 NKRO_ENABLE                     = yes