From eeb64437673c0f5c16f0ddf1e2a8362be81b615a Mon Sep 17 00:00:00 2001 From: Balz Guenat Date: Tue, 12 Dec 2017 03:05:12 +0100 Subject: actuation point adjustment for fc980c and fc660c (#2134) * add i2c lib submodule * add actuation point adjustment to fc980c * add actuation point adjustment to fc660c also. * use https for i2c submodule * move to existing i2c lib * properly remove old submodule * oops, forgot some files for the fc660c --- keyboards/fc660c/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'keyboards/fc660c/README.md') diff --git a/keyboards/fc660c/README.md b/keyboards/fc660c/README.md index ce84abad8..5cb9bcea4 100644 --- a/keyboards/fc660c/README.md +++ b/keyboards/fc660c/README.md @@ -25,6 +25,17 @@ Thread on Geekhack: https://geekhack.org/index.php?topic=88439.0 Also: https://geekhack.org/index.php?topic=88720.0 + +Actuation Point adjustment +-------------------------- +You can adjust the actuation point of the keys by setting `ACTUATION_DEPTH_ADJUSTMENT` in `config.h`. +A value above 0 will result in a deeper, less sensitive actuation whereas a value above 1 will result in a more shallow, more sensitive actuation. +Be careful with this setting and use small values (+/-5). +See the `actuation-point-example` keymap of the `fc980c` keyboard for an example. +For more information, inspect the `fc660c_i2c` branch of TMK [here](https://github.com/tmk/tmk_keyboard/tree/fc660c_i2c). +Functionality for writing to the EEPROM has deliberately not been included to reduce the chance of people messing up their boards. + + Pinouts ------- -- cgit v1.2.3