summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/ibm_5291/ibm_5291.c
diff options
context:
space:
mode:
authorlistofoptions <39714365+listofoptions@users.noreply.github.com>2018-11-26 18:53:49 +0100
committerDrashna Jaelre <drashna@live.com>2018-11-26 18:53:49 +0100
commit4ebd27002a344b017276dc70796435a8e718f46a (patch)
tree4414504e6cd7d6192f77b918f576abe2b91d4e41 /keyboards/converter/ibm_5291/ibm_5291.c
parentf3ffd6ad50f0a4bf24f0a0453cc5502b4b88f390 (diff)
downloadqmk_firmware-4ebd27002a344b017276dc70796435a8e718f46a.tar.gz
qmk_firmware-4ebd27002a344b017276dc70796435a8e718f46a.tar.xz
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.c3
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 000000000..9b937a545
--- /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