diff options
Diffstat (limited to 'keyboards/rgbkb/mun/keymaps/via/config.h')
| -rw-r--r-- | keyboards/rgbkb/mun/keymaps/via/config.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/rgbkb/mun/keymaps/via/config.h b/keyboards/rgbkb/mun/keymaps/via/config.h new file mode 100644 index 000000000..967b309f6 --- /dev/null +++ b/keyboards/rgbkb/mun/keymaps/via/config.h | |||
| @@ -0,0 +1,30 @@ | |||
| 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 VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 | ||
| 24 | // 224B per layer right now | ||
| 25 | #define DYNAMIC_KEYMAP_LAYER_COUNT 8 | ||
| 26 | #define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047 | ||
| 27 | |||
| 28 | #define VIA_QMK_RGBLIGHT_ENABLE | ||
| 29 | |||
| 30 | #define STM32_ONBOARD_EEPROM_SIZE 2048 | ||
