summaryrefslogtreecommitdiffstats
path: root/keyboard/planck
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * My Attempt at adapting the Bone2 layout with Neo2 navigation cluster & ↵Jason Janse van Rensburg2016-04-161-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | number block to the Planck. Very much a WIP, will most likely start tweaking further once my Planck kit has dropped
| | * | new defaults for planck and preonicJack Humbert2016-04-161-31/+43
| | | |
| | * | audio enable stored in eepromJack Humbert2016-04-151-1/+6
| | |/
| | * [Erez & Jack] Makes tri-layer available across QuantumErez Zukerman2016-04-071-9/+0
| | |
| * | Added Audio to my AtomicIBNobody2016-04-151-30/+1
| | |
| * | Prepping for merge with new_defaultsIBNobody2016-04-153-50/+63
| |\|
| | * audio note length fixesJack Humbert2016-04-151-23/+23
| | |
| | * the spacessssJack Humbert2016-04-152-28/+41
| | |
| | * bootmagic somehow not getting enabled, so adding eeconfig to backlight src ↵Jack Humbert2016-04-142-10/+4
| | | | | | | | | | | | include cond
| | * might have broken somethingJack Humbert2016-04-142-3/+4
| | |
| * | fixed mergingIBNobody2016-04-143-20/+186
| |\ \
| | * | Merge remote-tracking branch 'remotes/jackhumbert/new_defaults'IBNobody2016-04-143-41/+183
| | |\|
| | | * changing up the makefile a bitJack Humbert2016-04-143-41/+65
| | | |
| | | * new defaultsJack Humbert2016-04-142-15/+133
| | | |
| | * | Rename pc.c to pvc_planck.cIBNobody2016-04-141-0/+0
| | |/
| * | Adding personal build file settingsIBNobody2016-04-142-4/+4
| | |
| * | Rename pc.c to pvc_planck.cIBNobody2016-04-141-0/+0
| | |
| * | NightlyIBNobody2016-04-141-18/+53
| |/
| * Disabled print.IBNobody2016-04-131-2/+2
| |
| * Corrected spacing.IBNobody2016-04-131-13/+15
| |
| * Merge remote-tracking branch 'refs/remotes/jackhumbert/master' into pc_planckIBNobody2016-04-133-49/+112
| |\
| * | local filesIBNobody2016-04-132-8/+34
| | | | | | | | | | | | local files
| * | LOCAL COMMITIBNobody2016-04-131-6/+10
| | | | | | | | | | | | LOCAL COMMIT
| * | Added delIBNobody2016-04-121-1/+1
| | |
| * | Adding personal filesIBNobody2016-04-123-3/+135
| | |
* | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-04-133-5/+204
|\ \ \ | | |/ | |/|
| * | Merge pull request #244 from nicosuave/add_nico_planck_keymapJack Humbert2016-04-111-0/+69
| |\ \ | | | | | | | | Add nico keymap
| | * | Add my keymapNico Ritschel2016-04-091-0/+69
| | |/
| * | another modification of layers, restored arrow keys and added cut/pastetak3over2016-04-071-13/+31
| | |
| * | switched raise and lower layerstak3over2016-04-061-16/+13
| | |
| * | updated my keymaptak3over2016-04-051-3/+1
| | |
| * | Modified keymaptak3over2016-04-051-29/+10
| | |
| * | Update tak3over.ctak3over2016-04-041-27/+27
| | |
| * | Merge pull request #2 from jackhumbert/mastertak3over2016-04-041-0/+136
| |\| | | | | | | Update from source
| | * 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.
| * | Minor documentation error. Raise and Lower.tak3over2016-04-041-5/+5
| |/ | | | | 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.
* | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-03-306-20/+23
|\|
| * 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 branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-03-281-5/+65
|\|
| * 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>
* | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne2016-03-227-20/+604
|\| |
| * | 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
| | |/