summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pete's 40th XD64 LayoutJ. Eric Mason2017-11-062-0/+54
| | | | Mac layout based on yuuki with some other changes, for Pete's 40th birthday keyboard
* Ergodox EZ and Atreus 42 key dvorak layout updates (#1964)lucwastiaux2017-11-062-41/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * added shifted symbols on symbols layer * working extra symbols on COMBINED layer * bring atreus layout inline with the ergodox one * add necessary macros * working ls macro * added more shell macros * added screen rename / screen number macros * add ctrl-a key in shell-nav to use screen more easily * added shell screen layer * assign screen switching macros to screen layer * define all screen switching macros * more screen-related shortcuts added on shell screen layer * change shell nav bottom right row to match base layer (backspace / delete) * remove some mappings on SHELL_NAV layer as they are now in the screen layer * added more screen macros
* Correct the rules.mk documentation for auto shift.Jeremy Cowgar2017-11-061-1/+1
| | | | fixes #1965
* Fix RGBLIGHT startup color (#1975)drashna2017-11-061-1/+3
| | | | | | | | | | | | * Fix RGBLIGHT startup color While it's awesome to see the layer indicating code in here (no really!), and the general rule is to not alter the default keymap/code.... The problem with the layer_state_set_kb call handling this, is that the code doesn't seem to be called at startup. So the default layer color won't ever get set on startup. It needs to be called in the init function to be properly set. I've played with this extensively, and if you check my keymaps, that is precisely why I have the setrgb/sethsv in the init function. * Removed typo (pipe)
* Merge pull request #1974 from qmk/f/ez_shine_layer_ledsErez Zukerman2017-11-063-64/+67
|\ | | | | Shine layer indication
| * adds indication up to layer 7Erez Zukerman2017-11-063-66/+67
| |
| * restore default mode/color if no 0 colorJack Humbert2017-11-062-1/+3
|/
* adds per-layer rgb color option to ezJack Humbert2017-11-064-9/+72
|
* update gh60 infoJack Humbert2017-11-051-1/+1
|
* add gh60 info.jsonJack Humbert2017-11-051-0/+17
|
* several improvements for mitosis:datagrok (#1960)Michael F. Lamb2017-11-034-82/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mitosis/datagrok: reduce features from rules.mk * mitosis/datagrok: make both layer keys neighbor shift * mitosis/datagrok: (no-op) tweak some comments * mitosis/datagrok: set baudrate to 250k This requires a corresponding change to the mitosis wireless firmware: https://github.com/reversebias/mitosis/pull/10 * mitosis/datagrok: move design description from code comment to a readme * mitosis/datagrok: new layout, new shifted keys, efficient LED code This is experimental, but compiles and seems to work correctly. * mitosis/datagrok: whoops, move readme.md * mitosis/datagrok: a minor layout improvement simplifies custom-shifted code instead of [, .] [? !], using [, ?] [. !] greatly simplifies the code needed to perform the shifted-key switching. (And keeps , and . on the same keys that they are under qwerty.) also: layout improvements for symbols * mitosis/datagrok: make my code conform to QMK style guidelines * mitosis/datagrok: TODO note for layout table in README * mitosis/datagrok: remove led_set_user until i figure out other changes need to see if the corresponding changes needed in the keyboard-level code is okay. * mitosis/datagrok: simpler layer indicator * mitosis/datagrok: undo change to keyboard baud; make it in my layout dir. * mitosis/datagrok: apply same punctuation hack to qwerty layer * mitosis/datagrok: enable qwerty layer toggle * mitosis/datagrok: update readme
* Added hand-swap matrix to the mitosisM Rawash2017-11-031-1/+12
|
* have led default to off on start upJennifer2017-11-031-1/+3
|
* make more generic, and properly handle initsJennifer2017-11-031-6/+23
|
* fix a typoskullY2017-11-021-1/+1
|
* Do some cleanup for the APIskullY2017-11-0213-21/+23
|
* use real greater than and less than charsskullY2017-11-021-1/+1
|
* fix labelsskullY2017-11-021-1/+1
|
* add labels to the clueboard layoutskullY2017-11-021-1/+1
|
* Merge branch 'master' of github.com:qmk/qmk_firmwareskullY2017-11-026-9/+154
|\
| * fix the clueboard layout jsonskullY2017-11-021-1/+5
| |
| * fix 2u alignment in info.jsonsJack Humbert2017-11-022-2/+2
| |
| * update preonic, add info.jsonJack Humbert2017-11-024-7/+148
|/
* Document info.json filesskullY2017-11-021-0/+88
|
* Fix a typoskullY2017-11-021-1/+1
|
* update contributing guidelinesJack Humbert2017-11-011-0/+5
|
* Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality ↵dkrieger2017-11-014-0/+238
| | | | | | | | | | | | | | | (#1948) * Add satan keymap: HHKB-alike based on dbroqua's, with mouse functionality and without LED functionality * move mouse layer to DOUBLE_HOLD, add UTIL layer for TRIPLE_HOLD - UTIL layer - currently has "RESET" key and nothing else. - functionality otherwise covered by bootmagic should go here - small bugfix: dispatch of [QTY]_HOLD should be based on range tap count falls in, not exact count.
* Added support for Knops Mini (3x2 macropad) keyboard. (#1953)Pawnerd2017-11-019-0/+755
| | | | | | | | | | | | | | * Added support for Knops Mini (3x2 macropad) keyboard. * Added better documentation, according to the QMK standards. * Fixed typo. * Changed names of files to comply with QMK standards. * Ignored makefile in keymap. * Removed makefiles and added my credentials in the copyrights.
* update template readmeJack Humbert2017-11-011-2/+2
|
* update qmk templateJack Humbert2017-11-016-101/+25
|
* ignore more makefilesJack Humbert2017-11-011-0/+7
|
* convert to unix line-endings [skip ci]QMK Bot2017-11-021-360/+360
|
* adds .hex for teensy 2.0 using B0 as resetJack Humbert2017-11-011-0/+360
|
* Add nano switch padDanny Nguyen2017-11-018-0/+334
|
* Adds .qmk file type as a target for QMK Toolbox (#1084)Jack Humbert2017-11-013-0/+49
| | | | | | | | | | | | | | | | | | * adds .qmk file type as a target * adds info.json with vendor and product * add files for qmk info script * add layout file for planck * ignore .qmk files * more settings * update rules for avr and chibios * update .qmk generation for info.json and inheritence
* Update getting_started_github.mdJack Humbert2017-11-011-2/+2
|
* adds other layouts to rules.mkJack Humbert2017-11-011-2/+2
|
* Merge branch 'master' of https://github.com/qmk/qmk_firmwareJack Humbert2017-11-011-1/+1
|\
| * Fix the json for clueboardskullY2017-11-011-1/+1
| |
* | update layout macros for planckJack Humbert2017-11-012-6/+6
|/
* fixup jsonskullY2017-11-011-1/+1
|
* Improvements to documentation (#1919)Arialdo Martini2017-11-014-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | * Typo: Github => GitHub * Typo: windows => Windows, docker => Docker, and some punctuations * "QMK Introduction" links to the right file * "Unix" rather than "UNIX", which is a trademark * Directory name is "keyboards", not "keyboard" * "handwired" is a subdirectory of "keyboards" * Punctuation and minor fixes * macOS rather than Mac * Punctuation and other minor fixes * Vagrant Guide links to an existing file * Jun Wako referenced with his name rather than his nickname * Saxon genitive 's outside the link
* adds info.json files to planckJack Humbert2017-11-013-0/+123
|
* Updated personal keymaps (#1945)drashna2017-11-0114-458/+490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info * Cleanup macros * Fix odd merge issue * Tweaked RGB lighting stuff * Start to merge orthodox/ergodox keymaps (persistant layers) * Add forced NKRO * Added Colemak and Dvorak layers to default orthodox keymap * Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow * Updated macros and added workman keymaps * Fixed RGB lighting for Workman layout * Add leader keys * Remove force NKRO * Add Viterbi one handed layout and minor tweaks to others * Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts * Made "make" keystroke universal * Clean up and updates of drashna keymaps * Add workman layer to planck * Update to keymaps * Fix accidental commit because I don't know how to git * Fix makefile toggle code in ez keymap Finish adding RGB code to orthodox * missing underscore in init function declaration * Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function * Remove unnecessary planck layout
* Add info.json files for clueboard 66skullY2017-11-015-0/+21
|
* Remove extra underscore from MASTER_RIGHT defineDanny Nguyen2017-11-0136-55/+55
|
* Created Kona Classic config (#1791)DangerousParts2017-10-3132-0/+1811
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created Kona Classic config * Fixed KonaClassic config * Updated README * Updated Readme to conform to format standards * Added ANSI and ISO layout options * Fixed images in Readme * Added labels to images * Added absolute links to images in Readme * Image link updates again * Fixed bottom row keys in some layouts * Fixed Grave and Tilde * Fixed Underglow in Kona Classic configs * Renamed KonaClassic to kona_classic
* Add Levinson rev2 (#1939)Danny2017-10-3115-12/+554
| | | | | | | | * Add levinson rev2 files * Add hexwire keymap * Remove redefinition of backlight defines
* Fix pointing device featureRob Rogers2017-10-313-3/+9
|
* Add 6-ball macropadDanny Nguyen2017-10-317-0/+186
|