summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/ajp10304
AgeCommit message (Collapse)AuthorFilesLines
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft1-4/+1
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
2018-12-08AJP10304 Planck layout, add LAYOUT_planck_grid (#4575)ajp103042-82/+81
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-8/+0
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert1-0/+1
* initial files for rev 6 with encoder * music map init, dip scan added * adds ws2812 driver for arm * flesh out dip and encoder support * adds default encoder res * adds default encoder res * start muse implementation * muse working with encoder as control * flip direction * try mouse wheel again * dont break other revs * dont break other revs * conditional autio * pwm ws driver (not working) * update build includes for chibios * update ws2812 driver/config * last commit for glasser code * working example * remove rgb for now * finish up rev6 * working encoder keycodes * add warnings to planck keymaps about the LAYOUT
2018-07-15AJP10304 Atreus 50 layout (#3403)ajp103041-1/+1
2018-05-03AJP10304 Planck and JJ40 layouts. Added fn2 layer (#2879)ajp103042-34/+129
2018-04-15Ajp10304 (#2719)ajp103043-90/+81
* AJP10304 layouts for Planck and JJ40 now have mouse support. Moved macros onto Adjust layer * .gitignore for intellij iml files. * Updated Macros to use send string
2018-03-13Planck ajp10304 (#2519)ajp103042-17/+92
* Planck ajp10304 layout clean up * Planck ajp10304 layout add Mac layer extensions * JJ40 ajp10304 layout add Mac layer extensions
2018-02-23JJ40 AJP10304 layout (#2407)ajp103042-36/+36
* JJ40 AJP10304 layout Updated AJP10304 readme.md with formatting * Revert default JJ40 keymap
2017-10-23Added ajp10304 Planck layout (#1887)ajp103044-0/+305
* Added ajp10304 Planck layout * Removed Makefile from planck ajp10304 keymap