aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/dactyl_manuform/5x7/5x7.h
diff options
context:
space:
mode:
authorRJ Bernau <Ashtoruin@users.noreply.github.com>2020-07-25 22:36:39 +0100
committerGitHub <noreply@github.com>2020-07-25 22:36:39 +0100
commitdb540e2832b0d3bed6ae2ca3a2c893d9c79a7f5d (patch)
tree1d3d9220b9eb20a41964967195ad2f7751348283 /keyboards/handwired/dactyl_manuform/5x7/5x7.h
parenta0b10593dff4b983ce36b7ff9ecb4f8682c592c5 (diff)
downloadfirmware-db540e2832b0d3bed6ae2ca3a2c893d9c79a7f5d.tar.gz
firmware-db540e2832b0d3bed6ae2ca3a2c893d9c79a7f5d.tar.bz2
firmware-db540e2832b0d3bed6ae2ca3a2c893d9c79a7f5d.zip
Adding VIA support for Dactyl Manuform 5x7 (#9462)
* adding via support for Dactyl Manuform 5x7 * Changing Vendor ID from FEED to 444D (DM) * Update keyboards/handwired/dactyl_manuform/4x6/config.h Fixing typo in Dactyl Manuform 4x6 Product Id Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/dactyl_manuform/4x5/config.h Fixing typo in Dactyl Manuform 4x5 Product Id Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Roland Bernau <roland@bernau.dev> Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x7/5x7.h')
-rw-r--r--keyboards/handwired/dactyl_manuform/5x7/5x7.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x7/5x7.h b/keyboards/handwired/dactyl_manuform/5x7/5x7.h
index 88b68b31e..c01fce957 100644
--- a/keyboards/handwired/dactyl_manuform/5x7/5x7.h
+++ b/keyboards/handwired/dactyl_manuform/5x7/5x7.h
@@ -6,8 +6,8 @@
#ifdef USE_I2C
#include <stddef.h>
#ifdef __AVR__
- #include <avR/io.h>
- #include <avR/inteRRupt.h>
+ #include <avr/io.h>
+ #include <avr/interrupt.h>
#endif
#endif