aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard/planck
AgeCommit message (Collapse)Author
2016-04-07another modification of layers, restored arrow keys and added cut/pasteGravatar tak3over
2016-04-07[Erez & Jack] Makes tri-layer available across QuantumGravatar Erez Zukerman
2016-04-06switched raise and lower layersGravatar tak3over
2016-04-05updated my keymapGravatar tak3over
2016-04-05Modified keymapGravatar tak3over
2016-04-04Update tak3over.cGravatar tak3over
2016-04-04Merge pull request #2 from jackhumbert/masterGravatar tak3over
Update from source
2016-04-04Minor documentation error. Raise and Lower.Gravatar tak3over
The Raise and Lower keys were transposed in the comment key map for all layers. Assuming _RS and _LW should be mapped to Raise and Lower respectively. Probably is the same in the other custom keymaps that copied from this default.
2016-04-01Create tak3over.cGravatar tak3over
Custom keymap with an additional function layer for numpad, pgup, pgdn, del, ins, home, end, and additional arrow keys.
2016-03-30Tiny fix of Planck diagramsGravatar Miha Rekar
2016-03-29Updated several keyboard folders to use new keymap naming schemeGravatar Noah Andrews
2016-03-29Fix error in Planck makefile commentGravatar Noah Andrews
[This comment](https://www.reddit.com/r/olkb/comments/428umx/rgb_underglow/czaivbc) states that because both audio output and RGB support require the user of timer 3, they can't be enabled at the same time. That makes sense, I can see where audio.c uses timer 3. But this comment in the code states that the incompatibility is with MIDI support, which doesn't make sense based on what I see in the code. Please enlighten me if I'm mistaken.
2016-03-28Add action-preprocessing kb/user hooks in planckGravatar Damien Pollet
2016-03-23Merge pull request #200 from alexives/add_diagram_to_planck_layoutGravatar Jack Humbert
Added layout diagrams to the default planck keymap
2016-03-21Pull request 190 resolution with 'qmk/master' for mergeGravatar yoyoerx
2016-03-16Added layout diagrams to the default planck keymapGravatar Alex Ives
Signed-off-by: Alex Ives <alex@ives.mn>
2016-03-14Cygwin Based Users Guide v0.6 -fixes to dfu-programmer buildGravatar yoyoerx
2016-03-10First keyboard layoutGravatar Mitch Lloyd
2016-03-10Addressed void* return warning in all keymapsGravatar yoyoerx
2016-03-10Merge remote-tracking branch 'qmk/master' into windocsGravatar yoyoerx
2016-03-09Cygwin Based Users Guide v0.5 -further correctionsGravatar yoyoerx
2016-03-09Cygwin Based Users Guide v0.4 -corrections/dfu buildGravatar yoyoerx
2016-03-04Cygwin Based Users Guidev0.2 -formatting revisionsGravatar yoyoerx
2016-03-04Cygwin Based Users Guide v0.1Gravatar yoyoerx
2016-03-04Merge pull request #170 from NoahAndrews/improve-windows-docsGravatar Jack Humbert
Add scripts for easy Windows environment setup
2016-03-02Fix link to MHV AVR ToolsGravatar Noah Andrews
2016-03-02 Added documentation for new Windows scriptsGravatar Noah Andrews
2016-03-02Removed unneeded lines from setup scriptGravatar Noah Andrews
2016-02-27Update PCB_GUIDE.mdGravatar Lucas Hecht
2016-02-27added "Troubleshooting" section to PCB guideGravatar Lucas Hecht
2016-02-25Delete keymap_eigen.cGravatar deepshitgoeshere
2016-02-25Delete dfu-programmer.exeGravatar deepshitgoeshere
2016-02-25Delete dfu-programmer.exeGravatar deepshitgoeshere
2016-02-25Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Gravatar Lucas Hecht
jackhumbert-master
2016-02-25delete old keymap (keymap_eigen.c)Gravatar Lucas Hecht
2016-02-24Added keymap "lucas.c"Gravatar Lucas Hecht
2016-02-21Merge pull request #153 from spydon/xmonad_keymapGravatar Jack Humbert
Keymap optimized for xmonad
2016-02-18Added a keymap optimized for xmonadGravatar Lukas Klingsbo
The M(1) function changes layer temporarily (so that numbers can be used) and holds LGUI which makes it possible to easily change virtual screens and swap windows inbetween them.
2016-02-11Added pageup, pagedown, home, and end keysGravatar Lasko Height
2016-02-11Added a Tenkey layer and moved the del keyGravatar Lasko Height
2016-02-11Adding my initial layoutGravatar Lasko Height
2016-02-11Adding my initial layoutGravatar Lasko Height
2016-02-08Eliminate switch statement by using contiguous character rangesGravatar Christopher Browne
2016-02-08Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar Christopher Browne
2016-02-07README changesGravatar Jack Humbert
2016-02-07Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardGravatar Jack Humbert
2016-02-07README changesGravatar Jack Humbert
2016-02-06Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵Gravatar Christopher Browne
the digits/letters chosen
2016-02-05Merge pull request #129 from cbbrowne/masterGravatar Jack Humbert
Example of some "Random Keys"
2016-02-05Update PCB_GUIDE.mdGravatar Jack Humbert