summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12Merge pull request #622 from shelaf/masterJack Humbert7-0/+395
My HHKB layout
2016-08-12Merge pull request #621 from shelaf/fixJack Humbert1-11/+11
Fix typo
2016-08-12only aestheticsToni1-4/+4
2016-08-12ergodox: Update my keymap to v1.5Gergely Nagy6-1237/+1244
Major changes include: * The **1HAND** layer has been removed. * A `Delete` key is now available on the right thumb cluster. * The **ADORE** layer received a major update, see the updated layout image. * It is now possible to enable automatic logging for the **ADORE** layer, by setting the `ADORE_AUTOLOG` makefile variable to `yes` when compiling the keymap. It is off by default. * The `~` key and the `Media Next/Prev` key have been swapped on the **base** layer. * On the **ARROW** layer, `Backspace` has been replaced by `Enter`. * There is some experimental support for entering Unicode symbols. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-08-12add new lineshela1-1/+1
2016-08-12add new lineshela1-7/+7
2016-08-12add my keymapshela7-0/+395
2016-08-12fix typoshela1-11/+11
2016-08-12Merge pull request #618 from denolfe/masterJack Humbert4-0/+203
Add denolfe satan keymap
2016-08-12Merge pull request #617 from iFreilicht/patch-2Jack Humbert1-1/+1
Fix dead link in keycode.txt
2016-08-12Merge pull request #614 from iFreilicht/patch-1Jack Humbert1-1/+1
Update TMK_README.md
2016-08-12Merge pull request #608 from finleye/masterJack Humbert4-0/+264
Adds keymap based on Kinesis advantage
2016-08-11Small changesFelix Uhl2-9/+10
Enabled Bootmagic and ISO layouts on felix keymap Added unused pins
2016-08-11Delete keymap.cXyverz1-67/+0
Not ready to submit this one just yet.
2016-08-11Update keymap.cXyverz1-2/+2
Changed right-hand F-key layout in order to add KC_PLUS to _L2.
2016-08-11Update MakefileXyverz1-4/+4
Corrected spelling of "ATREUS" in all locations. (ATRUES -> ATREUS)
2016-08-11Add denolfe satan keymapElliot DeNolf4-0/+203
2016-08-11Minor changes to keymapsFelix Uhl3-9/+12
Clarified extra keys Made ISO-keys non-dead in default layout Added non-US backslash on felix layout
2016-08-11Fix dead link in keycode.txtFelix Uhl1-1/+1
The link to the HID Usage tables was outdated and dead, so I replaced it.
2016-08-11Added S60-X to keyboards with two layouts.Felix Uhl12-0/+590
2016-08-10updated referenceFelix Uhl1-1/+1
Build setup links to main readme now.
2016-08-10Added braces using LSFT(KC_LBRC) and LSFT(KC_RBRC) since the normal RBCR and ↵Ian Sterling1-1/+1
LBCR didn't work for me.
2016-08-10Adding my own layouts for the Phantom and Ergodox. My Ergodox layout adds ↵Ian Sterling2-0/+378
persistent layers based on the Planck and Preonic setup. The layout arrays are pulled directly from the ergodox/ez/ez.h keymap definition starting at line 81.
2016-08-09Update keymap. (#616)Callum Oakley2-4/+4
* changed order of bottom row of symbol layer to ease acess to brackets * updated readme.md to reflect keymap changes
2016-08-09adds Xyverz's keymaps (#615)Xyverz5-0/+771
* Adding my own keymaps to the following keyboards: Planck, Preonic, Atreus, Ergodox * Delete dvorak.png Not reflective of my layout. * Delete readme.md file cleanup, removing file that doesn't apply to my layout. * Delete old_keymap.c file cleanup * Delete README.md file clean up. * Delete README.md file cleanup * Delete keymap.c file cleanup * Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for flexibility's sake. Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default layout and default makefile.
2016-08-09Merge branch 'master' of https://github.com/Xyverz/qmk_firmwareIan Sterling5-554/+0
2016-08-09Changed behavior of _DVORAK layout's KC_RSFT to SFT_T(KC_ENT) for ↵Ian Sterling3-204/+160
flexibility's sake. Updated the rest of the keymap to reflect the current (as of 19:37 on 08 Aug 2018) default layout and default makefile.
2016-08-09Delete keymap.cXyverz1-184/+0
file cleanup
2016-08-09Delete README.mdXyverz1-2/+0
file cleanup
2016-08-09Delete README.mdXyverz1-49/+0
file clean up.
2016-08-09Delete old_keymap.cXyverz1-311/+0
file cleanup
2016-08-09Delete readme.mdXyverz1-10/+0
file cleanup, removing file that doesn't apply to my layout.
2016-08-09Delete dvorak.pngXyverz1-0/+0
Not reflective of my layout.
2016-08-09Adding my own keymaps to the following keyboards:Ian Sterling11-0/+1369
Planck, Preonic, Atreus, Ergodox
2016-08-09Add support for the cluecardskullY9-0/+484
2016-08-08Clueboard: Fix the title in keymaps/skully/readme.mdskullY1-1/+1
2016-08-08Clueboard: Add some readme.md files and do some minor cleanup.skullY6-14/+101
2016-08-08Adds keymap based on Kinesis advantageCorey Finley4-0/+264
2016-08-08Merge pull request #613 from di0ib/masterJack Humbert1-0/+5
Convert hex to bin
2016-08-08Merge pull request #612 from kuel/masterJack Humbert2-2/+81
Added file for software implementation of Russian, gave keymap_cyrillic.h a better name.
2016-08-08Merge pull request #609 from sethbc/fix_clueboard_orphaned_filesJack Humbert2-134/+0
remove orphaned clueboard files
2016-08-08Merge pull request #607 from jeebak/jeebakJack Humbert2-72/+187
Update Jeebak's keymap, w/ KC_COPY, etc. workaround.
2016-08-08Update TMK_README.mdFelix Uhl1-1/+1
updated link to non-existent build.md file
2016-08-08Convert hex to bindi0ib1-0/+5
For flashing via alternative methods like LUFA MassStorage bootloader.
2016-08-08Merge remote-tracking branch 'refs/remotes/jackhumbert/master'di0ib356-2789/+13709
2016-08-07Tap for ;, hold for GUI, tap for ", hold for AltJeeBak Kim2-6/+10
2016-08-07Tap for Tab, hold for HyperJeeBak Kim2-27/+32
2016-08-07Removed unnecessary commentkuel1-2/+0
2016-08-07Add keymap_russian.h, a software implementation of Russiankuel2-2/+83
rename keymap_cyrillic.h to keymap_unicode_cyrillic.h changed CY_RUBLE and CY_NUMERO to CY_RUBL and CY_NMRO in keymap_unicode_cyrillic.h
2016-08-07new variant with the curly braces on tab layerToni1-24/+24