aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/callum
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] use lowercase send_string for non-literals (#6193)Callum Oakley2019-06-251-1/+1
|
* [Keymap] the results of some experiments and radically simplify keymap.c (#6172)Callum Oakley2019-06-244-313/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * keymap simplification and fancy alt tab behaviour * move symbols around and try ergo numbers * mess with symbol positions * f11 and f12 for volume control (for ease of remapping) * slack unread navigation * experiment with mods on home row * mods on symbol layer * dedicated tab left and tab right keys * swap next and prev * remove hold to shift on a and o * revert to simpler keymap * restore readme * point to keymap image * cmd + cmd -> cmd + ctrl * expand readme * slack unread channel navigation * Update keyboards/planck/keymaps/callum/keymap.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * return true from cmd handling block
* [Keymap] update (mouse emulation, rev 6 compatibility) (#5696)Callum Oakley2019-04-233-151/+120
| | | | | | | | | | | | * mess with mouse emulation some more * reverse scrolling * mouse speed 20 * ndash and £ on symbol layer * rev6 compatibility
* Keymap update (#5382)Callum Oakley2019-03-124-80/+69
| | | | | | | | * home and end on fn layer (for forward and back with left hand) * space movement shortcuts * mouse layer
* Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark2019-02-171-2/+0
|
* Add C(), A() and G() to match already existing S() (#4673)fauxpark2019-01-251-3/+0
|
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Keymap update (#4223)Callum Oakley2018-10-231-8/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * change window focus shortcuts * hangul * macos goodness * re-arrange tab keys * remove tab switching keys * left hand func * glorious macro pad * workspace rotation keys * tabbing hotkeys * left hand tab change keys * SEND_STRING("!") on KC_EXLM * use SEND_STRING for all shifted symbols * SEND_STRING even for non shifted symbols so they play nicely with the shifted ones
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-221-1/+1
|
* 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
* callum keymap updates (#3402)Callum Oakley2018-07-141-223/+230
| | | | | | | | | | | | | | | | | | | | * change window focus shortcuts * hangul * macos goodness * re-arrange tab keys * remove tab switching keys * left hand func * glorious macro pad * workspace rotation keys * tabbing hotkeys
* Keymap update (#2045)Callum Oakley2017-11-263-160/+254
| | | | | | | | | | | | | | | | | | | | | | * linux shake-around * move terminal and browser spawning keys * add a shift to window resizing keys to free combo up for window management * "jump to tab" shortcuts for firefox * change window resize modifiers * change wm keys * change wm keys again, and reformat keymap to 80chars * typos * language key * qwerty layer for SO, general cleanup
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-25/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-0/+25
| | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
* MORE layerCallum Oakley2017-07-042-37/+56
|
* changed hotkey cluster to accomodate awkward software... againCallum Oakley2017-03-301-1/+1
|
* changed hotkey cluster to accomodate awkward softwareCallum Oakley2017-03-301-7/+7
|
* moar hotkeysCallum Oakley2017-03-022-11/+11
|
* updated readmeCallum Oakley2017-02-221-5/+5
|
* added hotkey clusterCallum Oakley2017-02-211-7/+7
|
* change cmd-l and cmd-r for actual home and endCallum Oakley2017-02-062-5/+3
|
* simplifyCallum Oakley2017-01-202-44/+19
|
* replace lock key with general power keyCallum Oakley2016-10-251-2/+2
|
* switched to standard volume keysCallum Oakley2016-10-251-2/+2
|
* updated readmeCallum Oakley2016-10-061-3/+3
|
* added lock screen button and fixed error in diagramCallum Oakley2016-10-061-4/+4
|
* Made some simplifications leveraging the LALT(), LGUI(), and S() functions.Callum Oakley2016-10-011-76/+6
|
* added en-dash and gbp keys and updated readmeCallum Oakley2016-09-292-96/+91
|
* big restructure now I only have to consider macOS, also added mouse, more ↵Callum Oakley2016-09-291-23/+116
| | | | function keys, and some neat macros
* removed windows layer and updated brightness keys for macOS SierraCallum Oakley2016-09-291-76/+14
|
* changed RALT to LALT on WindowsCallum Oakley2016-09-291-1/+1
|
* fixed commentsCallum Oakley2016-09-291-10/+10
|
* Update readme.mdCallum Oakley2016-09-291-9/+9
|
* Update readme.mdCallum Oakley2016-09-291-2/+2
|
* updated readmeCallum Oakley2016-09-292-28/+83
|
* added close key for alt-f4 macroCallum Oakley2016-09-291-3/+14
|
* added a toggle between Mac and Windows base layers (with swapped cmd and ctrl)Callum Oakley2016-09-291-11/+48
|
* fixed incorrect key combination for locking screen on macOSCallum Oakley2016-09-022-5/+5
|
* changed some of the wording in the readmeCallum Oakley2016-09-011-4/+4
|
* changed order of modifiers after experimentation, updated readmeCallum Oakley2016-09-012-12/+7
|
* added a lock screen keyCallum Oakley2016-08-121-3/+16
|
* updated readme.md to reflect keymap changesCallum Oakley2016-08-091-2/+2
|
* changed order of bottom row of symbol layer to ease acess to bracketsCallum Oakley2016-08-091-2/+2
|
* Added readme.md for custom layout.Callum Oakley2016-07-281-0/+48
|
* Added custom keymap.Callum Oakley2016-07-272-0/+163
Added custom keymap.