qmk-firmwares/keyboards/handwired/concertina/64key/readme.md
James Young f41e5ec928
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.
2021-02-28 17:10:26 +11:00

1.6 KiB
Raw Blame History

Concertina 64-key

Concertina 64-key

A diploid, concave, columnar keyboard.

This folder represents the keyboard configuration identified as concertina_64key in the DMOTE applications list of GNU make targets, as of version 0.7.0 of that application. The QMK code is fully compatible back to version 0.6.0, which introduced the Concertina.

The default keymap for this layout has a QWERTY base layer but is intended for running Colemak on the OS side. It has a separate key layer that forces Colemak from the QMK side in case the keyboard has to be used with a computer that does not run Colemak.

A full set of printable caps to match the keymap is available in the dmote-keycap application, here.

Make example for this keyboard (after setting up your build environment):

make handwired/concertina/64key:default

Flashing example for this keyboard:

make handwired/concertina/64key:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.