qmk_firmware

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

readme.md (855B)


      1 # TOFU_JR_V1
      2 A customizable 65% RGB keyboard.
      3 
      4 * Keyboard Maintainer: [moyi4681](https://github.com/moyi4681)
      5 * Hardware Supported: TOFU_JR_V1
      6 * Hardware Availability: [KBDfans](https://kbdfans.com/)
      7 
      8 ## Bootloader mode
      9 
     10 Enter the bootloader in 3 ways:
     11 
     12 * Bootmagic reset: Hold down the left top key then plug in the USB cable.
     13 * Physical reset button: Double tap the reset button.
     14 * Keycode in layout: Press the key mapped to QK_BOOT if it is available.
     15 
     16 ## Making firmware
     17 
     18 Make example for this keyboard (after setting up your build environment):
     19 
     20     make dztech/tofu/jr:default
     21 
     22 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).