summaryrefslogtreecommitdiffstats
path: root/users/dshields/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove `API_SYSEX_ENABLE`s from rules.mk (#13389)Ryan2021-06-301-1/+0
|
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-291-2/+1
| | | | | | | | | * Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
* [Keymap] Remove dynamic macro customization now it's a core feature. (#7301)Daniel Shields2019-11-081-0/+1
|
* Save a few bytes with build options and rgb effect removal. (#7149)Daniel Shields2019-10-251-0/+4
|
* [Keymap] Various enhancements for dshields user space and keymaps. (#6816)Daniel Shields2019-09-251-6/+9
| | | | | | - Add oneshot mod/layer unlocking - Fix Planck rev 3 backlight breathing - Fix Planck rev 6 build with arm gcc 9.2.0 - General code clean up
* [Keymap] Move common code and configuration to userspace for dshields ↵Daniel Shields2019-09-211-0/+24
keymaps. (#6537)