summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/iso_split_rshift/config.h
diff options
context:
space:
mode:
authorChris Browne <cbbrowne@hpaq.int.linuxdatabases.info>2016-10-10 23:18:15 +0200
committerChris Browne <cbbrowne@hpaq.int.linuxdatabases.info>2016-10-10 23:18:15 +0200
commit4b682ea63e2b3dd0bc1132917be7985ce0da57a6 (patch)
tree6d79874c5542148c27907511ecdb2e9e5e12b24b /keyboards/satan/keymaps/iso_split_rshift/config.h
parent04759d63ef9b520fc41d76de64bb65198448fc1c (diff)
parenta9df99b81c787862dc3fa11bd854fe39e704da81 (diff)
downloadqmk_firmware-4b682ea63e2b3dd0bc1132917be7985ce0da57a6.tar.gz
qmk_firmware-4b682ea63e2b3dd0bc1132917be7985ce0da57a6.tar.xz
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
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 000000000..27c1372da
--- /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