21610d245a
- Fix typo in the default layout. - Move esc and del to the navi layer. - Fix issue with oneshot layers and double tap aka DBL_TAP. - Add caps lock to the raise layer. Was relying on a broken behavior for the double tap to work with oneshot keys, i.e. the oneshot layer not being cleared after a key press in `process_record_user`, which allowed me to first press an oneshot key, then double tap and then a key. With the behavior fixed, this no longer works. As the oneshot layer will be cleared when double tap is pressed. To make double tap useful again. I changed that any of the layer keys does not clear the double tap. Which allows me for example to first press double tap, then an oneshot key and then a key. So now I'm able to type my double symbols again. |
||
---|---|---|
.. | ||
keymaps | ||
rev1 | ||
config.h | ||
info.json | ||
kyria.c | ||
kyria.h | ||
readme.md | ||
rules.mk |
Kyria
An ergonomical 40% split keyboard
Keyboard Maintainer: splitkb.com
Hardware Supported: Pro Micro 5V/16MHz and compatible.
Hardware Availability: splitkb.com and partners.
Make example for this keyboard (after setting up your build environment):
make kyria:default
Example of flashing this keyboard:
make kyria/rev1:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
A build guide for the Kyria can be found at docs.splitkb.com.