qmk-dactyl-manuform-a/keyboards/handwired/pill60
Ryan 9dcd03b6ca
Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)
* Set bootloader to stm32-dfu for STM32F303

* Set bootloader to stm32-dfu for STM32F0x2

* Set bootloader to stm32-dfu for STM32F4x1

* Set bootloader to stm32duino for sowbug

* Delete redundant bootloader_defs headers

* Add some missing MCU name comments

* Move APM32 dfu-suffix overrides underneath bootloader

* Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
2021-06-08 19:48:46 +10:00
..
blackpill_f401 Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) 2021-06-08 19:48:46 +10:00
blackpill_f411 Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) 2021-06-08 19:48:46 +10:00
bluepill ChibiOS conf migrations... take 11 (#11646) 2021-01-21 17:00:53 +11:00
keymaps/default 2021 May 29 Breaking Changes Update (#13034) 2021-05-29 14:38:50 -07:00
config.h Remove redundant I2C config defines from keyboards (#11661) 2021-01-25 16:37:53 +11:00
info.json pill60 fix info.json to be used in configurator (#11979) 2021-02-23 01:54:29 +00:00
pill60.c [Keyboard] added Pill60 to handwired/pill60 (#10798) 2020-11-15 11:40:55 -08:00
pill60.h [Keyboard] added Pill60 to handwired/pill60 (#10798) 2020-11-15 11:40:55 -08:00
readme.md [Keyboard] added Pill60 to handwired/pill60 (#10798) 2020-11-15 11:40:55 -08:00
rules.mk [Keyboard] added Pill60 to handwired/pill60 (#10798) 2020-11-15 11:40:55 -08:00

readme.md

Pill60

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 :

  1. Download this bootloader
  2. Flash Using FTDI Serial to USB converter or an ST-Link, as in this video, but replacing the bootloader file
  3. Put Boot 1 to 1, then reset the board, if you're using the same bootloader, the LED should blink
  4. Flash your .bin file using dfu-util
  5. 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.