This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
1
mirror of
https://github.com/qmk/qmk_firmware
synced
2024-11-17 17:35:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bdce7c8d4a
qmk_firmware
/
keyboards
/
rgbkb
/
pan
/
rev1
/
proton_c
/
rules.mk
7 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
[Keyboard] RGBKB Pan (#9587) * Add new keyboard Pan Encoder switches still need work * New keyboard Pan Should be complete * Split MCU selection into 2 revision folders * [rgbkb/pan] Make requested changes for PR Additionally, set DEFAULT_FOLDER to rev1, and default rev1 to atmega32a (as all shipped kits include an atmega32a) * Apply suggestions from code review * Fix default keymap typo * add usb max power define * Commit suggested changes * Update keyboards/rgbkb/pan/config.h * Apply suggestions from code review Small copyright updates * Apply suggestions from code review
2020-11-10 06:22:22 +00:00
# MCU name
MCU
=
STM32F303
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 09:48:46 +00:00
BOARD
=
QMK_PROTON_C
# Bootloader selection
BOOTLOADER
=
stm32-dfu
Reference in a new issue
Copy permalink