]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/pc98_usb/config.h
ibmpc_usb: Update prebuilt firmware hex files
[max/tmk_keyboard.git] / converter / pc98_usb / config.h
index d3898d905f0609da50dba3b7856527f21f4f332a..b7a00ed7bd51bdc82476dc9b6f68b3b34be69709 100644 (file)
@@ -32,7 +32,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 /* key combination for command */
 #define IS_COMMAND()    ( \
-    keyboard_report->keys[0] == KC_STOP || \
+    matrix_is_on(12, 0) || /* STOP */ \
     keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \
 )