summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerJeeBak Kim1-4/+7
2016-07-30Add additional maps for [, and ], to LOWERJeeBak Kim1-4/+4
2016-07-30Make RAISE layer an all numbers/arithmatic layerJeeBak Kim1-6/+6
2016-07-30Move reset to a less accessible locationJeeBak Kim1-4/+4
2016-07-30Add -, +, and . to RAISEJeeBak Kim1-4/+4
2016-07-30Change calls from persistant_default_layer_set() to default_layer_set()JeeBak Kim1-3/+3
2016-07-30PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵JeeBak Kim1-10/+10
layers
2016-07-30Media keys for all the "regular" layersJeeBak Kim1-10/+10
2016-07-30Add mouse layer, and remove default arrow keys (touchcursor only, now)JeeBak Kim1-15/+36
2016-07-30Add numbers to _RAISEJeeBak Kim1-4/+4
2016-07-30Move _RAISE symbols to _LOWERJeeBak Kim1-6/+6
2016-07-30Tap for Enter, hold for ShiftJeeBak Kim1-30/+31
2016-07-30Add personalized TouchCursor layerJeeBak Kim1-6/+28
2016-07-30Tap for Esc, hold for ControlJeeBak Kim1-30/+33
2016-07-30Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim3-0/+341
2016-07-28Merge pull request #577 from hot-leaf-juice/masterJack Humbert3-0/+211
Pull request to include my keymap if you want it!
2016-07-28Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne1-10/+8
2016-07-28Added readme.md for custom layout.Callum Oakley1-0/+48
2016-07-27Added custom keymap.Callum Oakley2-0/+163
Added custom keymap.
2016-07-27remove unnecessary includesSeth Chandler1-2/+0
2016-07-27fix numerous errors in bone2planck keymapSeth Chandler1-10/+10
2016-07-26Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne1-2/+2
2016-07-26disable midi by defaultJack Humbert1-2/+2
2016-07-25Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2-75/+121
2016-07-25Fixes midi functionalityJack Humbert1-1/+1
2016-07-20fixed include pathsJason Janse van Rensburg1-16/+16
2016-07-20reformatJason Janse van Rensburg1-16/+16
2016-07-20updated bone2planckJason Janse van Rensburg1-65/+111
2016-07-18Notes about changesChristopher Browne1-8/+8
2016-07-12Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne6-74/+89
2016-07-12I did not like Space Cadet paren; it jumps in in way too many extra casesChristopher Browne1-1/+1
2016-07-08Fix cluepad and planckTerryMathews1-3/+3
2016-07-08Create keycodes for RGB control functionsTerryMathews1-59/+3
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 audioJack Humbert5-13/+84
2016-07-07Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne1-8/+8
2016-07-05correct break/return order for planck and preonic defaultsJack Humbert1-8/+8
2016-06-30Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne3-23/+45
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 Humbert2-0/+2
* 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-28Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne4-116/+208
2016-06-27zoom and undo keys for ab's planck keymap (#446)Anand Babu (AB) Periasamy3-43/+58
2016-06-26updates preonic default layoutJack Humbert1-11/+13
2016-06-26updates planck macros to keycodes, prototype fn_actionsJack Humbert1-31/+27
2016-06-24Swap up and down on ab's layout to match default (#441)Anand Babu (AB) Periasamy3-54/+133
2016-06-24Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne39-39902/+158
2016-06-24Backlight abstraction and other changes (#439)Jack Humbert38-39917/+101
* 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-24Add OS specific layers that can be switched with macros (#436)Peter2-1153/+1225
2016-06-23Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne7-0/+1443
2016-06-23AB's practical planck keymap (#435)Anand Babu (AB) Periasamy7-0/+1443