1
0

Update config.h

Please see the post at https://deskthority.net/keyboards-f2/tmk-firmware-for-xt-keyboards-t13847.html
This commit is contained in:
Matija Kovacic 2016-06-01 16:57:31 +02:00
parent a9bce90c60
commit 5cbc226add

View 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); \