You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.0 KiB

  1. # dynamis
  2. ## general information
  3. ![dynamis](https://i.imgur.com/q2C3D2ul.jpg)
  4. Gasket mounted 65% row staggered keyboard integrated a trackball
  5. * Keyboard Maintainer: [bbrfkr](https://github.com/bbrfkr/)
  6. * Hardware Supported: dynamis PCBs
  7. * Hardware Availability: http://github.com/bbrfkr/keyboards
  8. ## bootloader
  9. Enter the bootloader in 2 ways:
  10. * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
  11. * **Keycode in layout**: Press the key mapped to `RESET` if it is available
  12. ## build and flash firmware
  13. Make example for this keyboard (after setting up your build environment):
  14. make bbrfkr/dynamis:default
  15. Flashing example for this keyboard:
  16. make bbrfkr/dynamis:default:flash
  17. 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).