logo

qmk_firmware

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

readme.md (1269B)


  1. # Proton C version of symmetric70_proto
  2. ![symmetric70_proto](https://i.imgur.com/SCtlXOS.jpg)
  3. A compact 70keys keyboard (prototype) designed by mtei
  4. * Keyboard Maintainer: [mtei](https://github.com/mtei)
  5. * Hardware Supported: Proton C (STM32F303CCT6)
  6. * Hardware Availability: This is just prototype
  7. Make example for this keyboard (after setting up your build environment):
  8. make handwired/symmetric70_proto/proton_c/normal:default
  9. make handwired/symmetric70_proto/proton_c/fast:default
  10. Flashing example for this keyboard:
  11. make handwired/symmetric70_proto/proton_c/normal:default:flash
  12. make handwired/symmetric70_proto/proton_c/fast:default:flash
  13. Testing options: (see more options: [local_features.mk](../local_features.mk), [matrix_debug](../matrix_debug/readme.md) and [matrix_fast](../matrix_fast/readme.md) )
  14. make MTEST=mdelay0 handwired/symmetric70_proto/proton_c/normal:default:flash
  15. make MTEST=mdelay0 handwired/symmetric70_proto/proton_c/fast:default:flash
  16. 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).