aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-301-4/+4
|
* Cleanup rules.mk for 32U4 keyboards, L-M (#7120)fauxpark2019-10-241-36/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
* Remove unused _BOOTLOADER definesfauxpark2019-08-041-4/+7
|
* Keyboard: Refactor lets split to use split common code (#4536)zvecr2018-12-051-12/+4
| | | | | | | | | | * Refactor lets split to use split common code * Refactor lets split to use split common code * Build fixes for OLED_sample keymap * Build fixes for OLED_sample keymap - attempt to reduce firmware size
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-221-1/+1
|
* Normacos keymap for let's split keyboard (#2691)Jorge Porras2018-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Cheers let's split keymap * fixed typo on norman layer of cheers keymap for let's split * fixed right handed mappings for home row * cheers keymap for let's split redefinition * updated Cheers keymap for let's split * cheers keymap for let's split updated with some terminal macros * renamed cheers let's split keymap to a more appropriate normacos * updated normacos keymap doc / removed non functional keys * reset let's split rules to default values * added more spotlight search macros * normalized keymap comments * Moved numpad on lower layer
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-031-12/+0
| | | | | | location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-15/+15
| | | this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
* Use single brackets for portability with other shellsNic Aitch2017-06-091-1/+1
|
* Revert removal of avrdude make optionDanny Nguyen2017-04-031-1/+13
|
* Added OLED SSD1306 support to I2Cishtob2017-03-221-13/+2
|
* Check for a new serial port every secondNic Aitch2017-02-061-4/+6
|
* Add avrdude targetNic Aitch2017-01-261-0/+10
|
* Updated my repo to current qmkclimbalima2016-11-161-3/+4
|
* Made Serial and I2C not include the OtherIBNobody2016-09-201-2/+2
| | | | This saves 192 bytes
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-201-0/+74