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