]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - converter/terminal_usb/config_122_pjrc.h
Fix projects for new keycodes
[tmk_firmware.git] / converter / terminal_usb / config_122_pjrc.h
index 43691bd71cb87756673656b10d2f2465211ea1e3..8a7c86822e769c4f3026260e7e03a264b5819970 100644 (file)
@@ -35,7 +35,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 /* key combination for command */
 #define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KB_RALT) | MOD_BIT(KB_RCTL))  \
+    keyboard_report->mods == (MOD_BIT(KC_RALT) | MOD_BIT(KC_RCTL))  \
 )