aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Disable the command feature for onekeys (#10366)Sergey Vlasov2020-09-201-1/+1
| | | | | | There is no way to invoke the command feature while having just a single physical key, and disabling that feature fixes build for keymaps like `handwired/onekey/promicro:rgb` without resorting to LTO (the command feature consumes more than 4900 bytes with avr-gcc 8.4.0).
* Remove HD44780 References, Part 3 (#10238)James Young2020-09-071-1/+0
| | | | | * remove HD44780_ENABLE rules: G-H * remove HD44780_ENABLE config: G-H
* Code cleanup, use pathlib, use pytest keyboardErovia2020-02-151-0/+1
| | | | | | | | Clean up checks and logics that are unnecessary due to MILC updates. Use pathlib instead of os.path for readability. Use the 'pytest' keyboard for the tests. Add community layout for 'handwired/onekey/pytest' so we can test community layouts.
* [Keyboard] Refactor of onekey to support multiple development boards (#6017)Joel Challis2019-06-261-59/+20
| | | | | | | | | | | | * Initial refactor of onekey to support multiple development boards * Fixes to get teensy lc && 3.2 working * Add pin tables * Add caveats to Teensy boards * Correct bootloader for Elite-C
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+5
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Split subproject make files into Makefile and rules.mkFred Sundvik2016-08-201-0/+65