files for compiling a firmware

This commit is contained in:
ItzAdel
2022-01-01 17:21:31 +04:00
parent b41df92878
commit 315b96d492
15 changed files with 356 additions and 0 deletions

7
firmware/angelwings.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#ifdef KEYBOARD_angelwings_rev1
# include "rev1.h"
#endif
#include "quantum.h"