ergodox-firmware/src/main.h

19 lines
607 B
C

/* ----------------------------------------------------------------------------
* main() : functions that may be useful externally
* ----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak <benblazak.dev@gmail.com>
* Released under The MIT License (MIT) (see "license.md")
* Project located at <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
#ifndef MAIN_h
#define MAIN_h
#include "lib/key-functions/public.h"
void main_exec_key( KBFUN_FUNCTION_ARGS );
#endif