summaryrefslogtreecommitdiff
path: root/keyboards/satan/keymaps/iso_split_rshift/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-08-17 21:11:59 -0400
committerGitHub <noreply@github.com>2016-08-17 21:11:59 -0400
commit1442a882d4dd11eea033c34308c8adf49be53e95 (patch)
tree564d3c7183c3b4c325749ad01e28cfff84496974 /keyboards/satan/keymaps/iso_split_rshift/config.h
parentf59b61332fa9deab1fb21ab8af2f123238965c51 (diff)
parentc024de4a879cdab04f0473c29c6e9c4f6f28cbae (diff)
Merge pull request #640 from toneman77/iso_satan
heavily modified spacefn layout for iso boards using the satan PCB
Diffstat (limited to 'keyboards/satan/keymaps/iso_split_rshift/config.h')
-rw-r--r--keyboards/satan/keymaps/iso_split_rshift/config.h27
1 files changed, 27 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 0000000000..27c1372da1
--- /dev/null
+++ b/keyboards/satan/keymaps/iso_split_rshift/config.h
@@ -0,0 +1,27 @@
+/*
+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"
+
+// only change
+#undef RGB_DI_PIN
+#define RGB_DI_PIN B2
+
+#endif