logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (3753B)


  1. # daskeyboard4
  2. ![daskeyboard4pro](https://i.imgur.com/Y3xT9Zuh.jpeg)
  3. ![PCB](https://i.imgur.com/UfzVHcjh.jpeg)
  4. Reverse engineered PCB definition of daskeyboard 4 (Professional)
  5. * Keyboard Maintainer: [Commander1024](https://github.com/Commander1024)
  6. * Hardware Supported: The PCB, rotary encoder, LEDs
  7. * Hardware Availability: https://www.daskeyboard.com/de/daskeyboard-4-professional/
  8. * Microcontroller used: https://stm32-base.org/boards/STM32F401CEU6-WeAct-Black-Pill-V3.0.html
  9. I used a WeAct Black Pill V3.0 featuring the STM32F401CEU6 processor to replace the keyboard's destroyed controller. This keyboard definition can also be easily adopted to use any other microcontroller compatible with QMK and with sufficient I/O ports.
  10. The layout definition in **info.json** contains the magic. The rows and columns appear in the pin definition in the order they appear on the 26 pads, where the original ribbon cable was connected. **Note**: Pad 25 is not connected.
  11. It *should* work for ANSI as well as ISO variants, although I only tested the latter.
  12. Rotary encoder and LEDs are handwired.
  13. ## Media key mapping
  14. KC_RGUI (right super key) is used to switch or toggle (double tap) to media layer.
  15. The rotary encoder is used for volume control.
  16. ![mediakeys](https://i.imgur.com/9g7tQzF.jpg)
  17. Make example for this keyboard (after setting up your build environment):
  18. make handwired/daskeyboard/daskeyboard4:default
  19. Flashing example for this keyboard:
  20. make handwired/daskeyboard/daskeyboard4:default:flash
  21. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  22. ## Bootloader
  23. Enter the bootloader in 3 ways:
  24. * **Bootmagic reset**: Hold down the key at (5,16) in the matrix (usually the top left key or Escape) and plug in the keyboard
  25. * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
  26. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  27. ## PCB-Pinout
  28. | PCB-pin | properties | STM32F411 |
  29. |---------|-----------------------------|-------------|
  30. | 1 | column, diode, 4 switches | C14 |
  31. | 2 | row, no diode, 13 switches | A13 |
  32. | 3 | row, no diode, 15 switches | A14 |
  33. | 4 | column, diode, 3 switches | C15 |
  34. | 5 | column, diode, 8 switches | A0 |
  35. | 6 | row, no diode, 14 switches | A1 |
  36. | 7 | column, diode, 7 switches | A2 |
  37. | 8 | row, no diode, 13 switches | A3 |
  38. | 9 | column, diode, 7 switches | A4 |
  39. | 10 | column, diode, 7 switches | A5 |
  40. | 11 | column, diode, 8 switches | A6 |
  41. | 12 | column, diode, 8 switches | A7 |
  42. | 13 | column, diode, 7 switches | B0 |
  43. | 14 | column, diode, 7 switches | B1 |
  44. | 15 | column, diode, 7 switches | B10 |
  45. | 16 | column, diode, 7 switches | B9 |
  46. | 17 | row, no diode, 12 switches | B8 |
  47. | 18 | column, diode, 2 switches | B7 |
  48. | 19 | column, diode, 2 switches | B6 |
  49. | 20 | column, diode, 6 switches | B5 |
  50. | 21 | column, diode, 6 switches | B4 |
  51. | 22 | row, no diode, 12 switches | B3 |
  52. | 23 | row, no diode, 10 switches | A15 |
  53. | 24 | row, no diode, 15 switches | B15 |
  54. | 25 | N/C | |
  55. | 26 | column, diode, 7 switches | A8 |