]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/do60/config.h
[Docs] update feature_rgblight.md: add some figures (#5578)
[qmk_firmware.git] / keyboards / do60 / config.h
index 4a7dcddfdb4ae70b26c8e583eae1e55d9bd710f9..74d27de39e143ea4d1f4238c57afe5ab2b5786f6 100644 (file)
@@ -72,11 +72,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-  keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 #define TAPPING_TERM 200
 
 #endif