aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lets_split/rev2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lets_split/rev2/config.h')
-rw-r--r--keyboards/lets_split/rev2/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/lets_split/rev2/config.h b/keyboards/lets_split/rev2/config.h
index 1c0871cd1..e31026965 100644
--- a/keyboards/lets_split/rev2/config.h
+++ b/keyboards/lets_split/rev2/config.h
@@ -53,11 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
53/* Locking resynchronize hack */ 53/* Locking resynchronize hack */
54#define LOCKING_RESYNC_ENABLE 54#define LOCKING_RESYNC_ENABLE
55 55
56/* key combination for command */
57#define IS_COMMAND() ( \
58 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
59)
60
61/* ws2812 RGB LED */ 56/* ws2812 RGB LED */
62#define RGB_DI_PIN D3 57#define RGB_DI_PIN D3
63 58