aboutsummaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorRossman360 <53881724+Rossman360@users.noreply.github.com>2020-06-19 18:27:27 -0400
committerGitHub <noreply@github.com>2020-06-20 08:27:27 +1000
commitb43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f (patch)
treeb85b1f470b1be150ce6b81c86d4d444aad842353 /users
parent5a5ecd7dd9729280ef72c5133c4007ef15c3f300 (diff)
downloadfirmware-b43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f.tar.gz
firmware-b43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f.tar.bz2
firmware-b43bdc1c69bb5a57976a159bfc00c4ac1c7c7f8f.zip
rebound rev4, consolodated switch matrix from 5x12 to 7x8 (#9314)
Diffstat (limited to 'users')
-rw-r--r--users/rossman360/rossman360.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/rossman360/rossman360.h b/users/rossman360/rossman360.h
index 994916b54..8786da831 100644
--- a/users/rossman360/rossman360.h
+++ b/users/rossman360/rossman360.h
@@ -2,6 +2,7 @@
#include "quantum.h"
#define BWORD LCTL(KC_BSPC)
+#define BLINE LALT(KC_BSPC)
#define LWORD LCTL(KC_LEFT)
#define RWORD LCTL(KC_RIGHT)
#define JUMPBACK LSFT(KC_TAB)