mirror of https://github.com/qmk/qmk_firmware
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
|