diff options
author | Toni <jeder@mail1a.de> | 2016-08-16 17:35:03 +0200 |
---|---|---|
committer | Toni <jeder@mail1a.de> | 2016-08-16 17:35:03 +0200 |
commit | 8e142d8cbe8a749878d6b8ee5b6316341f1dfbb6 (patch) | |
tree | 72c97a0dbf6e14445e4b7de85c5f046ea048d663 | |
parent | deedd2f40890807931d45422aab2beef702925c4 (diff) | |
download | qmk_firmware-8e142d8cbe8a749878d6b8ee5b6316341f1dfbb6.tar.gz qmk_firmware-8e142d8cbe8a749878d6b8ee5b6316341f1dfbb6.zip |
no more warning thanks to iFreilicht's tip with undef
-rw-r--r-- | keyboards/satan/keymaps/iso_split_rshift/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/satan/keymaps/iso_split_rshift/config.h b/keyboards/satan/keymaps/iso_split_rshift/config.h index 5e79e07f51..27c1372da1 100644 --- a/keyboards/satan/keymaps/iso_split_rshift/config.h +++ b/keyboards/satan/keymaps/iso_split_rshift/config.h @@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "../../config.h" // only change +#undef RGB_DI_PIN #define RGB_DI_PIN B2 #endif |