summaryrefslogtreecommitdiff
path: root/keyboards/deltasplit75
Commit message (Collapse)AuthorAge
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-05
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-21
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-16
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-19
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-17
|
* Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark2019-02-16
|
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-13
|
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-22
| | | | Fixes #3641
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-22
|
* Fix Mbsurfer deltasplit75 keymap (#3262)Cory Shaw2018-06-29
| | | | | | | | | | | | | | | | * Add mbsurfer keymap for DeltaSplit75 with ANSI split backspace * Update mbsurfer DeltaSplit75 keymap to include right hand arrow cluster * Update mbsurfer DS75 keymap, move volume down to be symmetrical * Add readme to Mbsurfer DS75 keymap * Fix Mbsurfer DS75 keymap image * Clean up mbsurfer DeltaSplit75 keymap, add layer overview comments * Fix volume down and add mute to fn layer
* Mbsurfer deltasplit75 keymap (#3174)Cory Shaw2018-06-13
| | | | | | | | | | | | * Add mbsurfer keymap for DeltaSplit75 with ANSI split backspace * Update mbsurfer DeltaSplit75 keymap to include right hand arrow cluster * Update mbsurfer DS75 keymap, move volume down to be symmetrical * Add readme to Mbsurfer DS75 keymap * Fix Mbsurfer DS75 keymap image
* Refactor for DeltaSplit75 (#3132)noroadsleft2018-06-06
|
* Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny2018-05-28
| | | | | | | | | | | | | | * Update default Nyquist revision * LED slave fix * Sync changes from lets_split * Add needed check for debouncing * Remove line that was setting PD2 pin and interfering with use of that pin * Add backlight key to keymap
* Fix Split keyboards so they compile on Configurator (#3051)Drashna Jaelre2018-05-25
| | | | | | | | | | | | | | | | | | * Fix serial split for BFO9000 * Fix serial split for DeltaSplit75 * Fix serial split for Helix * Fix serial split for MiniDox * Fix serial split for Viterbi * Revert "Fix serial split for Helix" since it's super complex This reverts commit 72538df105ba6d5fe6915773a20c509f2a47785d. We'll let the helix owner fix this issue, or dive into the code later
* Remove bootloader from info.jsonsskullY2018-04-11
|
* Pull information from config.h and rules.mk (#2711)skullydazed2018-04-07
| | | | | | * Pull information from config.h and rules.mk * Readd the kbd75 maintainer
* Fix EE HANDS on splits losing handedness if RGB is enabled (#2399)Drashna Jaelre2018-02-16
| | | | | | * Fix EE HANDS on splits losing handedness if RGB is enabled * Because I'm an idiot and did a bad cut/paste job
* Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna2018-02-06
|
* Added info.json and updated README for Deltasplit75 (#2266)Donald2018-02-02
| | | | | | * Added info.json and updated README * Updated info.json
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove extra underscore from MASTER_RIGHT defineDanny Nguyen2017-11-01
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-27
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-08
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* Updated readme to new standard.unknown2017-08-26
|
* Updated my files and added debouncingunknown2017-08-26
|
* Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-03
| | | | | | location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
* Normalize all line endingsZeal Jagannatha2017-08-01
|
* line-endingsJack Humbert2017-07-30
|
* Fixed error in readmeunknown2017-07-28
|
* Removed un-needed protosplit directory and updated readmeunknown2017-07-28
|
* Reverted changesunknown2017-07-28
|
* Figured out that I didn't need to include both keymaps in both filesunknown2017-07-28
|
* Hopefully compile issues are gone, and updated filesunknown2017-07-28
|
* Fixed all things jack suggested.unknown2017-07-28
|
* Added to blank spaces at end of protosplit to make it compile under make v2unknown2017-07-28
|
* Updated readme to show compile rules that won't throw an errorunknown2017-07-28
|
* Fixed typo in my layout and updatedunknown2017-07-28
|
* Fixed some capitalization issuesunknown2017-07-28
|
* Another typo fixunknown2017-07-28
|
* Fixed typo in my layoutunknown2017-07-28
|
* Updated my makefile..againunknown2017-07-28
|
* Updated my makefileunknown2017-07-28
|
* Removed old keymapsunknown2017-07-28
|
* Removed old protosplit folderunknown2017-07-28
|
* Changed case of protosplitDonald2017-07-28
| | | Also updated readme to have correct capitalization.
* Changed case of deltasplit75 to be lowercase.Donald2017-07-28
| | | To follow convention.