07a1574732
* Don't block keys during startup animation * More refinements related to startup and debug state * restore key logging * some cleanup on scan rate reporting * trim some fat * better lighting to indicate jumped to bootloader * use eeprom for state restoration * a little reorganization * report version immediately when turn on debug * hold-to-adjust for hue, sat, val * cformat * reorg rules.mk settings, fix compile with CONSOLE_ENABLE=no * simplify spidey3 userspace * NULL in layer list caused buggy behavior * more bugfix * update numpad layout to match matt30 MT3 /dev/tty keycaps * swap emdash and endash * map shift+backspace to delete * removing NO_ACTION_ONSHOT makes the firmware SMALLER ?! * cformat * improve spi_glow * disable shift-backspace = delete by default
26 lines
710 B
C
26 lines
710 B
C
#pragma once
|
|
|
|
#define LED_DISABLE_WHEN_USB_SUSPENDED true
|
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
|
|
#define RGBLIGHT_LAYERS
|
|
#define RGBLIGHT_MAX_LAYERS 17
|
|
#define RGBLIGHT_LAYER_BLINK
|
|
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
|
|
#define RGBLIGHT_STARTUP_ANIMATION
|
|
|
|
#undef RGBLIGHT_ANIMATIONS
|
|
#define RGBLIGHT_EFFECT_BREATHING
|
|
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
|
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
|
#define RGBLIGHT_EFFECT_SNAKE
|
|
#define RGBLIGHT_EFFECT_KNIGHT
|
|
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
|
#define RGBLIGHT_EFFECT_ALTERNATING
|
|
#define RGBLIGHT_EFFECT_TWINKLE
|
|
|
|
#define UNICODE_SELECTED_MODES UC_MAC, UC_LNX, UC_WINC
|
|
|
|
#define SPI_DEBUG_SCAN_RATE
|
|
|
|
#undef MANUFACTURER
|
|
#define MANUFACTURER Window of Fire
|