diff options
author | Ikta <48316247+IktaS@users.noreply.github.com> | 2020-11-16 02:40:55 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 11:40:55 -0800 |
commit | e4236278b5b2dd84fb32e01cab5002b4597e7d35 (patch) | |
tree | 1b5f1e40148593ce2537c64460ee8ad3f6e7a604 /keyboards/handwired/pill60/blackpill_f401/rules.mk | |
parent | 81a17f4270d48e5377ca07d5ed5de60a4a7d0a70 (diff) | |
download | qmk_firmware-e4236278b5b2dd84fb32e01cab5002b4597e7d35.tar.gz qmk_firmware-e4236278b5b2dd84fb32e01cab5002b4597e7d35.zip |
[Keyboard] added Pill60 to handwired/pill60 (#10798)
* 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
Diffstat (limited to 'keyboards/handwired/pill60/blackpill_f401/rules.mk')
-rw-r--r-- | keyboards/handwired/pill60/blackpill_f401/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/handwired/pill60/blackpill_f401/rules.mk b/keyboards/handwired/pill60/blackpill_f401/rules.mk new file mode 100644 index 0000000000..8c514309df --- /dev/null +++ b/keyboards/handwired/pill60/blackpill_f401/rules.mk @@ -0,0 +1,14 @@ +# MCU name +MCU = STM32F401 + +# Address of the bootloader in system memory +STM32_BOOTLOADER_ADDRESS = 0x1FFF0000 + +# Options to pass to dfu-util when flashing +DFU_ARGS = -d 0483:DF11 -a 0 -s 0x08000000:leave +DFU_SUFFIX_ARGS = -v 0483 -p DF11 + +# Build Options +# change yes to no to disable +# +KEYBOARD_SHARED_EP = yes |