diff options
author | listofoptions <39714365+listofoptions@users.noreply.github.com> | 2018-11-26 12:53:49 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-26 09:53:49 -0800 |
commit | 4ebd27002a344b017276dc70796435a8e718f46a (patch) | |
tree | 4414504e6cd7d6192f77b918f576abe2b91d4e41 /keyboards/converter/ibm_5291/ibm_5291.c | |
parent | f3ffd6ad50f0a4bf24f0a0453cc5502b4b88f390 (diff) | |
download | qmk_firmware-4ebd27002a344b017276dc70796435a8e718f46a.tar.gz qmk_firmware-4ebd27002a344b017276dc70796435a8e718f46a.zip |
Keyboard: 5291 firmware to replace the existing soarers controller firmware (#4483)
* compiles but is not working
* still testing 5291
* compiles but is not working
* still testing 5291
* fixed a but in the layout (reversed key order in row)
* compiles but is not working
* still testing 5291
* fixed a but in the layout (reversed key order in row)
* fixed some issues
* doumentation needed
* doumentation needed
* documentation needed
* documentation needed
* Update readme.md
documentation
* Update readme.md
i dislike markdown <_>
* merge preperation
Diffstat (limited to 'keyboards/converter/ibm_5291/ibm_5291.c')
-rw-r--r-- | keyboards/converter/ibm_5291/ibm_5291.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/converter/ibm_5291/ibm_5291.c b/keyboards/converter/ibm_5291/ibm_5291.c new file mode 100644 index 0000000000..9b937a545a --- /dev/null +++ b/keyboards/converter/ibm_5291/ibm_5291.c @@ -0,0 +1,3 @@ +#include "ibm_5291.h" +#include <avr/io.h> +#include "quantum.h"
\ No newline at end of file |