summaryrefslogtreecommitdiff
path: root/keyboards/redox/keymaps/finex/config.h
diff options
context:
space:
mode:
authorFiNeXdesign <finex.design@gmail.com>2018-11-13 23:44:50 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-13 14:44:50 -0800
commite10a602e7b1ac8d7f2ff027ae41570fe1a2ba57d (patch)
treeecb714d300554ee64be1ee8a6e44d4764b9e9e1b /keyboards/redox/keymaps/finex/config.h
parent991686203c91eca9149e6fe942be73e5172719ba (diff)
Keymap: Finex Redox keymap (#4418)
* Added FiNeX custom Redox Layout, first commit. * updated readme * removed old code
Diffstat (limited to 'keyboards/redox/keymaps/finex/config.h')
-rw-r--r--keyboards/redox/keymaps/finex/config.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/keyboards/redox/keymaps/finex/config.h b/keyboards/redox/keymaps/finex/config.h
new file mode 100644
index 0000000000..9adbcedf49
--- /dev/null
+++ b/keyboards/redox/keymaps/finex/config.h
@@ -0,0 +1,36 @@
+/*
+Copyright 2018 Leonardo (FiNeX) Finetti <finex@finex.org>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#pragma once
+
+/* Use I2C or Serial, not both */
+
+#define USE_SERIAL
+// #define USE_I2C
+
+/* Select hand configuration */
+
+#define MASTER_LEFT
+// #define MASTER_RIGHT
+// #define EE_HANDS
+
+#undef RGBLED_NUM
+#define RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 14
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8