aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | revert changes to config.hJohannes Larsson2017-05-241-2/+2
| | | |
* | | | media keys and stuffJohannes Larsson2017-05-242-58/+15
| | | |
* | | | mergeJohannes Larsson2017-05-223-0/+177
|\ \ \ \
| * | | | colemak layout maybeJohannes Larsson2017-04-121-13/+31
| | | | |
| * | | | stuffjohannes2017-02-031-3/+35
| | | | |
| * | | | initial keymapjohannes2017-02-034-3/+129
| | | | |
* | | | | matrix layoutJohannes Larsson2017-05-221-2/+2
| | | | |
* | | | | Fix spelling of "persistent"Nikolaus Wittenstein2017-05-1119-59/+59
| |_|_|/ |/| | | | | | | | | | | Fixes #1201.
* | | | Add new features to dshields keymap.Daniel Shields2017-05-115-32/+55
| | | | | | | | | | | | | | | | | | | | - one shot layers, dynamic macros and tap dance keys - add a basic readme.md and layout image.
* | | | Add new keymap for dshields.Daniel Shields2017-05-053-0/+132
| | | |
* | | | Update vifon keymap to use `DYN_REC_STOP`Weiyi Lou2017-04-301-1/+2
| | | |
* | | | Expanded lae3 keymap readmelaelath2017-04-262-11/+121
| | | |
* | | | Switched Alt and GUI key placesJustin Frank2017-04-231-2/+2
| | | |
* | | | Added lae3 keymapJustin Frank2017-04-224-0/+294
| | | |
* | | | Promethium rev2Priyadi Iman Nurcahyo2017-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix
* | | | Fix warnings in planck/lucas keymapFred Sundvik2017-04-131-3/+3
| | | | | | | | | | | | | | | | Register the unshifted version DE_LESS, rather than the shifted DE_MORE
* | | | Added breathing macros and removed mappings to unused layoutsDylan Khor2017-04-092-4/+39
| |/ / |/| |
* | | Merge remote-tracking branch 'upstream/master'Xyverz2017-04-0223-85/+1523
|\ \ \
| * | | Worked around some new Makefile issues.nielsenz2017-03-303-27/+27
| | | |
| * | | changed hotkey cluster to accomodate awkward software... againCallum Oakley2017-03-301-1/+1
| | | |
| * | | changed hotkey cluster to accomodate awkward softwareCallum Oakley2017-03-301-7/+7
| | | |
| * | | Merge branch 'master' into to_pushZay9502017-03-2977-754/+3291
| |\ \ \
| | * \ \ Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-2812-0/+330
| | |\ \ \ | | | | | | | | | | | | Flesh out MIDI support
| | | * | | Update existing keymapsGabriel Young2017-02-2512-0/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | * | | | Merge branch 'master' of https://github.com/Khord/qmk_firmwareDylan Khor2017-03-201-4/+4
| | |\ \ \ \
| | | * | | | Missing commaDylan Khor2017-03-191-1/+1
| | | | | | |
| | | * | | | Don't feel like tap dancing arrows anymoreDylan Khor2017-03-191-4/+4
| | | | | | |
| | * | | | | add pgup, pgdn, home, endDylan Khor2017-03-201-4/+4
| | |/ / / /
| | * | | | tap dance working for esc and arrowsDylan Khor2017-03-161-7/+15
| | | | | |
| | * | | | remove constDylan Khor2017-03-161-1/+1
| | | | | |
| | * | | | test td changesDylan Khor2017-03-162-7/+6
| | | | | |
| | * | | | test fixes for tap daneDylan Khor2017-03-162-12/+11
| | | | | |
| | * | | | test tap danceDylan Khor2017-03-163-1/+17
| | | | | |
| | * | | | add config.h for customizationDylan Khor2017-03-161-0/+90
| | | | | |
| | * | | | testDylan Khor2017-03-161-1/+1
| | | | | |
| | * | | | Add MakefileDylan Khor2017-03-151-0/+3
| | | | | |
| | * | | | Add custom keycapDylan Khor2017-03-151-0/+318
| | | | | |
| | * | | | Merge pull request #1090 from qmk/backlight_softpwmJack Humbert2017-03-151-2/+2
| | |\ \ \ \ | | | | | | | | | | | | | | Adds soft PWM backlight for non-timed ports
| | | * | | | mergingJack Humbert2017-02-196-697/+78
| | | |\| | |
| | | * | | | adds soft pwm for non-timed portsJack Humbert2017-02-121-2/+2
| | | | | | |
| | * | | | | Merge pull request #1145 from smt/smt/lets_splitJack Humbert2017-03-152-77/+134
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | Add smt keymap for Let's Split (based on serial)
| | | * | | | Update smt keymap READMEsStephen Tudor2017-03-082-31/+52
| | | | | | |
| | | * | | | Update smt keymaps for consistencyStephen Tudor2017-03-081-25/+31
| | | | | | |
| | | * | | | Update smt Planck keymapStephen Tudor2017-02-161-34/+64
| | | | |/ / | | | |/| |
| * | | | | Missed removing a functionZach Nielsen2016-11-101-23/+0
| | | | | |
| * | | | | Removed some common functions from my keymapnielsenz2016-11-102-13/+4
| | | | | |
| * | | | | Missed some stuff. Added a song (stole it from reddit).Zach Nielsen2016-11-103-61/+5
| | | | | |
| * | | | | Adding my (zach) keymaps for planck and preonicZach Nielsen2016-11-104-0/+706
| | | | | |
* | | | | | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz2017-03-293-31/+12
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/master'Xyverz2017-03-037-91/+116
|\ \ \ \ \ \ | | |/ / / / | |/| | | |