1 2 3 4 5 6 7 8 9 10
#ifndef EAGLE_VIPER_H #define EAGLE_VIPER_H #include "quantum.h" #ifdef KEYBOARD_eagle_viper_v2 #include "v2.h" #endif #endif