~ruther/qmk_firmware

ref: 89b9a39614f0d788aa9f2ac0a338b30fb34745b7 qmk_firmware/keyboards/splitkb/zima/keymaps/default/readme.md -rw-r--r-- 645 bytes
89b9a396 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 4 (#23764) 11 months ago

#The default keymap for zima

This includes support for the OLED and Encoder. However, the actual code is found in the zima.c file. This can be replaced by adding your own oled_task_user(void) and encoder_update_user functinons. These will replace what is in the keyboard, and allow you to customize these features.

The reason that this is done this way, is so that this functionality will work on the QMK Configurator

For reference, the code used for the oled and encoder defaults is in zima.c.

Do not follow this link