summaryrefslogtreecommitdiffstats
path: root/keyboards/fc980c/keymaps/actuation-point-example/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/keymaps/actuation-point-example/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/keymaps/actuation-point-example/README.md')
-rw-r--r--keyboards/fc980c/keymaps/actuation-point-example/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/fc980c/keymaps/actuation-point-example/README.md b/keyboards/fc980c/keymaps/actuation-point-example/README.md
new file mode 100644
index 000000000..e4e9ab98c
--- /dev/null
+++ b/keyboards/fc980c/keymaps/actuation-point-example/README.md
@@ -0,0 +1,9 @@
+# Actuation Point adjustment example keymap
+
+This keymap is an example of how the actuation point adjustment functionality could be used. In `config.h`, we set `ACTUATION_DEPTH_ADJUSTMENT` to `+1`, which puts the actuation point slightly deeper, making the keys less sensitive.
+
+If [hid_listen](https://www.pjrc.com/teensy/hid_listen.html) is running, `CAPS_LOCK + F9` prints the current RDAC setting and `CAPS_LOCK + F10` prints the default or base setting. `CAPS_LOCK + F11` and `CAPS_LOCK + F12` can be used to adjust the actuation point dynamically. Make only small adjustments and find your ideal setting. For example, if the base setting of your keyboard is 56 but you prefer a slightly lower actuation point at 58, you should set `ACTUATION_DEPTH_ADJUSTMENT` to `+2`.
+
+If something goes wrong during adjustment, for example keys not actuating anymore or actuating spontaneously, don't panic. Just unplug the keyboard and plug it back in. This will revert all your dynamic changes made with `F11` and `F12`.
+
+If you discover you have set a too high or low value for `ACTUATION_DEPTH_ADJUSTMENT`, you will need to recompile and reflash your keyboard.