diff options
Diffstat (limited to 'keyboards/deltasplit75/v2/config.h')
-rw-r--r-- | keyboards/deltasplit75/v2/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/deltasplit75/v2/config.h b/keyboards/deltasplit75/v2/config.h index 475a5c9dc..fc85f9125 100644 --- a/keyboards/deltasplit75/v2/config.h +++ b/keyboards/deltasplit75/v2/config.h | |||
@@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
54 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
55 | #define LOCKING_RESYNC_ENABLE | 55 | #define LOCKING_RESYNC_ENABLE |
56 | 56 | ||
57 | /* key combination for command */ | ||
58 | #define IS_COMMAND() ( \ | ||
59 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
60 | ) | ||
61 | |||
62 | /* ws2812 RGB LED */ | 57 | /* ws2812 RGB LED */ |
63 | #define RGB_DI_PIN D3 | 58 | #define RGB_DI_PIN D3 |
64 | 59 | ||
@@ -82,5 +77,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
82 | //#define NO_ACTION_MACRO | 77 | //#define NO_ACTION_MACRO |
83 | //#define NO_ACTION_FUNCTION | 78 | //#define NO_ACTION_FUNCTION |
84 | 79 | ||
85 | |||
86 | #endif | 80 | #endif |