Compilation fixes for handwired/concertina/64key (#11987)

* concatenate config.h to 64key directory

* move rules.mk to 64key directory

This commit makes the firmware actually compile.

* insert complete rules.mk contents

Conforms the file to QMK's template.

* move info.json to 64key directory

* remove concertina.h

This file no longer serves a purpose now that everything is in the 64key directory.

* complete 64key readme.md

Conforms the file more to QMK's template.
This commit is contained in:
James Young
2021-02-27 22:10:26 -08:00
committed by GitHub
parent cd12fe86d3
commit f41e5ec928
7 changed files with 51 additions and 60 deletions

View File

@@ -18,6 +18,13 @@
#include "config_common.h"
/* USB device descriptors */
#define VENDOR_ID 0x444D
#define PRODUCT_ID 0x3632
#define DEVICE_VER 0x0001
#define PRODUCT Concertina
#define MANUFACTURER Viktor Eikman
#define MATRIX_ROWS 8
#define MATRIX_COLS 8