logo

qmk_firmware

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

readme.md (1528B)


  1. # 68keys
  2. A 68-key keyboard with per-key RGB, Kailh hotswap sockets, and USB-C. Uses Blue Pill.
  3. ## History
  4. This keyboard was inspired by the [68keys.io](https://68keys.io/) keyboard. The
  5. 68keys keyboard has a similar layout to the
  6. [MagicForce 68](https://www.amazon.com/Qisan-Mechanical-Keyboard-68-Keys-Magicforce/dp/B01E8KO2B0).
  7. [di0ib](https://github.com/di0ib) did a
  8. [replacement PCB](https://github.com/di0ib/tmk_keyboard/tree/master/keyboard/mf68)
  9. for the Magicforce 68.
  10. I love the Magicforce 68, but wanted a few changes. As a colossally
  11. disproportionate response to this challenge, I created
  12. [a utility](https://github.com/sowbug/keycad/) that generates PCBs from
  13. arbitrary KLE JSON files, and used it to create this keyboard.
  14. ## A note about backlighting
  15. I wanted my per-key RGB keyboard to have a dim backlight on all keys, but didn't
  16. want to sacrifice cool RGB matrix effects to have it. So I wrote up
  17. [a QMK patch](https://github.com/sowbug/qmk_firmware/commit/f7f859ceeefde40e639cfc75044af477504d30f8)
  18. that treats RGB(0, 0, 0) as eligible for backlighting. Unfortunately the QMK
  19. maintainers weren't interested (actually, now that I look back, I didn't submit
  20. a pull request, but rather discussed it in a chat room), so it's not upstreamed.
  21. Thus you'll have to add that patch (and
  22. [this](https://github.com/sowbug/qmk_firmware/commit/ff17800ef4a9cba59d754c72720d6877edb8fbb9))
  23. to your copy of QMK and then enable it in config.h and rules.mk.
  24. ## Building and flashing
  25. `qmk flash -kb sowbug/68keys -km default`