summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Add additional maps for [, and ], to LOWERJeeBak Kim2016-07-301-4/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Make RAISE layer an all numbers/arithmatic layerJeeBak Kim2016-07-301-6/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move reset to a less accessible locationJeeBak Kim2016-07-301-4/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add -, +, and . to RAISEJeeBak Kim2016-07-301-4/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Change calls from persistant_default_layer_set() to default_layer_set()JeeBak Kim2016-07-301-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵JeeBak Kim2016-07-301-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | layers
| * | | | | | | | | | | | | | Media keys for all the "regular" layersJeeBak Kim2016-07-301-10/+10
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add mouse layer, and remove default arrow keys (touchcursor only, now)JeeBak Kim2016-07-301-15/+36
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add numbers to _RAISEJeeBak Kim2016-07-301-4/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move _RAISE symbols to _LOWERJeeBak Kim2016-07-301-6/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Tap for Enter, hold for ShiftJeeBak Kim2016-07-301-30/+31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add personalized TouchCursor layerJeeBak Kim2016-07-301-6/+28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Tap for Esc, hold for ControlJeeBak Kim2016-07-301-30/+33
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim2016-07-303-0/+341
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | updated readme.md to reflect keymap changesCallum Oakley2016-08-091-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | changed order of bottom row of symbol layer to ease acess to bracketsCallum Oakley2016-08-091-2/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #577 from hot-leaf-juice/masterJack Humbert2016-07-283-0/+211
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | Pull request to include my keymap if you want it!
| * | | | | | | | | | | | Added readme.md for custom layout.Callum Oakley2016-07-281-0/+48
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added custom keymap.Callum Oakley2016-07-272-0/+163
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added custom keymap.
* | | | | | | | | | | | remove unnecessary includesSeth Chandler2016-07-271-2/+0
| | | | | | | | | | | |
* | | | | | | | | | | | fix numerous errors in bone2planck keymapSeth Chandler2016-07-271-10/+10
|/ / / / / / / / / / /
* | / / / / / / / / / disable midi by defaultJack Humbert2016-07-261-2/+2
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Fixes midi functionalityJack Humbert2016-07-241-1/+1
|/ / / / / / / / /
* | | | | | | | | fixed include pathsJason Janse van Rensburg2016-07-201-16/+16
| | | | | | | | |
* | | | | | | | | reformatJason Janse van Rensburg2016-07-201-16/+16
| | | | | | | | |
* | | | | | | | | updated bone2planckJason Janse van Rensburg2016-07-201-65/+111
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix cluepad and planckTerryMathews2016-07-071-3/+3
| | | | | | | |
* | | | | | | | Create keycodes for RGB control functionsTerryMathews2016-07-071-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)
* | | | | | | | updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-075-13/+84
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | correct break/return order for planck and preonic defaultsJack Humbert2016-07-041-8/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Add ChibiOS support for QMK (#465)fredizzimo2016-07-011-0/+66
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |