qmk-dactyl-manuform-a/keyboards/handwired/concertina/64key
James Young 84ea77ead6
Remove `BOOTMAGIC_ENABLE = lite` option (#15002)
* remove BOOTMAGIC_ENABLE=lite setting

* change keyboard BOOTMAGIC_ENABLE rules

Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keyboard BOOTMAGIC_ENABLE inline comments

Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".

* change keymap BOOTMAGIC_ENABLE rules

Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

* change keymap BOOTMAGIC_ENABLE inline comments

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* change layout/user BOOTMAGIC_ENABLE rules/comments

Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.

Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".

* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/

* remove docs references to Full Bootmagic

* convert data-driven Bootmagic Lite instances

* remove Bootmagic Lite bodge from data-driven generation

* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a

* update docs/ja/config_options.md per mtei

* update docs/faq_misc.md per mtei

Remove remaining Full Bootmagic reference.
2021-11-05 08:18:09 +11:00
..
keymaps/default Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538) 2021-09-21 17:54:36 +01:00
64key.c
64key.h
config.h Compilation fixes for handwired/concertina/64key (#11987) 2021-02-28 17:10:26 +11:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
readme.md Configurator fixes for handwired/concertina/64key (#12316) 2021-03-23 11:18:19 -07:00
rules.mk Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00

readme.md

Concertina 64-key

A diploid, concave, columnar keyboard, with vertical finger clusters beneath large horizontal thumb clusters.

Side view

Hardware

This QMK model represents the printable keyboard shape identified as concertina_64key in the DMOTE applications list of GNU make targets, available here, 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.

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

Firmware

Brand new to QMK? Start here.

The default keymap for this layout has a QWERTY base layer (0) but is intended for running Colemak on the OS side. It has a separate key layer (1) that forces Colemak from the QMK side in case the keyboard has to be used with a computer that does not run Colemak. Layer 2 flips the navigation clusters around. Layer 3 is numbers and mouse control.

Building from the CLI

See the general build environment and make instructions to get set up.

To build firmware for the Concertina without the qmk utility:

make handwired/concertina/64key:default

To also flash a connected Concertina:

make handwired/concertina/64key:default:flash