aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75/v2
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Refactor deltasplit75 to use split_common (#8083)Joel Challis2020-02-043-22/+8
| | | | | | * Refactor deltasplit75 to use split_common * Refactor deltasplit75 to use split_common - small tidy up
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-211-3/+1
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-221-4/+2
| | | | Fixes #3641
* Refactor for DeltaSplit75 (#3132)noroadsleft2018-06-061-2/+2
|
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-142-7/+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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
|
* line-endingsJack Humbert2017-07-301-89/+89
|
* Reverted changesunknown2017-07-281-0/+25
|
* Figured out that I didn't need to include both keymaps in both filesunknown2017-07-281-25/+0
|
* Hopefully compile issues are gone, and updated filesunknown2017-07-282-6/+26
|
* Fixed all things jack suggested.unknown2017-07-282-33/+20
|
* Fixed some capitalization issuesunknown2017-07-281-36/+36
|
* Changed case of deltasplit75 to be lowercase.Donald2017-07-285-0/+167
To follow convention.