]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/mechmerlin/config.h
Remove more commented out MCUs
[qmk_firmware.git] / users / mechmerlin / config.h
index 3c45162bcccf7ae5019c45413d364b6913117837..fe8f9c9ffb2a5c776e5c52c415256009f2adb4fc 100644 (file)
 
 // Enable features depending on keyboard
 #if defined(KEYBOARD_clueboard_66_hotswap_prototype)
-    #define RGBLIGHT_ENABLE
-    #define AUDIO_CLICKY
+    #ifndef RGBLIGHT_ENABLE
+        #define RGBLIGHT_ENABLE
+    #endif
+    #ifndef AUDIO_CLICKY
+        #define AUDIO_CLICKY
+    #endif
 #elif defined(KEYBOARD_clueboard_66_hotswap_gen1)
-    #define AUDIO_CLICKY
-#else
-    #define RGBLIGHT_ENABLE
+    #ifndef AUDIO_CLICKY
+        #define AUDIO_CLICKY
+    #endif
 #endif