[Keyboard] move @omkbd 's boards to /omkbd (#16116)
This commit is contained in:
11
keyboards/omkbd/ergodash/ergodash.h
Normal file
11
keyboards/omkbd/ergodash/ergodash.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifdef KEYBOARD_omkbd_ergodash_rev1
|
||||
#include "rev1.h"
|
||||
#endif // #ifdef KEYBOARD_ergodash_rev1
|
||||
|
||||
#ifdef KEYBOARD_omkbd_ergodash_mini
|
||||
#include "mini.h"
|
||||
#endif
|
Reference in New Issue
Block a user