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