]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ymd96/config.h
[Keyboard] update Wasdat custom matrix (#6247)
[qmk_firmware.git] / keyboards / ymd96 / config.h
index 3122c694eb3d06412a64914eb4a822745964ca30..51d42603dcb2eabec522cb3426f869e2a479f007 100644 (file)
@@ -23,7 +23,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define VENDOR_ID       0x20A0
 #define PRODUCT_ID      0x422D
-// TODO: share these strings with usbconfig.h
 // Edit usbconfig.h to change these.
 #define MANUFACTURER    ymdkey
 #define PRODUCT         ymd96
@@ -55,7 +54,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define NO_UART 1
 #define BOOTLOADHID_BOOTLOADER 1*/
 
-/* key combination for command */
-#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
-
 #endif