summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/iso_split_rshift/config.h
diff options
context:
space:
mode:
authorToni <jeder@mail1a.de>2016-07-17 14:57:56 +0200
committerToni <jeder@mail1a.de>2016-07-17 14:57:56 +0200
commitde96513ff2f12e56a572b6f54db548725194c10b (patch)
tree7add980443fe4cb2b24cdfacbfc90c7c2548c271 /keyboards/satan/keymaps/iso_split_rshift/config.h
parent9ecf9073b96799e52a1f1c0d35b57177382902ce (diff)
downloadqmk_firmware-de96513ff2f12e56a572b6f54db548725194c10b.tar.gz
qmk_firmware-de96513ff2f12e56a572b6f54db548725194c10b.tar.xz
changes needed for a ISO satan PCB including a split right-shift key
Diffstat (limited to 'keyboards/satan/keymaps/iso_split_rshift/config.h')
-rw-r--r--keyboards/satan/keymaps/iso_split_rshift/config.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/satan/keymaps/iso_split_rshift/config.h b/keyboards/satan/keymaps/iso_split_rshift/config.h
new file mode 100644
index 000000000..39eec4b59
--- /dev/null
+++ b/keyboards/satan/keymaps/iso_split_rshift/config.h
@@ -0,0 +1,31 @@
+/*
+Copyright 2012 Jun Wako <wakojun@gmail.com>
+
+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/>.
+*/
+
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+
+#define RGB_DI_PIN B2
+#define RGBLIGHT_TIMER
+#define RGBLED_NUM 8 // Number of LEDs
+#define RGBLIGHT_HUE_STEP 10
+#define RGBLIGHT_SAT_STEP 17
+#define RGBLIGHT_VAL_STEP 17
+
+#endif