]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/xt_usb/config.h
ibmpc_usb: Update prebuilt firmware hex files
[max/tmk_keyboard.git] / converter / xt_usb / config.h
index 24bf3c330718d0155096452a7efa70edc0fcdc5b..917626f8192340a5064797ac3bc530d7def6241a 100644 (file)
@@ -71,7 +71,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     EICRA |= ((1<<ISC11) |      \
               (0<<ISC10));      \
 } while (0)
+/* clears flag and enables interrupt */
 #define XT_INT_ON()  do {      \
+    EIFR  |= (1<<INTF1);        \
     EIMSK |= (1<<INT1);         \
 } while (0)
 #define XT_INT_OFF() do {      \