DK60TPLight/README.md

98 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2019-01-19 08:55:36 +01:00
# DK60TP Light
Mechanical keyboard with backlit and Trackpoint support.
The light version does not include RGB underglow.
2017-06-14 19:41:04 +02:00
:warning: Still in development :warning:
2019-01-21 14:00:22 +01:00
=> Check develop branch for up to date version
2017-06-14 19:43:09 +02:00
## Features
2017-07-09 12:35:55 +02:00
- Poker case compatible (if you don't use Trackpoint)
2017-06-14 19:41:04 +02:00
- IBM Trackpoint
- Many layouts
- Backlit
- Open Hardware
2017-07-09 12:35:55 +02:00
## Supported layouts
2017-06-14 19:41:04 +02:00
![Layout](./Previews/DK60TP.png "Layout")
2017-07-09 12:35:55 +02:00
## PCB render
2017-06-14 19:41:04 +02:00
![PCB](./Previews/BACK.png "PCB")
![PCB](./Previews/FRONT.png "PCB Front")
## Features
2019-01-19 08:55:36 +01:00
DK60TP allows some customisations like caps lock led or mouse emulation by using trackpoint.
For all pinout above, `pin 1` is represented by the square hole.
2017-07-09 12:35:55 +02:00
### Trackpoint
To use trackpoint you need to connect the `MOUSE PCB` with the `MAIN PCB`. Trackpoint need to be connected to the `MOUSE PCB`.
#### Pinout
1. Vcc
2. GND
3. D2 (data)
4. reset
5. D5 (clock)
2017-07-09 12:35:55 +02:00
### Capslock led
Capslock led can be tuned to :
* enable internal led
* disabled it
* use external led
To do this you need to play with the 3 pins connector placed near the reset button.
#### Pinout
2017-07-10 08:08:43 +02:00
* 1: +Vled (square pin)
* 2: Integrated led
* 3: GND
2017-07-09 12:35:55 +02:00
#### Example
##### Integrated led
Place a jumper between pin 1 and 2.
##### External led
2017-07-11 21:10:14 +02:00
Connect your led between pin 1 and 3.
2017-07-09 12:35:55 +02:00
##### Disable led
Remove the jumper or place it between pin 2 and 3.
2017-06-14 19:43:09 +02:00
## Firmware
2017-06-14 19:41:04 +02:00
2017-07-09 12:35:55 +02:00
DK60TP still in development and for now does not have associate firmware, but it will be supported by QMK firmware.
2017-06-14 19:41:04 +02:00
2017-06-14 19:43:09 +02:00
## Used softwares
2017-06-14 19:41:04 +02:00
I've only used Open Source software to make all parts of this project.
List of used softwares:
* OS: Debian
* Kicad
* QCad
* Freecad
* ...
2017-06-14 19:43:09 +02:00
## Third party
2017-07-09 12:35:55 +02:00
Libraries and footprints are provided by Hasu, /u/techieee, mohitg11 and me.
2017-06-14 19:41:04 +02:00
2017-06-14 19:43:09 +02:00
## External links
2017-06-14 19:41:04 +02:00
2017-07-09 12:35:55 +02:00
* [PCB guide](https://github.com/ruiqimao/keyboard-pcb-guide)
* [Hasu's lib](https://github.com/tmk/kicad_lib_tmk)
* [Hasu's footprint](https://github.com/tmk/keyboard_parts.pretty)
* [/u/techieee's footprint](https://github.com/egladman/keebs.pretty)
* [mohitg11's footprints and libraries](https://github.com/mohitg11/TS65AVR)
* [Trackpoing pinout on alonswartz github](https://github.com/alonswartz/trackpoint)
2017-07-09 12:35:55 +02:00
* [Plate generator](http://builder.swillkb.com/)
* [QMK Firmware](https://github.com/qmk/qmk_firmware)