summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18KC_TILD should not have been listed as an auto shift keyJeremy Cowgar1-1/+0
2017-09-18Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar8-0/+375
2017-09-18Remove redundant Makefile.Daniel Shields1-13/+0
2017-09-17Address issue #1713 (#1728)Dylan Khor1-1/+1
2017-09-17Improve readme and PID codes for Atreus.Phil Hagelberg3-10/+5
2017-09-16Updated RGB code to use event.pressedkrusli1-11/+19
2017-09-16Add RGB code (from ps2avrgb and luizribeiro/qmk_firmware)krusli1-55/+51
2017-09-16Keymap updateskrusli1-1/+1
2017-09-16Fixes for RGB, more colourskrusli1-9/+37
2017-09-16Update on/off toggle behaviour for RGB LEDskrusli1-5/+2
2017-09-16Change max brightness level for iOSkrusli1-3/+6
2017-09-16Got luizribeiro's ps2avrgb implementation working for Mechminikrusli8-3/+250
2017-09-16[core] fix rgb source includeJack Humbert1-1/+2
2017-09-16Updated README in ergodox_infinity keyboard (#1702)Andrew Plaza (insidious)1-1/+4
* 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-16Adding Ergodox EZ and Atreus Dvorak 42-key layouts (#1705)lucwastiaux5-0/+558
* 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
2017-09-16Wording changes for the WSL install scriptRob Rogers1-2/+2
2017-09-16Merge branch 'luizribeiro-ps2avrGB'Jack Humbert13-30/+259
2017-09-16update to driver separationJack Humbert13-30/+259
2017-09-16Update Mechmini keymap, reduce reported power consumption for iOS Camera ↵krusli3-12/+46
Adapter compatibility
2017-09-16Cleaned, revised, and updated my keymaps to reflect new changes/defaults (#1712)Dylan Khor5-383/+96
* add new RGB keycodes and clean up lets split keymap * extraneous cases * More cleanup and added macro * one more macro * cleaned up my planck keymap and added macros * Transitioned planck keymap to new formatting / audio modes based on new default * Remove extraneous newline in song list, add keycodes missed in previous commit * error in graphical representation of keycodes
2017-09-16Add Levinson keyboard (#1723)Danny23-0/+1903
* Fork lets_split to levinson Update subproject default * Update Readme * Pass LED backlight info from master to slave over serial
2017-09-15"New" Atreus Keymap (#1717)Hugh2-0/+111
* Merge with upstream * Finish merge * Add new keymap * Change use of KEYMAP macro * Add Readme.md * Fix link * Clean up comments * Raise on leading edge of keypress
2017-09-15Remove accidentally pasted line in MF68 readmeDanny Nguyen1-2/+0
2017-09-15Adapt build instructions to new keyboard nameFlorent C1-5/+5
2017-09-14Some revisions to cbbrowne Planck keymap, and a preliminary xd75 keymap (#1715)Christopher Browne10-37/+596
* Add HOME/END keys as upper/lower on arrow-up/down * Reduce .hex file size by turning off unneeded options * Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand * Latest super latest version merge * cbbrowne keymap for XD75re * starting notes on XD75re keymap plans * First draft of bottom row of QWERTY * Switch my special bottom line over to QCENT * Dunno * Filling in wanted keys, bit by bit... * Add copyright, extra macro * Clean up comments, remove some experimental code I didn't like * TODO plans for xd75re * clean up keyboard layout * QCENT2 is my new experiment for the main keyboard... * Add a few more main layer keys, and modify LOWER to shift things outwards to conform with main layer * Clean up RAISE layer to conform with main layer, remove QCENT layer as QCENT2 is the new thing * More xd75 changes, now that I actually have it in hand * shift keymap around, as original attempt was a bit too aggressive in keeping to the edges * more revs to XD75 * Dropping parts of the centre keypad in favor of Keys I Really Need * Improve documentation to conform with how builds are done now * Improve documentation to conform with how builds are done now * Add cbbrowne rules file as alternative to having the rules in Makefile * Makefile not needed anymore for individual keymap
2017-09-14Further updated ergodone readme.md (#1714)Harshit Goel1-1/+2
* updated read.md file * added image to flash hex on ergodone * corrected image link * updated direct image link * image with larger text
2017-09-13Add support for MF68 replacement PCB for Magicforce 68 (#1698)Danny6-0/+364
* Port TMK code for MF68 * Change KEYMAP to KC_KEYMAP and add macro
2017-09-13updated read.md fileGoel1-1/+1
2017-09-13[planck] Adds Sean Hunter keymap(#1706)Sean Hunter6-40/+599
* Sean Hunter initial keymap * Update old map to sync it up with new one * Add TODO fix a few minor things * small doc fixes * Minor fixups
2017-09-13Add jojiichan keymapDanny Nguyen3-0/+100
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert14-56/+748
* implement basic terminal stuff * modify send_string to read normal strings too * add files bc yeah. working pgm detected * pgm detection apparently not working * adds send string keycodes, additional keycode support in send string * implement arguments * [terminal] add help command * [terminal] adds keycode and keymap functions * [terminal] adds nop.h, documentation * update macro docs
2017-09-11Update tv44-belak keymapKaleb Elwert3-7/+23
2017-09-11Changed USB manufacturer to "JMWS"Marco1-5/+5
Don`t know, if this is 100% correct, but the original software refers to "JMWS JM60 Driver".
2017-09-11Use KC_GESC keycode instead of custom functionMarco2-69/+2
2017-09-11Basic support for JM60 keyboardMarco17-0/+1903
This adds basic support for JM60 RGB PCB that was sold by KBDfans https://kbdfans.myshopify.com/ https://www.aliexpress.com/store/product/JM60-RGB60-Custom-mechanical-keyboard-PCB-ANSI/2230037_32810956675.html No support for RGB Backlight yet.
2017-09-11fix for toggle tap dancePtomerty1-1/+1
2017-09-10adds a default ergodox_infinity keymapJack Humbert1-0/+223
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed224-209/+4077
* 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
2017-09-08update some keymaps that broke w/defaultsJack Humbert3-0/+2
2017-09-07Revert "Remove the "lib/%" rule."skullY1-0/+4
This reverts commit 6fc43ddaf6048edc67c00ea258ffbbcbded631b0. I didn't think this through before pushing it.
2017-09-07Remove the "lib/%" rule.skullY1-4/+0
2017-09-07Split atreus (#1680)Hugh5-0/+205
* Merge with upstream * Add split_atreus keymap for lets_split. * Move bspace * Tidy up keymap * Update layer enum * Temporary fix * Finish merge * Added keys for testing * Revert temporary fix * Remake keymap using default let's split map as base. ASCII art not updated * Remove non-functioning layers * Rename folder * Update ASCII art * Remove vestiges of ADJUST layer * Remove nonexistent layer #defines * Rename folder to avoid confusion * Add Readme.md * Formatting * Description of underscores in layer maps
2017-09-07Add TKL keymap for Frosty_Flake (#1666)Jason Milkins6-9/+120
* Add TKL keymap for Frosty_Flake * Update readme.md * Add spaces for ghfm newlines * add note for dfu target
2017-09-07Add a clueboard rev3 (#1688)skullydazed8-1/+173
* Allow the knight animation to be restricted to a portion of the LED strip * Add keys for jumping directly to particular animation modes * Remove orphaned break statements * Tweak the `RGB_MODE` buttons so they cycle through the same mode. * small indentation fix * Add a new revision of the clueboard with 18 underlight LEDs
2017-09-07Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed2-2/+8
* Clone chibios and ugfx if it's not already checked out. * update the submodule out of date message
2017-09-06RGB improvements (#1684)skullydazed8-95/+699
* Allow the knight animation to be restricted to a portion of the LED strip * Add keys for jumping directly to particular animation modes * Remove orphaned break statements * Tweak the `RGB_MODE` buttons so they cycle through the same mode. * small indentation fix
2017-09-06Update mac guide (#1665)Will Jiang1-1/+4
`avr-libc` is no longer, and it's called `avr-gcc` now. https://github.com/osx-cross/homebrew-avr Also you need `gcc-arc-none-eabi` to be able to compile in my experience.
2017-09-06Force Raw HID interface number to 1 always (#1669)Wilba65821-10/+13
2017-09-06Dvorak-optimized Mitosis keymap with mouse keys (#1676)CarVac2-0/+132
* Add carvac_dv keymap for mitosis * Add mouse keys * move backspace, etc, and fix tab * remove commented-out functions in keymap * Fix scroll buttons and add left/right scrolling * Make num momentary, add comments, and clean up * fix mouse scroll acceleration
2017-09-06Added personal minivan keymap (#1681)Ethan Madden4-0/+119
more consistent layer setup documentation! slide some things around more doc jiggling