]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/georgi/rules.mk
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[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 sten.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 MOUSEKEY_ENABLE         = no
19 STENO_ENABLE            = yes
20 EXTRAKEY_ENABLE     = yes
21 CONSOLE_ENABLE      = yes
22 COMMAND_ENABLE      = no
23 NKRO_ENABLE                     = yes