qmk_firmware/keyboards/signum/3_0/keymaps/default
Ryan 18dc851e37
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps

* `DEBUG` -> `DB_TOGG`, user keymaps

* `DEBUG` -> `DB_TOGG`, community layouts

* `DEBUG` -> `DB_TOGG`, userspace

* `DEBUG` -> `DB_TOGG`, docs & core
2022-10-19 11:33:05 +01:00
..
generate_km.py [Keyboard] refactor signum30 (#14527) 2021-09-24 10:05:29 -07:00
keymap.c RESET -> QK_BOOT default keymaps (#17037) 2022-05-15 20:26:27 +01:00
km_template.txt [Keyboard] refactor signum30 (#14527) 2021-09-24 10:05:29 -07:00
layout.py Remove legacy Debug keycode (#18769) 2022-10-19 11:33:05 +01:00
readme.md [Keyboard] refactor signum30 (#14527) 2021-09-24 10:05:29 -07:00
rules.mk [Keyboard] refactor signum30 (#14527) 2021-09-24 10:05:29 -07:00

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.