aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kinesis/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-301-4/+4
|
* Move some common matrix code to a common location (#7699)Joel Challis2020-01-041-4/+0
| | | | | | | | | | * Move some common matrix code to a common location * Refactor some 'custom_matrix_helper' logic to use custom matrix lite * Fix build for kinesis/stapelberg - abuse of vpath was picking up matrix.c from core when custom matrix was enabled * Add validation for CUSTOM_MATRIX
* Cleanup rules.mk for USB64 and USB128 keyboards (#6769)fauxpark2019-09-191-50/+12
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-2/+1
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-10/+10
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* fixing kinesis rebootmilestogo2017-01-301-2/+2
|
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-201-0/+73