main.cpp (202B)
- #include <Arduino.h>
- int main(void)
- {
- init();
- #if defined(USBCON)
- USBDevice.attach();
- #endif
- setup();
- for (;;) {
- loop();
- if (serialEventRun) serialEventRun();
- }
- return 0;
- }
git clone https://anongit.hacktivis.me/git/qmk_firmware.git
main.cpp (202B)
- #include <Arduino.h>
- int main(void)
- {
- init();
- #if defined(USBCON)
- USBDevice.attach();
- #endif
- setup();
- for (;;) {
- loop();
- if (serialEventRun) serialEventRun();
- }
- return 0;
- }