diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 12:20:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 12:20:29 -0500 |
commit | c256ad51bd36512740906c6d43bbaa622255f9e3 (patch) | |
tree | 0c4e14f5a2c96dc6c244f99da3ca3129b03d5fa9 /keyboards/handwired/reddot/reddot.c | |
parent | 790dab27b6b515327e9f543d56b6233eeeba9e9a (diff) | |
parent | f36fc1d2e534b23bfd9794dab85859f6a9fbeb18 (diff) |
Merge pull request #1056 from upils/master
Add reddot handwired keyboard.
Diffstat (limited to 'keyboards/handwired/reddot/reddot.c')
-rwxr-xr-x | keyboards/handwired/reddot/reddot.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/handwired/reddot/reddot.c b/keyboards/handwired/reddot/reddot.c new file mode 100755 index 0000000000..4e1efc06ce --- /dev/null +++ b/keyboards/handwired/reddot/reddot.c @@ -0,0 +1,7 @@ +#include "reddot.h" + +void matrix_init_kb(void) { + + matrix_init_user(); +} + |