diff options
Diffstat (limited to 'keyboards/clueboard/17/config.h')
-rw-r--r-- | keyboards/clueboard/17/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/clueboard/17/config.h b/keyboards/clueboard/17/config.h index bd64dfd27..21728348d 100644 --- a/keyboards/clueboard/17/config.h +++ b/keyboards/clueboard/17/config.h | |||
@@ -62,11 +62,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
62 | /* Locking resynchronize hack */ | 62 | /* Locking resynchronize hack */ |
63 | #define LOCKING_RESYNC_ENABLE | 63 | #define LOCKING_RESYNC_ENABLE |
64 | 64 | ||
65 | /* key combination for command */ | ||
66 | #define IS_COMMAND() ( \ | ||
67 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
68 | ) | ||
69 | |||
70 | /* Underlight configuration | 65 | /* Underlight configuration |
71 | */ | 66 | */ |
72 | #define RGB_DI_PIN F6 | 67 | #define RGB_DI_PIN F6 |