X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Fergodox%2FMakefile.lufa;h=07241b0366d91df9a676d5edc91bb6ec5c751cc9;hb=76c7ebebd7a7b55d2eddabc7bb7978a904f5706f;hp=5c5429554d30fc73af49695cea9d4ce19790a92a;hpb=3be39e436d1541cc5aec3b7f31de900294567e4e;p=max%2Ftmk_keyboard.git diff --git a/keyboard/ergodox/Makefile.lufa b/keyboard/ergodox/Makefile.lufa index 5c542955..07241b03 100644 --- a/keyboard/ergodox/Makefile.lufa +++ b/keyboard/ergodox/Makefile.lufa @@ -97,7 +97,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Teensy halfKay 512 # Atmel DFU loader 4096 # LUFA bootloader 4096 -OPT_DEFS += -DBOOTLOADER_SIZE=4096 -DFLASH_SIZE_BYTES=0x8000 +OPT_DEFS += -DBOOTLOADER_SIZE=512 # Build Options @@ -109,7 +109,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control(+600) CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -#NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA +NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support INVERT_NUMLOCK = yes # invert state of NumLock led @@ -131,6 +131,9 @@ colemak: all workman: OPT_DEFS += -DKEYMAP_WORKMAN workman: all +micro: OPT_DEFS += -DKEYMAP_MICRO +micro: all + cub: OPT_DEFS += -DKEYMAP_CUB cub: all