mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
Putting my ducks in a row: Eagle/Viper V2 into Duck directory (#3766)
* mv eagle_viper into duck * delete files * remove eagle_viper .c and .h
This commit is contained in:
parent
3916b06168
commit
b1935c5e0d
18 changed files with 5 additions and 16 deletions
|
@ -8,5 +8,5 @@ Newest version is the [Eagle/Viper V2](http://duck0113.tistory.com/127)
|
|||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make eagle_viper/v2:default
|
||||
make duck/eagle_viper/v2:default
|
||||
|
3
keyboards/duck/eagle_viper/rules.mk
Normal file
3
keyboards/duck/eagle_viper/rules.mk
Normal file
|
@ -0,0 +1,3 @@
|
|||
DEFAULT_FOLDER = duck/eagle_viper/v2
|
||||
|
||||
LAYOUTS = 60_ansi
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef V2_H
|
||||
#define V2_H
|
||||
|
||||
#include "../eagle_viper.h"
|
||||
#include "quantum.h"
|
||||
|
||||
#define ___ KC_NO
|
||||
|
|
@ -1 +0,0 @@
|
|||
#include "eagle_viper.h"
|
|
@ -1,10 +0,0 @@
|
|||
#ifndef EAGLE_VIPER_H
|
||||
#define EAGLE_VIPER_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_eagle_viper_v2
|
||||
#include "v2.h"
|
||||
#endif
|
||||
|
||||
#endif
|
|
@ -1,3 +0,0 @@
|
|||
DEFAULT_FOLDER = eagle_viper/v2
|
||||
|
||||
LAYOUTS = 60_ansi
|
Loading…
Reference in a new issue