mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
minor fix for HHKB Makefile and doc
This commit is contained in:
parent
cec2549505
commit
13e4662bae
2 changed files with 9 additions and 9 deletions
2
hhkb/Makefile
Normal file → Executable file
2
hhkb/Makefile
Normal file → Executable file
|
@ -42,7 +42,7 @@ USB_NKRO_ENABLE = yes # USB Nkey Rollover
|
||||||
|
|
||||||
|
|
||||||
#---------------- Programming Options --------------------------
|
#---------------- Programming Options --------------------------
|
||||||
PROGRAM_CMD = teensy_loader_cli.exe -mmcu=$(MCU) -w -v $(TARGET).hex
|
PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ Keyswitch PCB:
|
||||||
http://www.alldatasheet.com/datasheet-pdf/pdf/27373/TI/SN74LS145D.html
|
http://www.alldatasheet.com/datasheet-pdf/pdf/27373/TI/SN74LS145D.html
|
||||||
BU9831 Non-volatile electronic potentiometer: for calibration?
|
BU9831 Non-volatile electronic potentiometer: for calibration?
|
||||||
http://www.alldatasheet.com/datasheet-pdf/pdf/36387/ROHM/BU9831.html
|
http://www.alldatasheet.com/datasheet-pdf/pdf/36387/ROHM/BU9831.html
|
||||||
TP1684 Capacitive Sensing controller: no datasheet available.
|
TP1683/4 Capacitive Sensing controller: no datasheet available.
|
||||||
|
|
||||||
(HHKB_keyswitch.jpg)
|
(HHKB_keyswitch.jpg)
|
||||||
|
|
||||||
|
@ -120,16 +120,16 @@ Matrix diagram:
|
||||||
|bias control? - - - - - - - - ---
|
|bias control? - - - - - - - - ---
|
||||||
| 3.9K*8 R R R R R R R R |
|
| 3.9K*8 R R R R R R R R |
|
||||||
+--------^+ +--------+ - - - - - - - - |
|
+--------^+ +--------+ - - - - - - - - |
|
||||||
| TP 1684 | | HC4051 <0-------|-|-|-|-|-|-|-|--|R|-+
|
| 2| | HC4051 <0-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
| |capa. | <1-------|-|-|-|-|-|-|-|--|R|-+
|
| |capa. | <1-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
| |sense | <2-------|-|-|-|-|-|-|-|--|R|-+
|
| TP1684 |sense | <2-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
| <------| <3-------|-|-|-|-|-|-|-|--|R|-+
|
| 11<------| <3-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
| | | <4-------|-|-|-|-|-|-|-|--|R|-+
|
| | | <4-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
| | | <5-------|-|-|-|-|-|-|-|--|R|-+
|
| | | <5-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
| |calib.| <6-------|-|-|-|-|-|-|-|--|R|-+
|
| <-+ | <6-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
| <-+? | <7-------|-|-|-|-|-|-|-|--|R|-+
|
| 1 4 | | | <7-------|-|-|-|-|-|-|-|--|R|-+
|
||||||
+---V-----+ | +-^-^-^--+ 0 1 2 3 4 5 6 7 33K*8
|
+---V---^-+ | +-^-^-^--+ 0 1 2 3 4 5 6 7 33K*8
|
||||||
KEY ??? | A B C +-----------------+
|
KEY PREV | A B C +-----------------+
|
||||||
| | +-^----+ | | | | LS145 |
|
| | +-^----+ | | | | LS145 |
|
||||||
Vcc | | |BU9831| | | | +-^--^--^--^------+
|
Vcc | | |BU9831| | | | +-^--^--^--^------+
|
||||||
--- | | +------+ | | | A B C D +------+
|
--- | | +------+ | | | A B C D +------+
|
||||||
|
|
Loading…
Reference in a new issue