summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75
AgeCommit message (Collapse)AuthorFilesLines
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-8/+2
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark3-13/+0
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)fauxpark1-5/+0
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-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
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft1-3/+0
* 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.
2018-10-22Remove all of the deprecated RGB definesDrashna Jaelre1-4/+2
Fixes #3641
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre2-4/+4
2018-06-29Fix Mbsurfer deltasplit75 keymap (#3262)Cory Shaw1-10/+41
* 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
2018-06-13Mbsurfer deltasplit75 keymap (#3174)Cory Shaw3-0/+67
* 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
2018-06-06Refactor for DeltaSplit75 (#3132)noroadsleft5-83/+91
2018-05-29Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny1-1/+0
* 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
2018-05-25Fix Split keyboards so they compile on Configurator (#3051)Drashna Jaelre1-1/+1
* 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
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-3/+0
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-02-16Fix EE HANDS on splits losing handedness if RGB is enabled (#2399)Drashna Jaelre1-4/+1
* Fix EE HANDS on splits losing handedness if RGB is enabled * Because I'm an idiot and did a bad cut/paste job
2018-02-06Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna1-9/+0
2018-02-02Added info.json and updated README for Deltasplit75 (#2266)Donald2-1/+19
* Added info.json and updated README * Updated info.json
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert2-11/+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
2017-11-01Remove extra underscore from MASTER_RIGHT defineDanny Nguyen3-3/+3
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert7-36/+22
* 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
2017-09-27remove all makefiles from keyboard directoriesJack Humbert3-15/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed2-0/+8
* 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
2017-08-27Updated readme to new standard.unknown1-128/+9
2017-08-27Updated my files and added debouncingunknown4-53/+211
2017-08-04Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen1-12/+0
location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
2017-08-01Normalize all line endingsZeal Jagannatha8-899/+899
2017-07-30line-endingsJack Humbert1-89/+89
2017-07-29Fixed error in readmeunknown1-1/+1
2017-07-28Removed un-needed protosplit directory and updated readmeunknown6-181/+9
2017-07-28Reverted changesunknown2-0/+50
2017-07-28Figured out that I didn't need to include both keymaps in both filesunknown2-49/+0
2017-07-28Hopefully compile issues are gone, and updated filesunknown7-48/+88
2017-07-28Fixed all things jack suggested.unknown7-457/+69
2017-07-28Added to blank spaces at end of protosplit to make it compile under make v2unknown4-76/+77
2017-07-28Updated readme to show compile rules that won't throw an errorunknown1-126/+134
2017-07-28Fixed typo in my layout and updatedunknown1-45/+45
2017-07-28Fixed some capitalization issuesunknown2-72/+72
2017-07-28Another typo fixunknown1-1/+1
2017-07-28Fixed typo in my layoutunknown1-31/+31
2017-07-28Updated my makefile..againunknown1-0/+1
2017-07-28Updated my makefileunknown1-0/+1
2017-07-28Removed old keymapsunknown4-124/+0
2017-07-28Removed old protosplit folderunknown5-167/+0
2017-07-28Changed case of protosplitDonald11-6/+297
Also updated readme to have correct capitalization.
2017-07-28Changed case of deltasplit75 to be lowercase.Donald33-76/+2029
To follow convention.
2017-07-28Add my layoutunknown3-0/+82