79 lines
3.1 KiB
Markdown
79 lines
3.1 KiB
Markdown
# Cantor Keyboard
|
|
The Cantor keyboard is a 42 key diodeless split keyboard, designed with simplicity in mind. It is inspired on the popular [corne](https://github.com/foostan/crkbd), [ferris](https://github.com/pierrechevalier83/ferris) and [sweep](https://github.com/davidphilipbarr/Sweep) keyboards, aiming to provide a more ergonomic (stronger column stagger) corne-like layout with a simple, easy to assemble and cheap design.
|
|
|
|
![Cantor Keyboard](assets/cantor_keyboard.jpg)
|
|
|
|
The keyboard uses choc switches with choc spacing. Therefore, only MBK keycaps can be used.
|
|
|
|
## Disclaimers
|
|
|
|
All the designs and files are provided "AS IS" without any warranty or support.
|
|
|
|
## Design philosophy
|
|
|
|
The Cantor is designed with the following goals:
|
|
|
|
- Comfort
|
|
- Powerful
|
|
- Low cost
|
|
- Simplicity
|
|
- Ease of build
|
|
- USB-C
|
|
- No diodes
|
|
|
|
The PCB is reversible to reduce manufacturing costs.
|
|
|
|
## Getting started
|
|
|
|
Would you like to build this keyboard? Then continue reading!
|
|
|
|
### Bill of Materials
|
|
|
|
To build the keyboard, you will need the following materials:
|
|
|
|
- 2x PCB boards (both are equal since they are reversible)
|
|
- 2x STM32F401CC blackpill microcontrollers (they are cheap on aliexpress)
|
|
- Pins and sockets for the microcontrollers (blackpill needs 20 pin stripes)
|
|
- 42 Choc v1 switches
|
|
- 42 MBK keycaps
|
|
- Some little rubber feet/bumpers (recommended 6 mm of diameter)
|
|
- 2x TRRS jacks (PJ-320A)
|
|
- 1x TRRS cable
|
|
- 1x USB cable compatible with your computer and the blackpill
|
|
|
|
### Order the PCB
|
|
|
|
Download the gerber file from realeses, and submit it to your favorite PCB manufacturer. The keyboard designs have been tested with JLCPCB.
|
|
|
|
### How to Build
|
|
|
|
To build the keyboard, you'll also need a soldering iron and some tin. Follow the [build guide](doc/build_guide.md).
|
|
|
|
### Firmware
|
|
|
|
The Cantor keyboard uses the QMK firmware.
|
|
|
|
To flash the firmware to the microcontroller connect the blackpill to your computer and set it to bootloader mode. To do this the first time:
|
|
|
|
1. Press and hold the BOOT0 button.
|
|
2. Press and release the NRST button.
|
|
3. Release the BOOT0 button.
|
|
|
|
The following times you want to flash the keyboard, it is much simpler thanks to bootmagic. Hold the top left key of the keyboard and plug the microcontroller. If flashing the right part, hold the top right key.
|
|
|
|
## Feedback
|
|
|
|
If you have build this keyboard, please fill [this form](https://forms.gle/nfJCsei5hyHbjaHn9) to provide feedback. This will help to improve the keyboard design in future revisions.
|
|
|
|
Also, you can open an issue reporting any problem or feature request.
|
|
|
|
## Support
|
|
|
|
The development of a keyboard takes time and money. If you like this keyboard a want to support me for the work and to develop future revisions of the keyboard, consider donating:
|
|
|
|
<form action="https://www.paypal.com/donate" method="post" target="_top">
|
|
<input type="hidden" name="hosted_button_id" value="ZKKE68MCBQ9P6" />
|
|
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
|
<img alt="" border="0" src="https://www.paypal.com/en_ES/i/scr/pixel.gif" width="1" height="1" />
|
|
</form>
|