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.

24 lines
963 B

  1. # 3-Key-Ecosystem - 2key2
  2. ![keyboard](https://i.imgur.com/IJ1Zyc7.jpeg)
  3. This is a 2x1 macro keyboard with WS2812B key lighting.
  4. It's designed for a modular keyboard mount using an ATmega32U4.
  5. * Keyboard Maintainer: [softplus](https://github.com/softplus)
  6. * Hardware Supported: [3keyecosystem-2key2](https://github.com/softplus/3keyecosystem/tree/main/2key2)
  7. * Hardware Availability: Open-Source files at above link
  8. Make example for this keyboard (after setting up your build environment):
  9. make 3keyecosystem/2key2:default
  10. Flashing example for this keyboard:
  11. make 3keyecosystem/2key2:default:flash
  12. ## Bootloader
  13. To Enter the bootloader, click reset button on the main board.
  14. 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).