logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (975B)


  1. # Default layout
  2. Layout created by: [Jan Christoph Ebersbach](https://github.com/jceb)
  3. The `generate_km.py` file automatically generates `keymap.c` with
  4. additional comments that visually represent the layout.
  5. This layout is maintained as I am using it. You can also use it as a
  6. starting point to create your own layouts for the Signum 3.0 with
  7. `km_template.txt` and `generate_km.py`.
  8. # Customization
  9. - Customize `layout.py` to your liking.
  10. - Attention 1: keycodes are either translated into symbols and
  11. function calls via the `translate()` function in `generate_km.py`
  12. or via user-defined mappings in the dictionary `qmk_dict` in
  13. `layout.py`. Especially the latter might require adjustment for
  14. uncommon qmk features
  15. - Attention 2: additional C functions need to be put into
  16. `km_template.txt`
  17. Run `./generate_km.py` to regenerate `keymap.c` and the JSON keymap
  18. definition that should be copied to `qmk_configurator/public/keymaps`.