From 8e142d8cbe8a749878d6b8ee5b6316341f1dfbb6 Mon Sep 17 00:00:00 2001
From: Toni <jeder@mail1a.de>
Date: Tue, 16 Aug 2016 17:35:03 +0200
Subject: [PATCH] no more warning thanks to iFreilicht's tip with undef

---
 keyboards/satan/keymaps/iso_split_rshift/config.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/keyboards/satan/keymaps/iso_split_rshift/config.h b/keyboards/satan/keymaps/iso_split_rshift/config.h
index 5e79e07f5..27c1372da 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
-- 
2.39.5