diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-15 11:12:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 11:12:52 -0400 |
commit | 71d6d7b22c9a72e281b9efd7a9476f6fb2964099 (patch) | |
tree | 634933daef9e3539e3301bf788de902faafd64fc /keyboards/handwired/numpad20/numpad20.c | |
parent | 8c184847f74641ac1eef6a29700c4ee4cab42f6c (diff) | |
parent | a8f872e728cde990f7b272306480eedc96a7f3f7 (diff) |
Merge pull request #1147 from nooges/numpad20
Add handwired 20-key Numpad
Diffstat (limited to 'keyboards/handwired/numpad20/numpad20.c')
-rw-r--r-- | keyboards/handwired/numpad20/numpad20.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/numpad20/numpad20.c b/keyboards/handwired/numpad20/numpad20.c new file mode 100644 index 0000000000..101cf2cb4b --- /dev/null +++ b/keyboards/handwired/numpad20/numpad20.c @@ -0,0 +1,8 @@ +#include "numpad20.h" + +void matrix_init_kb(void) { + // put your keyboard start-up code here + // runs once when the firmware starts up + + matrix_init_user(); +} |