Remove unused key

This commit is contained in:
Richard Baptist 2019-09-25 17:13:26 +02:00
parent 49323dc30b
commit 1d82b7cca7
No known key found for this signature in database
GPG Key ID: 115D8B1815981F35

View File

@ -42,8 +42,6 @@ enum custom_keycodes {
#define KC_TBFWD LCTL(KC_TAB)
#define KC_TBBCK LCTL(LSFT(KC_TAB))
#define KC_CTENT RCTL_T(KC_ENTER)
#define KC_RCTBR RCTL_T(KC_RBRACKET)
#define KC_LCTBR LCTL_T(KC_LBRACKET)