summaryrefslogtreecommitdiffstats
path: root/keyboard/planck
Commit message (Collapse)AuthorAgeFilesLines
* Add my keymapNico Ritschel2016-04-091-0/+69
|
* Create tak3over.ctak3over2016-04-011-0/+136
| | | Custom keymap with an additional function layer for numpad, pgup, pgdn, del, ins, home, end, and additional arrow keys.
* Tiny fix of Planck diagramsMiha Rekar2016-03-301-2/+2
|
* Updated several keyboard folders to use new keymap naming schemeNoah Andrews2016-03-292-2/+2
|
* Fix error in Planck makefile commentNoah Andrews2016-03-291-1/+1
| | | [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.
* Add action-preprocessing kb/user hooks in planckDamien Pollet2016-03-282-15/+18
|
* Merge pull request #200 from alexives/add_diagram_to_planck_layoutJack Humbert2016-03-231-5/+65
|\ | | | | Added layout diagrams to the default planck keymap
| * Added layout diagrams to the default planck keymapAlex Ives2016-03-161-5/+65
| | | | | | | | Signed-off-by: Alex Ives <alex@ives.mn>
* | Pull request 190 resolution with 'qmk/master' for mergeyoyoerx2016-03-212-237/+401
|\|
| * Cygwin Based Users Guide v0.6 -fixes to dfu-programmer buildyoyoerx2016-03-141-6/+8
| |
| * First keyboard layoutMitch Lloyd2016-03-101-0/+49
| |
| * Merge remote-tracking branch 'qmk/master' into windocsyoyoerx2016-03-101-27/+24
| |\
| * | Cygwin Based Users Guide v0.5 -further correctionsyoyoerx2016-03-091-347/+353
| |/
| * Cygwin Based Users Guide v0.4 -corrections/dfu buildyoyoerx2016-03-091-18/+128
| |
* | Addressed void* return warning in all keymapsyoyoerx2016-03-103-17/+13
|/
* Cygwin Based Users Guidev0.2 -formatting revisionsyoyoerx2016-03-041-47/+47
|
* Cygwin Based Users Guide v0.1yoyoerx2016-03-041-0/+237
|
* Merge pull request #170 from NoahAndrews/improve-windows-docsJack Humbert2016-03-041-4/+5
|\ | | | | Add scripts for easy Windows environment setup
| * Fix link to MHV AVR ToolsNoah Andrews2016-03-021-1/+1
| |
| * Added documentation for new Windows scriptsNoah Andrews2016-03-021-17/+5
| |
| * Removed unneeded lines from setup scriptNoah Andrews2016-03-021-2/+15
| |
* | Update PCB_GUIDE.mdLucas Hecht2016-02-271-1/+2
| |
* | added "Troubleshooting" section to PCB guideLucas Hecht2016-02-271-0/+22
| |
* | Delete keymap_eigen.cdeepshitgoeshere2016-02-251-184/+0
| |
* | Delete dfu-programmer.exedeepshitgoeshere2016-02-251-0/+0
| |
* | Delete dfu-programmer.exedeepshitgoeshere2016-02-251-0/+0
| |
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Lucas Hecht2016-02-251-0/+64
|\| | | | | | | jackhumbert-master
| * Merge pull request #153 from spydon/xmonad_keymapJack Humbert2016-02-211-0/+64
| |\ | | | | | | Keymap optimized for xmonad
| | * Added a keymap optimized for xmonadLukas Klingsbo2016-02-181-0/+64
| | | | | | | | | | | | | | | | | | 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.
* | | delete old keymap (keymap_eigen.c)Lucas Hecht2016-02-251-37/+2
| | |
* | | Added keymap "lucas.c"Lucas Hecht2016-02-244-0/+382
|/ /
* | Added pageup, pagedown, home, and end keysLasko Height2016-02-111-6/+6
| |
* | Added a Tenkey layer and moved the del keyLasko Height2016-02-111-5/+25
| |
* | Adding my initial layoutLasko Height2016-02-111-1/+1
| |
* | Adding my initial layoutLasko Height2016-02-111-0/+114
| |
* | Eliminate switch statement by using contiguous character rangesChristopher Browne2016-02-081-152/+12
| |
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-02-082-178/+2
|\|
| * README changesJack Humbert2016-02-071-22/+1
| |
| * Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert2016-02-074-1/+345
| |\
| | * Merge pull request #129 from cbbrowne/masterJack Humbert2016-02-051-57/+217
| | |\ | | | | | | | | Example of some "Random Keys"
| | * | Update PCB_GUIDE.mdJack Humbert2016-02-051-0/+1
| | | |
| * | | README changesJack Humbert2016-02-071-156/+0
| | | |
* | | | Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵Christopher Browne2016-02-061-147/+157
| |_|/ |/| | | | | | | | the digits/letters chosen
* | | Remove obsolete commentsChristopher Browne2016-02-031-9/+0
| | |
* | | Comment things moreChristopher Browne2016-02-031-1/+2
| | |
* | | Random characters now working AOKChristopher Browne2016-02-031-14/+157
| | |
* | | Merge branch 'master' of github.com:cbbrowne/qmk_firmwareChristopher Browne2016-02-031-48/+60
|\ \ \
| * | | More experiments with mapping, notably adding in the random bitsChristopher Browne2016-02-031-48/+60
| | | |
* | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-02-031-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge pull request #123 from cbbrowne/masterJack Humbert2016-02-014-0/+183
| |\ \ | | | | | | | | README notes and cbbrowne layout