summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/experimental
AgeCommit message (Collapse)AuthorFilesLines
2017-05-11Fix spelling of "persistent"Nikolaus Wittenstein1-4/+4
Fixes #1201.
2017-02-26Update existing keymapsGabriel Young1-0/+23
Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime)
2016-11-17rgb light through midiJack Humbert1-1/+1
2016-08-21Add one-hand key to planck/experimental keymap.Joe Wasson2-4/+5
2016-07-31Generate version information to version.hFred Sundvik1-0/+1
So that only the files that really needs a version are recompiled.
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert3-7/+80
2016-06-30updates planck experimental, width of color outputJack Humbert1-21/+30
2016-06-30adds random base64 character generatorJack Humbert1-2/+13
2016-06-29Implements subprojects and updates projects for this (#459)Jack Humbert1-0/+1
* non-working commit * working * subprojects implemented for planck * pass a subproject variable through to c * consolidates clueboard revisions * thanks for letting me know about conflicts.. * turn off audio for yang's * corrects starting paths for subprojects * messing around with travis * semicolon * travis script * travis script * script for travis * correct directory (probably), amend files to commit * remove origin before adding * git pull, correct syntax * git checkout * git pull origin branch * where are we? * where are we? * merging * force things to happen * adds commit message, adds add * rebase, no commit message * rebase branch * idk! * try just pull * fetch - merge * specify repo branch * checkout * goddammit * merge? idk * pls * after all * don't split up keyboards * syntax * adds quick for all-keyboards * trying out new script * script update * lowercase * all keyboards * stop replacing compiled.hex automatically * adds if statement * skip automated build branches * forces push to automated build branch * throw an add in there * upstream? * adds AUTOGEN * ignore all .hex files again * testing out new repo * global ident * generate script, keyboard_keymap.hex * skip generation for now, print pandoc info, submodule update * try trusty * and sudo * try generate * updates subprojects to keyboards * no idea * updates to keyboards * cleans up clueboard stuff * setup to use local readme * updates cluepad, planck experimental * remove extra led.c [ci skip] * disable power up for now * config files updates * makefile updates * .h file updates, config tuning * disable audio for yang
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert2-1669/+0
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert5-0/+2050
* fixes from tmk's repo * rename keyboard to keyboards