58a5030661
* Fill the oleds with right mods * Enable double mods on x32 oleds * Disable forced NKRO * Make oleds fancy only on good MCUs * Overhaul oled display * Further enhance oled, with kitty! * Final oled form * Not working transport * Transport id of woring * Add acceleration * fix button placement for accel macro * Fix accelartion location and behavior * Remove OLED sync code * Fix alignment issue * Remove audio hack * Fix up zima keymap * Add matrix slave scan function and cleanup drashna.h * Clean up user space * Allow userspace sync to be disable-able * Fix weird issue with audio * Fix alignment issue with user split sync * Disable second rgb matrix task * Disable additional animations * Change dynamic keymap settings * Hacky fix for borked corne * Add Blackpill (F411) support to tractyl manuform * remove manual via eeprom reset * Remove all references to rgblight twinkle * Fix issues with config processing
24 lines
788 B
Makefile
24 lines
788 B
Makefile
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
|
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
|
CONSOLE_ENABLE = no # Console for debug(+400)
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
TAP_DANCE_ENABLE = no
|
|
RGBLIGHT_ENABLE = yes
|
|
AUDIO_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
SPLIT_KEYBOARD = no
|
|
SPACE_CADET_ENABLE = no
|
|
|
|
NO_SECRETS = yes
|
|
INDICATOR_LIGHTS = no
|
|
LAYOUTS = ortho_5x7
|
|
|
|
# SRC := $(filter-out serial.c matrix.c i2c.c split_util.c,$(SRC))
|
|
# SRC := $(filter-out serial.c,$(SRC))
|
|
# SRC := $(filter-out matrix.c,$(SRC))
|
|
# SRC := $(filter-out i2c.c,$(SRC))
|
|
# SRC := $(filter-out split_util.c,$(SRC))
|
|
# SRC += quantum/matrix.c
|
|
|
|
BOOTLOADER = qmk-dfu
|