qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (963B)


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