Files
firmware/right/src/main.h
2017-11-03 03:20:08 +01:00

11 lines
135 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
// Includes:
#include "key_matrix.h"
#include "slot.h"
#include "module.h"
#endif