aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps
AgeCommit message (Collapse)Author
2016-08-08Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for ↵Gravatar Ian Sterling
flexibility's sake. Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default layout and default makefile.
2016-08-08Adding my own keymaps to the following keyboards:Gravatar Ian Sterling
Planck, Preonic, Atreus, Ergodox
2016-08-01Merge pull request #596 from fredizzimo/rid_of_quickGravatar Jack Humbert
Fix the makefile dependencies and remove quick targets
2016-07-31Generate version information to version.hGravatar Fred Sundvik
So that only the files that really needs a version are recompiled.
2016-07-30Update readme.mdGravatar JeeBak Kim
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerGravatar JeeBak Kim
2016-07-30Add additional maps for [, and ], to LOWERGravatar JeeBak Kim
2016-07-30Make RAISE layer an all numbers/arithmatic layerGravatar JeeBak Kim
2016-07-30Move reset to a less accessible locationGravatar JeeBak Kim
2016-07-30Add -, +, and . to RAISEGravatar JeeBak Kim
2016-07-30Change calls from persistant_default_layer_set() to default_layer_set()Gravatar JeeBak Kim
2016-07-30PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵Gravatar JeeBak Kim
layers
2016-07-30Media keys for all the "regular" layersGravatar JeeBak Kim
2016-07-30Add mouse layer, and remove default arrow keys (touchcursor only, now)Gravatar JeeBak Kim
2016-07-30Add numbers to _RAISEGravatar JeeBak Kim
2016-07-30Move _RAISE symbols to _LOWERGravatar JeeBak Kim
2016-07-30Tap for Enter, hold for ShiftGravatar JeeBak Kim
2016-07-30Add personalized TouchCursor layerGravatar JeeBak Kim
2016-07-30Tap for Esc, hold for ControlGravatar JeeBak Kim
2016-07-30Add "jeebak" keymap folder as a copy of the "default" folderGravatar JeeBak Kim
2016-07-28Merge pull request #577 from hot-leaf-juice/masterGravatar Jack Humbert
Pull request to include my keymap if you want it!
2016-07-28Added readme.md for custom layout.Gravatar Callum Oakley
2016-07-27Added custom keymap.Gravatar Callum Oakley
Added custom keymap.
2016-07-27remove unnecessary includesGravatar Seth Chandler
2016-07-27fix numerous errors in bone2planck keymapGravatar Seth Chandler
2016-07-26disable midi by defaultGravatar Jack Humbert
2016-07-24Fixes midi functionalityGravatar Jack Humbert
2016-07-20fixed include pathsGravatar Jason Janse van Rensburg
2016-07-20reformatGravatar Jason Janse van Rensburg
2016-07-20updated bone2planckGravatar Jason Janse van Rensburg
2016-07-07Fix cluepad and planckGravatar TerryMathews
2016-07-07Create keycodes for RGB control functionsGravatar TerryMathews
Moves RGB controls out of the macro function and assigns them their own keycodes: RGB_TOG (toggle on/off) RGB_MOD (mode step) RGB_HUI (increase hue) RGB_HUD (decrease hue) RGB_SAI (increase saturation) RGB_SAD (decrease saturation) RGB_VAI (increase brightness) RGB_VAD (decrease brightness)
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioGravatar Jack Humbert
2016-07-04correct break/return order for planck and preonic defaultsGravatar Jack Humbert
2016-06-29updates planck experimental, width of color outputGravatar Jack Humbert
2016-06-29adds random base64 character generatorGravatar Jack Humbert
2016-06-29Implements subprojects and updates projects for this (#459)Gravatar Jack Humbert
* 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-27zoom and undo keys for ab's planck keymap (#446)Gravatar Anand Babu (AB) Periasamy
2016-06-26updates preonic default layoutGravatar Jack Humbert
2016-06-26updates planck macros to keycodes, prototype fn_actionsGravatar Jack Humbert
2016-06-24Swap up and down on ab's layout to match default (#441)Gravatar Anand Babu (AB) Periasamy
2016-06-23Backlight abstraction and other changes (#439)Gravatar Jack Humbert
* 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-23Add OS specific layers that can be switched with macros (#436)Gravatar Peter
2016-06-22AB's practical planck keymap (#435)Gravatar Anand Babu (AB) Periasamy
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Gravatar Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards