1
0
Fork 0

Keymap for keebio/iris rev.4 supporting VIA (#9749)

* Create keymap.c

* Create config.h

* Update first revision

* Enhance keymap

* Enhance keymap

* Update keymap

* Make Via compatable

* Support mouse key

* Apply reviewer's change requests

* Adjust mouse factors

* Update config.h
This commit is contained in:
Yoonbae Cho 2020-07-26 01:44:45 +09:00 committed by GitHub
parent 65f4b94cda
commit a0b10593df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#pragma once
#define MOUSEKEY_DELAY 100
#define MOUSEKEY_INTERVAL 25
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_TIME_TO_MAX 30