diff options
Diffstat (limited to 'quantum/template/avr/config.h')
| -rw-r--r-- | quantum/template/avr/config.h | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index caa72af0c..eed50e5c0 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h | |||
| @@ -48,17 +48,35 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 48 | /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ | 48 | /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ |
| 49 | #define DIODE_DIRECTION COL2ROW | 49 | #define DIODE_DIRECTION COL2ROW |
| 50 | 50 | ||
| 51 | /* | ||
| 52 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. | ||
| 53 | */ | ||
| 54 | #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 | ||
| 55 | |||
| 51 | // #define BACKLIGHT_PIN B7 | 56 | // #define BACKLIGHT_PIN B7 |
| 52 | // #define BACKLIGHT_BREATHING | 57 | // #define BACKLIGHT_BREATHING |
| 53 | // #define BACKLIGHT_LEVELS 3 | 58 | // #define BACKLIGHT_LEVELS 3 |
| 54 | 59 | ||
| 55 | // #define RGB_DI_PIN E2 | 60 | // #define RGB_DI_PIN E2 |
| 56 | // #ifdef RGB_DI_PIN | 61 | // #ifdef RGB_DI_PIN |
| 57 | // #define RGBLIGHT_ANIMATIONS | 62 | // #define RGBLED_NUM 16 |
| 58 | // #define RGBLED_NUM 16 | 63 | // #define RGBLIGHT_HUE_STEP 8 |
| 59 | // #define RGBLIGHT_HUE_STEP 8 | 64 | // #define RGBLIGHT_SAT_STEP 8 |
| 60 | // #define RGBLIGHT_SAT_STEP 8 | 65 | // #define RGBLIGHT_VAL_STEP 8 |
| 61 | // #define RGBLIGHT_VAL_STEP 8 | 66 | // #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ |
| 67 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 68 | // /*== all animations enable ==*/ | ||
| 69 | // #define RGBLIGHT_ANIMATIONS | ||
| 70 | // /*== or choose animations ==*/ | ||
| 71 | // #define RGBLIGHT_EFFECT_BREATHING | ||
| 72 | // #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 73 | // #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 74 | // #define RGBLIGHT_EFFECT_SNAKE | ||
| 75 | // #define RGBLIGHT_EFFECT_KNIGHT | ||
| 76 | // #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 77 | // #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 78 | // #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 79 | // #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 62 | // #endif | 80 | // #endif |
| 63 | 81 | ||
| 64 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 82 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| @@ -222,3 +240,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 222 | #endif | 240 | #endif |
| 223 | */ | 241 | */ |
| 224 | 242 | ||
| 243 | /* Bootmagic Lite key configuration */ | ||
| 244 | // #define BOOTMAGIC_LITE_ROW 0 | ||
| 245 | // #define BOOTMAGIC_LITE_COLUMN 0 | ||
