summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Generate API docs from source code comments (#2491)skullydazed41-97/+1892
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
2018-03-21Update info.json for Ergodox EZ (#2577)Drashna Jaelre1-4/+4
2018-03-21Update info.json for orthodox (#2576)Drashna Jaelre3-3/+3
2018-03-21Edit info.json (#2575)MechMerlin1-10/+22
GH60 had the ansi layout taken care of. This commit adds hhkb, iso, and the "basic" KEYMAP layout.
2018-03-21Update info.json (#2574)MechMerlin1-1/+1
Change name from LAYOUT to KEYMAP.
2018-03-21Configurator support for minivan (tv44) (#2573)MechMerlin1-0/+28
Support all 4 layouts supported by the tv44 pcb.
2018-03-21Create info.json for Ergodox EZ (#2572)Drashna Jaelre4-0/+70
* Create info.json for Ergodox EZ * Add Orthodox info.json too
2018-03-21Add configurator support (info.json) for Input Club K-Type (#2571)MechMerlin1-0/+15
* Add configurator support for Input Club K-Type * update info.json to remove bootloader and add mcu
2018-03-21Add macro for momentarily switching to a layer while some mods are active ↡snyman4-9/+21
(#2460) * Macro for a momentary layer switch with mods Passes through to the existing ACTION_LAYER_MODS macro, albeit with more limited options due to lack of space in the quantum_keycodes enum. * Add documentation for LM layer-mod macro * Clean up Tap Toggle documentation
2018-03-21Add Pretty Keymaps to Ergodox EZU-LANDSRAAD\drashna3-166/+147
2018-03-21Configurator Support(info.json) for 1up Keyboards Sweet16 (#2570)MechMerlin3-14/+36
* Configurator Support - Add info.json to support existing layouts - Add comment in sweet16.h to remind people to change info.json if the layout changes. * Fix dlaroe's keymap
2018-03-20Configurator/dz60 support for info.json (#2568)MechMerlin2-0/+34
* Add info.json file for qmk_configurator Unfortunately none of these keymaps look like a board I've seen in the wild. Some further tweaks will have to be done to the keymaps directly. * add comment indicating need to edit info.json when keymap changes
2018-03-20Added bootloader optionsMerlin041-1/+3
I think I got all of them, so I removed the "FIXME".
2018-03-20add info.json to support both layouts on the contramechmerlin1-0/+20
2018-03-20[Proposal?] Allow RGB Underglow to turn off when host is idle/asleep (#2104)Drashna Jaelre6-1/+21
* Add RGB Underglow Sleeping * Add RGBLIGHT_SLEEP to toggle/control RGB light behavior * Update rgb docs * Update for RGB disable command
2018-03-20Add info.json file to work with qmk_configuratormechmerlin1-0/+16
2018-03-20Fix info.json issues to display properly in config.qmk.fm (#2552)MechMerlin1-11/+14
* Fix info.json issues to display properly in config.qmk.fm * rename LAYOUT to KEYMAP to match .h file
2018-03-18retry of PR #2540 (#2554)dlaroe18-178/+569
* reforked, untarred keymaps, added CRS and renamed my keymap folders * Update readme.md corrected a typo
2018-03-17Fix logic in macos installShayne Holmes1-1/+1
Also fix mixed spaces/tabs
2018-03-16Added a clean target to remove build artifactsSebastian1-0/+6
This commit adds a new clean target to the makefile which deletes the .build directory which removes all build artifacts.
2018-03-16Initial support for The Unloved BastardAlexander Fougner9-0/+592
2018-03-16Rule to enable Modifiers with Auto-Shift (#2542)Jason Stillwell3-4/+20
* Re-enable modifiers with auto-shift * Auto-shift modifiers rule * missed a line * Documentation * fixing whitespace
2018-03-16Duplicate KC space to UK (#2541)Kenny Hung2-90/+212
* Fix tilde in xd75 skewwhiffy * Small tidy up * Tidy up Colemak row * Tidy up navigation layer * Symbols layer redefined * Fix UK Quote issue * Use UK_QUOT rather than KC_QUOT
2018-03-16Fix audio issues with Split keyboards that missed previouslyU-LANDSRAAD\drashna4-68/+0
2018-03-16Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark5-233/+250
2018-03-16Updated keymap for my Nyquist layoutPittyolo1-25/+25
2018-03-16New keymap for XD75re ("adi") (#2530)adiron4-0/+269
* My XD75 keymap * Proper readme for `adi` keymap for xd75re
2018-03-16Added my keymap (#2529)Matthew Yee6-0/+208
* Added my keymap * maybe that wasn't quite right. * Reduced the tap time to register layer * changed the tapping term that fits my typing speed a little better * Added retro tapping and reduced tapping term duration
2018-03-16Added choromanski keymap (#2528)Brian Choromanski7-0/+809
* Added ergodox layout * Added preonic layout * Added readme for exgodox layout * fixed errors with formatting readme * Added edited preonic keymap & readme
2018-03-16Fix swap-hands tapping.Joe Wasson4-9/+50
This is an inelegant hack for #2522 but makes things work. Basically we give `action.c` a chance to handle the hold event early so that we can swap the keyboard for later keys. Later, to allow the hold to happen again quickly we nuke the key record so that tapping is reset. I tried to find a cleaner way, honestly.
2018-03-16Add keycodes for swap-hands feature.Joe Wasson5-18/+46
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson28-42/+45
2018-03-16fix generate Keyboard.huplus1-9/+9
2018-03-16new handwired keyboard - Dactyl Manuform (#2516)Twentylives18-0/+1758
* adding new handwired keyboard: dactyl-manuform * adding qwerty layout * updating readme file.
2018-03-16Added support for ca66James OFarrell6-0/+184
2018-03-16Helix keyboard led test as a keymap (#2513)Takeshi ISHII5-0/+1565
* duplicate keyboards/helix/rev2/keymaps/default to keyboards/helix/rev2/keymaps/led_test * OLED & RGB LED on * duplicate quantum/rgblight.[ch] to keyboards/helix/rev2/keymaps/led_test * rgblight.c modify for RGB test
2018-03-16Add underglow animation support to rask's UK78 (#2512)Otto Rask2-2/+7
* Add rask's Satan layout * Add rask's Satan layout * Add rask's BananaSplit60 layout * Add rask's BS60 readme * Fix rask's BS60 readme image * Fix rask's BS60 readme image again * Add rask's UK78 layout * Change RGui to be LGui to fix locale switching On Ubuntu the keyboard seemingly lost RGui when toggling between typing languages. With LGui toggling works normally. * Add rask's ErgoDox Infinity layout * Modify ErgoDox layout and add readme for it * Add rask's UK78 layout readme * Add undnerglow animation to rask's UK78 firmware
2018-03-16Add teensy revision folder for Orthodox Rev3 (#2510)Drashna Jaelre10-11/+186
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches
2018-03-16Create sendstring_spanish.hDaniel RodrΓ­guez Rivero1-0/+71
This makes possible to use SEND_STRING with a spanish keyboard for almost all symbols except the ones that require ALT, which are documented on the code comments. I am not adding any documentation because the functionality is not complete until a way to specify alted symbols is added.
2018-03-16layout(preonic): update to dudeofawesome's layout (#2507)Louis Orleans5-76/+94
* πŸŽ‰ duplicate default Preonic keymap * ✨ add Workman layout * 🚚 swap backspace and delete * ✨ enable hold enter for shift * 🚚 swap media play and next * πŸ’„ use Planck startup sound * πŸ’„ add Workman layer sound * ✨ add numpad layer * πŸ’„ add new workman sound * πŸ“ add README * 🎨 fix layout formatting * πŸ“ add image of numpad layer * πŸ“¦ changing chibios submodule version to match upstream/master's version * ✨ add caps lock key on adjust layer * ✨ reworking numpad layer to match a real numpad * ✨ add double tap to activate numpad * πŸ“ fix layout comments * πŸ“ update numpad layer render * ✨ adding operator keys to left hand on numpad * 🎨 shorten numpad keycodes * 🎨 remove redundant breaks * πŸ“ update numpad layer render * 🎨 fix indentation * πŸ”§ add rules file * βœ¨πŸ”Š play sound when switching to numpad layer * πŸ”¨ use userspace sounds
2018-03-16layout(infinity ergodox): update dudeofawesome's layout (#2506)Louis Orleans5-133/+225
* πŸŽ‰ Building simple flasher * πŸŽ‰ Flashing works * 🎨 Cleaning up * πŸ› Being more specific with board identity * πŸ› Flashing correct keymap * πŸŽ‰ Adding keymap * ✨ Updating keymap * 🚨 RGB * βͺ Revert "🚨 RGB" This reverts commit 9ceabfb267f8daedaad929231229c703abc12ec4. * ✨ Improvements to flasher * ✨ Layout tweaks * πŸ’„ Messing around with LCD * πŸ’„ Enabling LCD backlight matching * πŸ”§ Updating layout * πŸ› Fixing console logging * 🎨 Cleaning up indentation * πŸ”§ Adding editorconfig * ✨ Adding game layer * πŸ’„ Changing numpad layout * ✨πŸ”₯ redoing entire layout It's now more similar to the Planck default layout * ✨ add workman and dvorak layouts * πŸ› fix numpad * πŸ› fix layer orders * πŸ› fix layer toggling * πŸ› fix tri-layer switching * πŸ› fix LCD colors for adjustment layers * πŸ”₯ remove old flasher project * πŸ”₯ remove simple_visualizer * πŸ’„ update LCD colors * πŸ“ fix layout comments * πŸ’„ swapping 2u buttons * πŸ”₯πŸ”§ removing editorconfig * 🚨 using 2 spaces * πŸ“ add README * βͺ Revert "πŸ’„ Enabling LCD backlight matching" This reverts commit 51577903dfdc9fea5d33e9ab8cfa9b854e7ae19e. * βͺ Revert "πŸ’„ Messing around with LCD" This reverts commit fdd9acdae514a3e0e4a7153225053680744980e5. * πŸ› fix thumb inconsistency in QWERTY * πŸ› fix media keys * ✨ add F# shortcuts to vertical 1.5u buttons * ✨ hold enter for RShift * ✨ hold for numpad * 🎨 remove unnecessary breaks * 🎨 reoganizing layers * ✨ add Colmak layer * πŸš§πŸ”§ add basic config * ✨ use more standard numpad layout * πŸ’„ change layer orders * ✨ add caps lock on adjust layer * πŸ”₯ disable space cadet * πŸ“ update README * πŸ”¨ use userspace config * 🎨 clean up a bit * πŸ› undefine tapping toggle from base config * πŸ”¨ rename LED functions
2018-03-16update to Ergodox / Atreus Dvorak 42 key layouts (#2504)lucwastiaux2-2/+12
* add SCREEN_NAV layer for copy/pasting within screen * working readreg/paste macros * working read reg / paste macros * write log and tran patterns, and expand * add ls -la shortcut, add tab on combined layer * put delete word on the right pinky key on shell_nav layer * add TAB on the right side, add reset key * added Cloud9 macros * add cloud9 shortcuts to atreus layout * added BROWSER_CONTROL layer * finalized browser control layer * adding comment * add browser control layer to atreus * add flashing command line * remove the tab on combined layer
2018-03-16Add italian keymapNicola Gargagli1-0/+122
2018-03-16Fixed various keymaps and the allocation of "key_combos" (#2526)Brian Choromanski10-13/+37
* Fixed plank keymaps so that they will compile for planck light * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles
2018-03-15Move Narze keymap into Ergodox Infinity folderU-LANDSRAAD\drashna7-0/+0
2018-03-15Fix Preonic layoutU-LANDSRAAD\drashna1-2/+2
2018-03-13Planck ajp10304 (#2519)ajp103044-54/+203
* Planck ajp10304 layout clean up * Planck ajp10304 layout add Mac layer extensions * JJ40 ajp10304 layout add Mac layer extensions
2018-03-13Fix preonic/rev2 bootloader configuplus1-2/+3
2018-03-13Fixed plank keymaps so that they will compile for planck lightBrian Choromanski10-29/+90
2018-03-12Add layout support for contra.Joe Wasson4-13/+45