qmk_firmware/keyboards/vinhcatba/uncertainty
2024-04-15 19:19:23 +01:00
..
keymaps
bongo.c Remove more unnecessary quantum.h includes (#23402) 2024-04-05 14:48:21 +11:00
bongo.h Remove more unnecessary quantum.h includes (#23402) 2024-04-05 14:48:21 +11:00
config.h WS2812 PWM: prefix for DMA defines (#23111) 2024-03-02 17:16:47 +00:00
halconf.h
keyboard.json Migrate build target markers to keyboard.json - TUV (#23514) 2024-04-15 19:19:23 +01:00
mcuconf.h
readme.md
rules.mk Migrate some EEPROM config to info.json (#22434) 2023-11-14 09:30:19 +11:00
uncertainty.c Remove more unnecessary quantum.h includes (#23402) 2024-04-05 14:48:21 +11:00
uncertainty.h

uncertainty

uncertainty

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.

  • Keyboard Maintainer: Vinh Le
  • Hardware Supported: The PCB is here, controller supported: STM32F401 Blackpill, SSD1306 128x32 OLED, WS2812B RGB, External EEPROM, Rotary Encoder.
  • Hardware Availability: Open-source hardware

Make example for this keyboard (after setting up your build environment):

make vinhcatba/uncertainty:default

Flashing example for this keyboard:

make vinhcatba/uncertainty:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Bootloader

Enter the bootloader in 3 ways:

  • 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.
  • Physical reset button: On Blackpill board: Hold NRST and BOOT0 -> Release NRST first and quickly release BOOT0 right after.
  • Keycode in layout: QK_BOOT is on the second layer, replacing Escape (top left key).