forked from forks/qmk_firmware
e4236278b5
* added to handwired pill60 * Update keyboards/handwired/pill60/config.h and all other PR suggested changes Deleted DESCRIPTION Co-authored-by: Drashna Jaelre <drashna@live.com> Update keyboards/handwired/pill60/readme.md Smaller image in readme Co-authored-by: Drashna Jaelre <drashna@live.com> Update keyboards/handwired/pill60/info.json Deleted key_count Co-authored-by: Ryan <fauxpark@gmail.com> Update keyboards/handwired/pill60/keymaps/default/keymap.c Deleted backslash on keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Update keyboards/handwired/pill60/pill60.h Deleted led.h Co-authored-by: Ryan <fauxpark@gmail.com> Update keyboards/handwired/pill60/blackpill_f401/rules.mk Update stm32f401 rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Update keyboards/handwired/pill60/blackpill_f411/rules.mk Update stm32f411 rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Update keyboards/handwired/pill60/bluepill/rules.mk Update bluepill rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Update keyboards/handwired/pill60/rules.mk Added comment on rules.mk to help ] Co-authored-by: Ryan <fauxpark@gmail.com> deleted bootloader_defs.h added GPL2 + compatible license header updated keymap readme updated those that don't need common_config.h and deleted some unnecessary spaces in f411/rules.mk updated default folder in rules.mk * fix and simplify build files according to onekey example * Added GPL2+ Compatible license header |
||
---|---|---|
.. | ||
blackpill_f401 | ||
blackpill_f411 | ||
bluepill | ||
keymaps/default | ||
config.h | ||
info.json | ||
pill60.c | ||
pill60.h | ||
readme.md | ||
rules.mk |
Pill60
A 60% open source keyboard with rotary encoder, OLED screen, and Hotswap socket, using STM32F103 / Blue Pill.
- Keyboard Maintainer: Ikta#8871 (Discord)
- Hardware Supported: Pill60 PCB, STM32F103C8T6
- Hardware Availability: github
Step by step guide on how to install a bootloader if your bluepill don't have one :
- Download this bootloader
- Flash Using FTDI Serial to USB converter or an ST-Link, as in this video, but replacing the bootloader file
- Put Boot 1 to 1, then reset the board, if you're using the same bootloader, the LED should blink
- Flash your .bin file using dfu-util
- Put Boot 1 back to 0, then reset again
Building Guide :
- Use
qmk compile -kb handwired/pill60 -km default
to compile default keymap and using STM32F103 as an MCU - Use
qmk compile -kb handwired/pill60/blackpill_f401 -km default
to compile default keymap and using STM32F401 as an MCU - Use
qmk compile -kb handwired/pill60/blackpill_f411 -km default
to compile default keymap and using STM32F411 as an MCU
Warning: currently tested MCU is STM32F103, I am still waiting for f401 and f411 to arrive
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.