qmk_firmware/keyboards/signum/3_0/keymaps/default
Ryan 6b38dc17cd
Remove deprecated RGB_ and Mouse keycodes (#25444)
* Remove deprecated `RGB_` and Mouse keycodes

* Update old mouse keycodes, 0-9/A-M

* Update old mouse keycodes, N-Z & layouts

* Missed some stuff
2025-07-11 11:05:41 -06:00
..
generate_km.py Unicodemap keycodes rename (#21092) 2023-06-01 17:25:08 +01:00
keymap.c Remove deprecated RGB_ and Mouse keycodes (#25444) 2025-07-11 11:05:41 -06:00
km_template.txt Align definition of unicode_map (#19452) 2023-01-01 11:54:12 +11:00
layout.py Remove deprecated RGB_ and Mouse keycodes (#25444) 2025-07-11 11:05:41 -06:00
readme.md
rules.mk

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.