]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Update config.h
authorMatija Kovacic <alh84001.hr@hotmail.com>
Wed, 1 Jun 2016 14:57:31 +0000 (16:57 +0200)
committerMatija Kovacic <alh84001.hr@hotmail.com>
Wed, 1 Jun 2016 14:57:31 +0000 (16:57 +0200)
Please see the post at https://deskthority.net/keyboards-f2/tmk-firmware-for-xt-keyboards-t13847.html

converter/xt_usb/config.h

index 21e764007b34489908547fd8c5366a4ab02c9cad..a9f44ca8cdbb9f9f9255a6eef761e0e231b307e4 100644 (file)
@@ -57,7 +57,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define XT_DATA_BIT    0
 #define XT_INT_INIT()  do {    \
     EICRA |= ((1<<ISC11) |      \
-              (0<<ISC10));      \
+              (1<<ISC10));      \
 } while (0)
 #define XT_INT_ON()  do {      \
     EIMSK |= (1<<INT1);         \