logo

qmk_firmware

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

readme.md (1614B)


  1. # uncertainty
  2. ![uncertainty](https://i.imgur.com/IKrn37Bh.jpeg)
  3. *This is an open source keyboard with exposed-component design. It has 96% (1800) layout with extra 3 keys on the left for custom macro (default are Copy, Paste and open Calculator). It features OLED screen, RGB Backlight, Encoder and VIA-supported. Powered by a STM32F401 Blackpill.*
  4. * Keyboard Maintainer: [Vinh Le](https://github.com/vinhcatba)
  5. * Hardware Supported: The PCB is [here](https://github.com/vinhcatba/uncertainty), controller supported: STM32F401 Blackpill, SSD1306 128x32 OLED, WS2812B RGB, External EEPROM, Rotary Encoder.
  6. * Hardware Availability: [Open-source hardware](https://github.com/vinhcatba/uncertainty)
  7. Make example for this keyboard (after setting up your build environment):
  8. make vinhcatba/uncertainty:default
  9. Flashing example for this keyboard:
  10. make vinhcatba/uncertainty:default:flash
  11. 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).
  12. ## Bootloader
  13. Enter the bootloader in 3 ways:
  14. * **Bootmagic reset**: Hold down the top left key and plug in the keyboard. This will also clear EEPROM, so it is a good first step if the keyboard is misbehaving.
  15. * **Physical reset button**: On Blackpill board: Hold `NRST` and `BOOT0` -> Release `NRST` first and **quickly** release `BOOT0` right after.
  16. * **Keycode in layout**: `QK_BOOT` is on the second layer, replacing Escape (top left key).