mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
11 lines
133 B
C
11 lines
133 B
C
|
#ifndef EAGLE_VIPER_H
|
||
|
#define EAGLE_VIPER_H
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#ifdef KEYBOARD_eagle_viper_v2
|
||
|
#include "v2.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|