qmk_firmware

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

readme.md (1409B)


      1 # 3w6_2040
      2 
      3 ![image](https://i.imgur.com/QAL63nyh.jpg)
      4 
      5 A split keyboard with 3x5 vertically staggered keys and 3 thumb keys, with support for pimoroni trackball modules on each half.
      6 
      7 This version is distinct from keyboards/3w6 and is exclusive to [keycapsss.com](https://keycapsss.com).
      8 
      9 * Keyboard Maintainer: [@keyboard-magpie]
     10 * Hardware Supported: On board rp2040 microcontrollers.
     11 * Hardware Availability: [keycapsss.com](https://keycapsss.com)
     12 
     13 Make firmware .uf2 for this keyboard (after setting up your build environment):
     14 
     15     qmk compile -kb keycapsss/3w6_2040 -km default
     16 
     17 Example of flashing this keyboard:
     18 
     19     qmk flash -kb keycapsss/3w6_2040 -km default (or drag and drop the uf2 from the above command into the mass storage device that appears when in bootloader mode)
     20 
     21 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).
     22 
     23 ## Bootloader
     24 
     25 Enter the bootloader in 3 ways:
     26 
     27 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
     28 * **Physical reset button**: Press and hold the button on the front of the PCB when plugging in.
     29 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available