logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1603B)


  1. # Brick
  2. ![Brick, top view](https://i.imgur.com/BLJ6Tumh.jpg)
  3. ![Brick, layout options](https://i.imgur.com/JhsWzY7h.png)
  4. Brick is a 12u, 4 row ortholinear keyboard designed as a drop in replacement for PCBs like the Niu Mini. Brick features a USB-C port, an ATMega32u4, RGB underglow, three possible rotary encoder locations, and multiple ortho layout options.
  5. * Keyboard Maintainer: [pauper](https://github.com/pauperboards)
  6. * Hardware Supported:
  7. * Brick v0.1 - prototype first run with red solder mask and needing a bodge wire across the top row encoder location.
  8. * Brick v0.2 - same layout and components as v0.1, but with the bodge fixed. This version was run as part of Cervello group buy by [P3DStore](http://p3dstore.com).
  9. * Hardware Availability: Some remaining pcbs might be available for purchase from [P3D](http://p3dstore.com/collections/pcbs/products/cervello-pcb-only-group-buy).
  10. Make example for this keyboard (after setting up your build environment):
  11. make pauperboards/brick:default
  12. Flashing example for this keyboard:
  13. make pauperboards/brick:default:flash
  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).
  15. ## Bootloader
  16. Enter the bootloader in one of 2 ways:
  17. * **Physical Reset Button**: Briefly press the button on the underside of the pcb, near the MCU.
  18. * **Keycode**: Press the key mapped to `QK_BOOT` in your keymap, if available.