qmk_firmware

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

readme.md (1614B)


      1 # uncertainty
      2 
      3 ![uncertainty](https://i.imgur.com/IKrn37Bh.jpeg)
      4 
      5 *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.*
      6 
      7 * Keyboard Maintainer: [Vinh Le](https://github.com/vinhcatba)
      8 * Hardware Supported: The PCB is [here](https://github.com/vinhcatba/uncertainty), controller supported: STM32F401 Blackpill, SSD1306 128x32 OLED, WS2812B RGB, External EEPROM, Rotary Encoder.
      9 * Hardware Availability: [Open-source hardware](https://github.com/vinhcatba/uncertainty)
     10 
     11 Make example for this keyboard (after setting up your build environment):
     12 
     13     make vinhcatba/uncertainty:default
     14 
     15 Flashing example for this keyboard:
     16 
     17     make vinhcatba/uncertainty:default:flash
     18 
     19 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).
     20 
     21 ## Bootloader
     22 
     23 Enter the bootloader in 3 ways:
     24 * **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.
     25 * **Physical reset button**: On Blackpill board: Hold `NRST` and `BOOT0` -> Release `NRST` first and **quickly** release `BOOT0` right after.
     26 * **Keycode in layout**: `QK_BOOT` is on the second layer, replacing Escape (top left key).