aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/fabian
Commit message (Collapse)AuthorAgeFilesLines
* Keymap: Custom (fabian) layout for Iris and Planck (#3460)Fabian Topfstedt2018-07-223-85/+157
| | | | | | | | | | | | | | | | | | | | | | | | * fabian layout * added MOUSECURSOR layer that gets activated by holding space * cleanup, meh and tilde and grave as separate keys, toggle switch for mousecursor layer * merged default * #pragma once * including QMK_KEYBOARD_H instead of various imports * using layer toggle instead of a function * deleted obsolete rules.mk (was part of the old makefile system) * #pragma once * including QMK_KEYBOARD_H instead of various imports * use ifndef KEYBOARD_planck_rev6 instead of ifdef KEYBOARD_planck_rev5
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-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
* Remove residual Makefiles from the keyboards directory (#2193)James Neill2018-01-011-3/+0
| | | | | | * Removed residual Makefiles from keyboards directory * Removed reference to Makefile
* Consistent fabian layouts for amj40, let's split, planck and xd75 (#1812)Fabian Topfstedt2017-10-063-0/+317
* slight modifier changes; added plover and reusing jack's default planck keymap as the basis * space is not shift when held anymore * added fabian layout (based on jack's default) * changed fabian layout (based on jack's default) * changed fabian layout (based on jack's default)