]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/fc660c/README.md
usb_hid: Update arduino cores to 1.8.13
[max/tmk_keyboard.git] / keyboard / fc660c / README.md
index 906396d357cbc03dfa2fa8717f1409476ece7096..3ceafee58d78fcf6fa1f22df133f2c6560800eb0 100644 (file)
@@ -37,7 +37,7 @@ Pinouts
     |16      | 5         |+Z3-LVC138A-2-B                       |COL3       |PD5
     |17      | 4         |+Z3-LVC138A-1-A                       |COL2       |PD4
     |18      | 3         |+Z3-LVC138A-4-~G2A  Z6-TP1684-5-~EN   |COL1       |PD7
-    |19      | 2         |+Z7-LV07A-11-~InsertLED               |LED1       |PB7
+    |19      | 2         |+Z7-LV07A-11-~InsertLED               |LED1       |PB5
     |20      | 1         |+Z7-LV07A-13-~CapsLED                 |LED2       |PB6
 
 ```
@@ -65,7 +65,7 @@ Row5-7 have no key, you can omit scaning on those lines. Topre original controll
     |   7|    |    |    |    |    |    |    |    |    |    |    |    |    |    |    |    |
 
 Logic analyzer pics:
-- https://i.imgur.com/9SZUzYo.jpg
+- http://i.imgur.com/9XoNTev.png
 - https://i.imgur.com/5FCP1Ay.png
 
 This code emuluates what original cotnroller does for matrix scan.
@@ -129,11 +129,15 @@ Datasheets
 
 3.3V power supply
 -----------------
-LV07A and LVC138A are 5V-tolerant and can be powered with 5V, the keyboard will work only with 5V power supply.
-It may not be completely safe to operate LV138A with 5V Vcc, its datasheet says:
+LV07A and LVC138A are 5V-tolerant and can be powered with 5V, the keyboard will work only with 5V power supply. It may not be completely safe to operate LV138A with 5V Vcc, its datasheet says:
 
 > Exposure to absolute-maximum-rated conditions for extended periods may affect device reliability.
 
+Digipot AD5258
+--------------
+Controller can operate AD5258 via I2C to change actuation point of keys. This may make keyboard unusable accidentally and it will be difficult to recovery in some situation. For safety firmware doesn't support it at this point, though.
+
+Lower value of RDAC register causes shallower actuation point.
 
 Resources
 ---------