qmk-firmware/keyboards/signum/3_0/elitec/keymaps/default
Konstantin Đorđević bdfdc506da
Rename UC_OSX (and related constants) to UC_MAC (#8589)
* Rename UC_OSX (and related constants) to UC_MAC

* Update UNICODE_SONG_OSX references to UNICODE_SONG_MAC

* Update UC_M_OS references to UC_M_MA

* Add UC_OSX alias for backwards compatibility

* Add deprecation warning for UC_OSX to Unicode docs

* Add UC_M_OS alias for backwards compatibility

* Update newly found UC_M_OS and UNICODE_SONG_OSX references

* Add legacy UNICODE_MODE_OSX alias, revert changes to user keymaps

* Add legacy UNICODE_SONG_OSX alias, revert changes to user keymaps

* Replace removed sounds in Unicode song doc examples
2020-03-31 18:28:43 +02:00
..
generate_km.py [Keymap] Signum3.0 Generate printable keymap (#5818) 2019-05-08 11:04:32 -07:00
keymap.c [Keyboard] Signum 3 0 enable kinetic speed (#6740) 2019-09-30 12:28:51 -07:00
km_template.txt
layout.py Rename UC_OSX (and related constants) to UC_MAC (#8589) 2020-03-31 18:28:43 +02:00
readme.md [Keyboard] Signum3.0 generate json keymap (#5688) 2019-04-30 21:53:29 -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

  • 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 and the JSON keymap definition that should be copied to qmk_configurator/public/keymaps.