You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Define NO_ACTION_MACRO/FUNCTION in header instead of makefile when LTO is enabled Currently, boards and keymaps that define NO_ACTION_MACRO/FUNCTION unconditionally will not compile with LTO_ENABLE (#8604). This fixes the issue by moving the definitions from common.mk to action.h, which enables us to check for previous definitions of those macros (this cannot be done in a makefile). * Remove LTO checks in templates Since now NO_ACTION_MACRO/FUNCTION are defined as needed in action.h (which is included by quantum.h), checking for LTO in keyboard and user code is no longer required. * Update LTO_ENABLE docs |
6 years ago | |
|---|---|---|
| .. | ||
| config.h | 6 years ago | |
| readme.md | 6 years ago | |
| rules.mk | 6 years ago | |
readme.md
%KEYBOARD%

A short description of the keyboard/project
- Keyboard Maintainer: %YOUR_NAME%
- Hardware Supported: The PCBs, controllers supported
- Hardware Availability: Links to where you can find this hardware
Make example for this keyboard (after setting up your build environment):
make %KEYBOARD%:default
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.