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