|
|
5 лет назад | |
|---|---|---|
| .. | ||
| blackpill_f401 | 9dcd03b6ca Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) | 5 лет назад |
| blackpill_f411 | 9dcd03b6ca Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) | 5 лет назад |
| bluepill | bdb757e189 ChibiOS conf migrations... take 11 (#11646) | 5 лет назад |
| keymaps | a0fed0ea17 Convert Encoder callbacks to be boolean functions (#12805) | 5 лет назад |
| config.h | c65aecc53a Remove redundant I2C config defines from keyboards (#11661) | 5 лет назад |
| info.json | 11146ecd08 pill60 fix info.json to be used in configurator (#11979) | 5 лет назад |
| pill60.c | e4236278b5 [Keyboard] added Pill60 to handwired/pill60 (#10798) | 5 лет назад |
| pill60.h | e4236278b5 [Keyboard] added Pill60 to handwired/pill60 (#10798) | 5 лет назад |
| readme.md | e4236278b5 [Keyboard] added Pill60 to handwired/pill60 (#10798) | 5 лет назад |
| rules.mk | e4236278b5 [Keyboard] added Pill60 to handwired/pill60 (#10798) | 5 лет назад |
A 60% open source keyboard with rotary encoder, OLED screen, and Hotswap socket, using STM32F103 / Blue Pill.
Step by step guide on how to install a bootloader if your bluepill don't have one :
Building Guide :
qmk compile -kb handwired/pill60 -km default to compile default keymap and using STM32F103 as an MCUqmk compile -kb handwired/pill60/blackpill_f401 -km default to compile default keymap and using STM32F401 as an MCUqmk compile -kb handwired/pill60/blackpill_f411 -km default to compile default keymap and using STM32F411 as an MCUSee the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
