qmk_firmware/keyboards/signum/3_0/elitec/keymaps/default
Jan Christoph Ebersbach a1f2514051 [Keyboard] Layout and configuration updates for Signum 3.0 (#5652)
* Make Signum 3.0 compatible with default ortho_4x12 layout

* Disable unicode map by default

* Add missing backspace key

* Add missing delete key

* Fix broken gui right command

* Move MO5 to a different key an add Esc to L4

* Move MO5 to a different key

* Add Del and Bspace to layer 4
2019-04-19 23:37:19 -07:00
..
generate_km.py [Keyboard] Layout and configuration updates for Signum 3.0 (#5652) 2019-04-19 23:37:19 -07:00
keymap.c [Keyboard] Layout and configuration updates for Signum 3.0 (#5652) 2019-04-19 23:37:19 -07:00
km_template.txt [Keyboard] Add Signum 3.0 for the elite-c (#5478) 2019-04-07 19:20:09 -07:00
layout.py [Keyboard] Layout and configuration updates for Signum 3.0 (#5652) 2019-04-19 23:37:19 -07:00
readme.md [Keyboard] Add Signum 3.0 for the elite-c (#5478) 2019-04-07 19:20:09 -07:00
rules.mk [Keyboard] Layout and configuration updates for Signum 3.0 (#5652) 2019-04-19 23:37:19 -07:00

readme.md

Default layout

Layout created by: Jan Christoph Ebersbach

The generate_km.py file automatically generates keymap.c with additional comments that visually represent the layout.

This layout is maintained as I am using it. You can also use it as a starting point to create your own layouts for the Signum 3.0 with km_template.txt and generate_km.py.

Customization

  • Install python3 and Sorted Containers Library, pip install sortedcontainers.

  • Customize layout.py to your liking.

    • Attention 1: keycodes are either translated into symbols and function calls via the translate() function in generate_km.py or via user-defined mappings in the dictionary qmk_dict in layout.py. Especially the latter might require adjustment for uncommon qmk features
    • Attention 2: additional C functions need to be put into km_template.txt

Run ./generate_km.py to regenerate keymap.c.