mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 11:34:38 +00:00
10 lines
119 B
C
10 lines
119 B
C
#ifndef FEATHERBLE_H
|
|
#define FEATHERBLE_H
|
|
|
|
#include "../meira.h"
|
|
|
|
#include "quantum.h"
|
|
|
|
#include "pro_micro.h"
|
|
|
|
#endif
|