qmk_firmware

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

readme.md (1933B)


      1 # Fruitbar
      2 
      3 ![Fruitbar](https://i.imgur.com/MlJudRrh.jpeg)
      4 
      5 A budget-oriented 40% with base kit compatibility. Perfect for those who have always wanted to try a 40% but worried about the lack of punctuation and arrow keys.
      6 
      7 * Keyboard Maintainer: [The QMK Community](https://github.com/qmk)
      8 * Hardware Supported:
      9   * Fruitbar PCB R1 (atmega32u4)
     10     * If the keyboard was built with an Elite-C, use the `fruitykeeb/fruitbar/r1/elite_c` firmware for RGB and encoder support.
     11   * Fruitbar PCB R2 (RP2040, rp2040)
     12 * Hardware Availability:
     13   * R1 Group Buy took place between 2021-10-01 and 2021-10-24 on [FruityKeeb](https://fruitykeeb.xyz/).
     14   * R2 Group Buy took place between 2023-02-01 1400 UTC and 2023-03-04 0359 UTC on [P3DStore](https://p3dstore.com)(US), [42keebs.eu](https://42keebs.eu)(EU), [CustomKBD](https://customkbd.com)(AU).
     15 
     16 Make example for this keyboard (after setting up your build environment):
     17 
     18     make fruitykeeb/fruitbar/r1:default
     19     make fruitykeeb/fruitbar/r2:default
     20 
     21 Flashing example for this keyboard:
     22 
     23     make fruitykeeb/fruitbar/r1:default:flash
     24     make fruitykeeb/fruitbar/r2:default:flash
     25 
     26 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).
     27 
     28 ## Bootloader
     29 
     30 Enter the bootloader in 3 ways:
     31 
     32 * **Bootmagic reset**: Hold down the top left key and plug in the keyboard. This will also clear EEPROM/emulated EEPROM, so it is a good first step if the keyboard is misbehaving.
     33 * **Physical reset**:
     34   - R1: Short the RST and GND pins on the Pro Micro.
     35   - R2: While holding down the `Boot` button, press the `Reset` button.
     36 * **Keycode in layout**: Press the key mapped to `QK_BOOT`. In the default keymap it is on the second layer, replacing the Left Control key in the bottom left.