diff options
author | nachie <me@nachie.com> | 2018-03-28 20:20:15 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-28 23:20:15 -0400 |
commit | 931a52d1ae50aef36e55fde59874614f742554a3 (patch) | |
tree | a4ae713bb7eb75990ff6433b6e6924e7fc583e6d /keyboards/paladin64/paladin64.c | |
parent | 331288233dd5e613fa2c74b5ff6fdec94dcbdf5e (diff) | |
download | qmk_firmware-931a52d1ae50aef36e55fde59874614f742554a3.tar.gz |
Support for the Paladin64 PCB (#2639)
* Support for the Paladin64 PCB
* Paladin64: Added readme. Added the bootloader option to rules.mk
* Fixed the formatting
* fixed the flash command
Diffstat (limited to 'keyboards/paladin64/paladin64.c')
-rwxr-xr-x | keyboards/paladin64/paladin64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/paladin64/paladin64.c b/keyboards/paladin64/paladin64.c new file mode 100755 index 000000000..5ef78d5bf --- /dev/null +++ b/keyboards/paladin64/paladin64.c @@ -0,0 +1,2 @@ +#include "paladin64.h" + |