qmk-dactyl-manuform-a/keyboards/splitkb/zima/keymaps/drashna
Drashna Jaelre 3fa592a402
[Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)
2021-12-14 20:53:36 -08:00
..
config.h [Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415) 2021-12-14 20:53:36 -08:00
keymap.c [Core] Change OLED task function to be boolean (#14864) 2021-11-02 09:42:50 +11:00
readme.md [Keymap] Drashna Updates - Split+OLED edition (#11968) 2021-02-23 10:57:24 -08:00
rules.mk [Keymap] Drashna's Defaults cleanup (#13722) 2021-07-26 17:59:49 -07:00

readme.md

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.