summaryrefslogtreecommitdiffstats
path: root/keyboards/fc980c/README.md
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-12-12 03:05:12 +0100
committerJack Humbert <jack.humb@gmail.com>2017-12-12 03:05:12 +0100
commiteeb64437673c0f5c16f0ddf1e2a8362be81b615a (patch)
tree0c1c65a087f8b427cdf5e85ec9082ce0ba9a0dd0 /keyboards/fc980c/README.md
parentc1a6ca46a77d88da40647a54bf1e712da69bc143 (diff)
downloadqmk_firmware-eeb64437673c0f5c16f0ddf1e2a8362be81b615a.tar.gz
qmk_firmware-eeb64437673c0f5c16f0ddf1e2a8362be81b615a.tar.xz
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
Diffstat (limited to 'keyboards/fc980c/README.md')
-rw-r--r--keyboards/fc980c/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/fc980c/README.md b/keyboards/fc980c/README.md
index 7e44436ef..10d84a096 100644
--- a/keyboards/fc980c/README.md
+++ b/keyboards/fc980c/README.md
@@ -32,6 +32,16 @@ The keyboard is very similar electronically to its sibling model FC660C you can
FC660C Alt Controller: https://geekhack.org/index.php?topic=88439.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 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.
+
+
Hardware
--------
This project uses common and familiar ATmega32u4 but any microcontroller with 5V I/O will work.