mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +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
|