aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/hhkb/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* add hhkb bluetooth functionality (rn42) (#2693)Enochen2018-07-091-0/+30
| | | | | | | | | | | | | | * add hhkb bluetooth functionality (rn42) pretty much straight from tmk some minor changes to make things work * hhkb jp personal keymap * Revert "hhkb jp personal keymap" This reverts commit 886713d8bb98572f03110f285706a8140a083892.
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-12/+12
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* revise HHKB bootloader_size to 4096 such that sw reset works (#1274)tengg2017-05-041-1/+1
|
* Variables in Makefile are ignored in rules.mkshela2016-09-111-4/+0
|
* fix variable value of rules.mkshela2016-09-111-10/+10
|
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-201-0/+84