From fdeb7f7665899cf52e66436a06774eae10646596 Mon Sep 17 00:00:00 2001 From: adiron Date: Fri, 9 Mar 2018 21:27:31 +0200 Subject: Added Contra keyboard support (#2501) * Added Contra keyboard support The configuration came from a source distribution of the firmware on the Contra's official website. I have also included a simple MIDI keymap. (And it works!) * Changes to Contra config and README * Readme has been changed as requested by jackhumbert * Config has been changed to add the Cartel and Contra names to the USB configuration. --- keyboards/contra/contra.c | 1 + 1 file changed, 1 insertion(+) create mode 100755 keyboards/contra/contra.c (limited to 'keyboards/contra/contra.c') diff --git a/keyboards/contra/contra.c b/keyboards/contra/contra.c new file mode 100755 index 0000000000..3ef66a9c0d --- /dev/null +++ b/keyboards/contra/contra.c @@ -0,0 +1 @@ +#include "contra.h" -- cgit v1.2.3