summaryrefslogtreecommitdiff
path: root/keyboards/gboards/gergoplex/rules.mk
blob: 422c841146119fac2bbd19f75721dfdf204881e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
MCU = atmega32u4

BOOTLOADER = atmel-dfu

CUSTOM_MATRIX    = yes
MOUSEKEY_ENABLE  = yes  # Mouse keys
COMBO_ENABLE     = yes
EXTRAKEY_ENABLE  = yes
CONSOLE_ENABLE   = no
NKRO_ENABLE      = yes  # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
COMMAND_ENABLE   = yes
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite

LAYOUTS = split_3x5_3

DEBOUNCE_TYPE = sym_eager_pr
SRC += matrix.c
QUANTUM_LIB_SRC += i2c_master.c