diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-22 13:16:49 -0400 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-22 13:16:49 -0400 |
commit | 90abe70586a3d36bae4d2e3a1f1a02cc64d8925e (patch) | |
tree | a2008718ea0845edfa15942cdd6180d8d5128815 /keyboards/satan/keymaps/iso_split_rshift/config.h | |
parent | 3cb1dce62238084c523763a9fc04ed7112525819 (diff) | |
parent | d8c5041f0a3849c96d7e0bfcf7b22e1aba98ac04 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/satan/keymaps/iso_split_rshift/config.h')
-rw-r--r-- | keyboards/satan/keymaps/iso_split_rshift/config.h | 27 |
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 |