aboutsummaryrefslogtreecommitdiff
path: root/keyboards/zinc/keymaps/toshi0383/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zinc/keymaps/toshi0383/config.h')
-rw-r--r--keyboards/zinc/keymaps/toshi0383/config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/zinc/keymaps/toshi0383/config.h b/keyboards/zinc/keymaps/toshi0383/config.h
new file mode 100644
index 000000000..33108a29e
--- /dev/null
+++ b/keyboards/zinc/keymaps/toshi0383/config.h
@@ -0,0 +1,39 @@
1/*
2This is the c configuration file for the keymap
3
4Copyright 2019 Toshihiro Suzuki
5Copyright 2018 monksoffunk
6Copyright 2012 Jun Wako <wakojun@gmail.com>
7Copyright 2015 Jack Humbert
8
9This program is free software: you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation, either version 2 of the License, or
12(at your option) any later version.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program. If not, see <http://www.gnu.org/licenses/>.
21*/
22
23#pragma once
24// if you need more program area, try uncomment follow line
25#include "serial_config_simpleapi.h"
26
27// place overrides here
28// Selection of RGBLIGHT MODE to use.
29#if defined(LED_ANIMATIONS)
30 #define RGBLIGHT_EFFECT_BREATHING
31 #define RGBLIGHT_EFFECT_RAINBOW_MOOD
32 #define RGBLIGHT_EFFECT_RAINBOW_SWIRL
33 #define RGBLIGHT_EFFECT_SNAKE
34 #define RGBLIGHT_EFFECT_KNIGHT
35 #define RGBLIGHT_EFFECT_CHRISTMAS
36 #define RGBLIGHT_EFFECT_STATIC_GRADIENT
37 //#define RGBLIGHT_EFFECT_RGB_TEST
38 //#define RGBLIGHT_EFFECT_ALTERNATING
39#endif