ergodox-firmware/src/firmware.c

23 lines
579 B
C

/* ----------------------------------------------------------------------------
* Firmware for the ergoDOX keyboard
* ----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak
* Released under The MIT License (MIT) (see "license.md") at
* <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
#include "keyboard/ergodox.h"
#include "controller/teensy-2-0.h"
#include "lib/twi.h"
#include "lib/print.h"
void main() {
init();
}
void init() {
}