This website requires JavaScript.
Explore
Help
Sign in
poz
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
34446b79d7
qmk_firmware
/
keyboards
/
clueboard
/
66_hotswap
/
gen1
/
rules.mk
7 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
[Core] Cleanup rules.mk for F303 keyboards (#7306) * Cleanup rules.mk for F303 keyboards * Fix small typo
2019-11-15 03:25:40 +01:00
# MCU name
MCU
=
STM32F303
Add board specific to Proton-C, with usual defaults turned on. (#10976) - Set all other ChibiOS defaults to 'off', when not targeting Proton-C - Modified all existing F303 boards to point at the QMK_PROTON_C to ensure repeatable binary output - Modified version.h generation so that SKIP_VERSION=yes generates the same output
2020-12-03 03:04:28 +01:00
BOARD
=
QMK_PROTON_C
Clueboard 66% Hotswap Support (#5204) * Initial Clueboard 66% arm support * Fix LAYOUT_66_ansi * wip * Bring this branch up to date with led_matrix * Get Clueboard 66% hotswap working with led_matrix * stm32 cleanup * Fix compiling for clueboard 66% hotswap prototype * Reduce the size of the prototype firmware
2019-02-24 02:25:25 +01:00
Configure keyboard matrix from info.json (#10817) * Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * add missing docstring Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-12-30 19:27:37 +01:00
# project specific files
SRC
=
led.c
Reference in a new issue
Copy permalink