summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-29Clueboard 60% support (#1746)skullydazed
* initial clueboard_60 support * LED lighting support * fix the clueboard->clueboard_66 rename * Add layout support to clueboard_60 * Fix the 60_iso layout so it's actually iso * add a default keymap for AEK layout * fix clueboard_17 * Fixup the ISO layouts * Fix the `wait_ms()/wait_us()` definitions for chibios * Fix up the wait_ms/wait_us hack. Reduce stack size. * Add a missing #include "wait.h" * commit files that should have already been comitted
2017-09-29added matrixman layoutMatt
2017-09-29updated drashna's keymaps (#1769)drashna
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info
2017-09-29Support for KBP V60 Type R 60% keyboard (#1770)mechmerlin
* Support for KBP V60 Type R 60% keyboard Support does not include in switch or underglow lighting for Polestar Edition. * rename v60type_r to v60_type_r * Remove old v60type_r * Modify readme.md to adhere with QMK readme formatting.
2017-09-27remove all makefiles from keyboard directoriesJack Humbert
2017-09-25`?=` -> `=`Ethan Madden
2017-09-25Added ObelusEthan Madden
tearing it down so that it can be rebuilt fiddling with audio big default config overhaul apparently startup sounds work without the override now readme! readme fixes readme tweaking
2017-09-25New layout for XD60/64 (#1748)Florian Beeres
* Add yuuki keymap Documentation is still a TODO and the keymap may not be final * GRV on colon * add KC_GRV to FN ESC * hhkb ish * hhkbish 2 * HHKBish and documentation * Fix Markdown warnings * typo
2017-09-25Move work from pinky fingers to thumbs and index fingers (#1749)Fred Eisele
* phreed keymap added This keymap moves many pinky keys to the center * set to do what I want but LT() does not return to previous layer * get overlays working * get overlays working * fix the readme * fix the readme * swapped the shift * swapped the shift * propagate mods * clear special char on readme
2017-09-25Update Viterbi default layout (#1753)Danny
* Implement sticky modifiers * Change underglow based on sticky mod status * Set RGB lights based on which mods are stickied * Add controls for dimming RGB LEDs * Only update RGB lights if modifiers have changed * Use all LEDs to show modifier state * Create default keymap for Viterbi
2017-09-25XD75RE Custom layout, and clarification in readme.md (#1754)Kenny Hung
* Duplicate default layout as basis of my own * Basic Colemak layer, just to practice flashing * Add reset button so that we don't have to short out the reset button on the board to flash it. * Symbols layer * Navigation layer, and remove unused keys. Now usable, nice. * Correct backspace for UK QWERTY mapping * Small clarification in XD75RE readme instructions * Use UK pipe so that I can type a pipe on a UK keyboard
2017-09-25Removed unneeded code from keymapunknown
2017-09-25Add my gherkin keymap, and update readme and configunknown
2017-09-25Add shell.nix for NixOS usersLukas Werling
2017-09-25Fixed typo of "multually" to "mutually"Zach Burchill
2017-09-25platform descriptions to match master keycodes.md documentationsurlyjake
2017-09-25updated keycodes media descriptionssurlyjake
Platform compatibility descriptions added for mute, volume up/down
2017-09-24add conditional for planck-mitch keymapJack Humbert
2017-09-21Contribute a DZ60 keymap for 67 key configurationYan-Fa Li
2017-09-21Update Viterbi keymapsDanny Nguyen
2017-09-21Update default Viterbi layoutDanny Nguyen
2017-09-21Adjust Viterbi pinoutDanny Nguyen
2017-09-21Rename cloned Nyquist files to Viterbi, create temporary keymapsDanny Nguyen
Add WIP keymap for dwallace
2017-09-21Clone Nyquist keyboard for ViterbiDanny Nguyen
2017-09-21add filessJack Humbert
2017-09-21move keymap to rules.mkJack Humbert
2017-09-21Turkish planck keymap (#1675)Batuhan Baserdem
* Adding keymap * Adding keymap * Compiles now, but doesn't flash * Fixes issues with compilation * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Trying to fix issues with tap-dance layer * Fixed bbaserdem layout * Added keyboard layout image * Edited README.md * Changed layout and removed image from README.md * Changed tapping terms * Changed layout a bit
2017-09-21Adding my keymap with Colemak Mod-DHU-SALTY-WINTENDO\Haj Okuda
2017-09-21add layout mitosis-datagrok (workman variant)Michael F. Lamb
2017-09-21Instruct VSCode to indent using spaces, also ignore two temp files created ↵Jeremy Cowgar
by VSCode.
2017-09-19adds DZ60 support (#1734)Jack Humbert
* adds support for dz60 * fix dz60 readme
2017-09-19convert to unix line-endings [skip ci]QMK Bot
2017-09-19Fixed uk78 and turned Bootmagic off (#1725)Rozakiin
* Add files via upload * Update readme.md * Update readme.md * Add files via upload * Add files via upload * Update config.h
2017-09-18Adding a new layout for the planck that helps when coming from the pok3r (#1701)Nicolas Guelpa
* adding new layout for the planck that helps when coming from the pok3r * Fixing the function layer * Update readme.md * Update keymap.c Making some small adjustments * Update keymap.c switching GUI and Esc * Update keymap.c
2017-09-18Fixed a few typos and spelling errors in auto shift feature documentJeremy Cowgar
2017-09-18KC_TILD should not have been listed as an auto shift keyJeremy Cowgar
2017-09-18Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar
2017-09-18Remove redundant Makefile.Daniel Shields
2017-09-17Address issue #1713 (#1728)Dylan Khor
2017-09-17Improve readme and PID codes for Atreus.Phil Hagelberg
2017-09-16Updated RGB code to use event.pressedkrusli
2017-09-16Add RGB code (from ps2avrgb and luizribeiro/qmk_firmware)krusli
2017-09-16Keymap updateskrusli
2017-09-16Fixes for RGB, more colourskrusli
2017-09-16Update on/off toggle behaviour for RGB LEDskrusli
2017-09-16Change max brightness level for iOSkrusli
2017-09-16Got luizribeiro's ps2avrgb implementation working for Mechminikrusli
2017-09-15[core] fix rgb source includeJack Humbert
2017-09-15Updated README in ergodox_infinity keyboard (#1702)Andrew Plaza (insidious)
* changed 'infinity' to 'ergodox_infinity' and specified to be in the top-level directory as per recent changes to directory structure of QMK_firmware git repo * accidently removed '-' in last line of readme
2017-09-15Adding Ergodox EZ and Atreus Dvorak 42-key layouts (#1705)lucwastiaux
* importing 42 key dvorak layout * added comment for build instructions * adding atreus dvorak 42 key layout * added readme * add readme * build instructions * additional MEH shortcuts