diff options
Diffstat (limited to 'keyboards/rgbkb/mun/keymaps/peott-fr/config.h')
-rw-r--r-- | keyboards/rgbkb/mun/keymaps/peott-fr/config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/rgbkb/mun/keymaps/peott-fr/config.h b/keyboards/rgbkb/mun/keymaps/peott-fr/config.h new file mode 100644 index 000000000..9719d1743 --- /dev/null +++ b/keyboards/rgbkb/mun/keymaps/peott-fr/config.h | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | * ---------------------------------------------------------------------------- | ||
3 | * "THE BEER-WARE LICENSE" (Revision 42): | ||
4 | * <https://github.com/Legonut> wrote this file. As long as you retain this | ||
5 | * notice you can do whatever you want with this stuff. If we meet some day, and | ||
6 | * you think this stuff is worth it, you can buy me a beer in return. David Rauseo | ||
7 | * ---------------------------------------------------------------------------- | ||
8 | */ | ||
9 | |||
10 | #pragma once | ||
11 | |||
12 | // No need for the single versions when multi performance isn't a problem =D | ||
13 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE | ||
14 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_CROSS | ||
15 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_NEXUS | ||
16 | #define DISABLE_RGB_MATRIX_SPLASH | ||
17 | #define DISABLE_RGB_MATRIX_SOLID_SPLASH | ||
18 | |||
19 | // 20m timeout (20m * 60s * 1000mil) | ||
20 | // #define RGB_DISABLE_TIMEOUT 1200000 | ||
21 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | ||
22 | |||
23 | #define STM32_ONBOARD_EEPROM_SIZE 2048 | ||