diff options
| author | tmk <hasu@tmk-kbd.com> | 2015-05-17 19:34:34 +0900 |
|---|---|---|
| committer | tmk <hasu@tmk-kbd.com> | 2015-05-19 00:39:43 +0900 |
| commit | 6b588eb7f7893500e18686e673dbf12b511dc975 (patch) | |
| tree | 62d7a75008d3407f318ae650c7a45643944eee31 /tmk_core/protocol/pjrc | |
| parent | 9a2282157fbdf57ef0a50d4fea7da72505906588 (diff) | |
| download | qmk_firmware-6b588eb7f7893500e18686e673dbf12b511dc975.tar.gz qmk_firmware-6b588eb7f7893500e18686e673dbf12b511dc975.zip | |
Add keyboard_setup() and matrix_setup()
Diffstat (limited to 'tmk_core/protocol/pjrc')
| -rw-r--r-- | tmk_core/protocol/pjrc/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/protocol/pjrc/main.c b/tmk_core/protocol/pjrc/main.c index e7bdcc059..45eb17d4c 100644 --- a/tmk_core/protocol/pjrc/main.c +++ b/tmk_core/protocol/pjrc/main.c | |||
| @@ -46,6 +46,8 @@ int main(void) | |||
| 46 | // set for 16 MHz clock | 46 | // set for 16 MHz clock |
| 47 | CPU_PRESCALE(0); | 47 | CPU_PRESCALE(0); |
| 48 | 48 | ||
| 49 | keyboard_setup(); | ||
| 50 | |||
| 49 | // Initialize the USB, and then wait for the host to set configuration. | 51 | // Initialize the USB, and then wait for the host to set configuration. |
| 50 | // If the Teensy is powered without a PC connected to the USB port, | 52 | // If the Teensy is powered without a PC connected to the USB port, |
| 51 | // this will wait forever. | 53 | // this will wait forever. |
