summaryrefslogtreecommitdiffstats
path: root/keyboard
AgeCommit message (Collapse)AuthorFilesLines
2016-01-16Merge branch 'master' into j3rn-keymapJonathan Arnett34-2773/+10112
2016-01-16Added keymap_j3rn_README.mdJonathan Arnett1-0/+28
2016-01-16I guess I can reference #90 in the commit messageJack Humbert2-38/+3
2016-01-16added error for keymap file not existingJack Humbert1-0/+4
2016-01-16new keymap folder structure and makefile magicJack Humbert20-41/+221
2016-01-16workingJack Humbert1-0/+2
2016-01-16soundsJack Humbert1-2/+2
2016-01-16Added shifts on the thumbsDidier Loiseau1-3/+3
2016-01-15Merge pull request #89 from coderkun/masterErez Zukerman1-0/+137
add coderkun’s ErgodoxEZ keymap (Neo2)
2016-01-15merge upstreamcoderkun16-2460/+3838
2016-01-15add basic layer 2coderkun2-16/+16
2016-01-15Change lower-left control to momentary L1Jonathan Arnett1-2/+2
There's so many control keys in this keymap, one needed to go. So, I changed the lower-left control key to be a momentary L1, just like the same key on the right side.
2016-01-15Version 1.0.0Jonathan Arnett1-0/+186
2016-01-15updated cheat sheet, hex fileStephan Bösebeck2-1494/+1508
2016-01-15using keymap_german_osx.h more, adding macros for CTRL/CMD-V combinationStephan Bösebeck1-25/+64
2016-01-13Merge pull request #84 from sboesebeck/masterErez Zukerman5-1239/+1504
new alternative layout ADNW_Koy
2016-01-13Merge pull request #83 from lxol/feature/hhkb-qmkJack Humbert9-0/+1108
migrate hhkb to QMK firmware
2016-01-13updating layout pngStephan Bösebeck1-0/+0
2016-01-13adding fixed hex fileStephan Bösebeck1-9/+9
2016-01-13typo fixStephan Bösebeck1-1/+1
2016-01-13added adnw layoutStephan Bösebeck1-0/+262
2016-01-13typo and copy past fixStephan Bösebeck1-262/+0
2016-01-13minor fixStephan Bösebeck1-5/+2
2016-01-13bugfixStephan Bösebeck1-1/+1
2016-01-13updated ANDW layoutStephan Bösebeck2-14/+17
2016-01-13Merge branch 'master' of https://github.com/sboesebeck/qmk_firmwareStephan Bösebeck2-1230/+1236
2016-01-13andw layout addedStephan Bösebeck1-0/+259
2016-01-13migrate hhkb to QMK firmwareAlex Olkhovskiy9-0/+1108
2016-01-13note seq, start-up beeps, function beepsJack Humbert1-16/+57
2016-01-12Disables debug console by default for improved performanceErez Zukerman2-1221/+1226
2016-01-12add basic layer 1coderkun1-2/+45
2016-01-12add neo2 keymap for ergodoxEZcoderkun1-0/+94
2016-01-12beeps on lock keymapJack Humbert2-30/+31
2016-01-11pwm audioJack Humbert7-76/+161
2016-01-10Implement cut/copy/paste as macrosDidier Loiseau1-12/+26
Workaround for jackhumbert/qmk_firmware#81 + added macro names + removed unused macro 0
2016-01-10Added fn-eject, fn-power .. fn-pause keysDidier Loiseau1-4/+4
Eject does not work though, see jackhumbert/qmk_firmware#82 and tmk/tmk_keyboard#250
2016-01-10Merge pull request #80 from agriffis/kinesis-cloneErez Zukerman2-0/+203
Add ergodox_ez keymap to match Kinesis Contoured.
2016-01-10Rename to keymap_kines-ish.c and add READMEAron Griffis2-0/+19
2016-01-10added mouse wheel support, CMD-V/CMD-C instead of CTRLStephan Bösebeck1-3/+3
2016-01-09removed left space key in favor of a backspaceStephan Bösebeck2-1219/+1225
2016-01-09Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck2-1/+186
2016-01-09Add ergodox_ez keymap to match Kinesis Contoured.Aron Griffis1-0/+184
This keymap attempts to match the Kinesis Contoured (aka Advantage) default layout as closely as possible. See http://www.kinesis-ergo.com/wp-content/uploads/2013/06/advantage_layout_win.pdf Apart from the obvious mappings, this keymap also: * removes the dual-purpose momentary layer/normal keys: Z, /, and Grv; because the author--coming from a Kinesis keyboard--finds the delays and accidental modifiers to be more disconcerting than helpful. * puts Esc in the bottom left since there's no place for it in the top left to match the Kinesis. * changes the bottom-right key into an L2 toggle since there's otherwise no way to get to L2. * adds PrScr, ScrLk and Pause to the L1 keymap, down the left side, since they're present on the Kinesis but not available in the default ergodox_ez keymap.
2016-01-09Refer to SYMB and MDIA in default ergodox_ez keymap.Aron Griffis1-3/+3
2016-01-09Split fn layer from numbers layer to better match the TM behaviourDidier Loiseau1-78/+78
- removed access to layer 2 from ";" key - "fn" key toggles both layers 1 & 2 - replaced media and mouse layer by fn layer - renamed symbol layer to numbers layer - moved all F-keys together on left hand
2016-01-09Layer 1: restore backspace, ralt and ctl on right handDidier Loiseau1-15/+15
- home replaced by KC_TRNS to make backspace available - prev/next moved left to space to restore ralt - arrows moved down to have reversed T-shape - added ctl on bottom right KpEnter, to match layer 0 - removed alt from mute, as it was already no more in layer 0
2016-01-09Added description of the layout and main differences with real TMDidier Loiseau1-1/+21
2016-01-09Make bottom row more similar to the TMDidier Loiseau1-18/+18
- keep home/end at the same location - RAlt as first key on the bottom right row - left/right arrows moved on the thumb, near the other arrows - added Alt on App - added Alt on Mute in Layer 1 - removed ALT from left spaces to avoid issues when pressing too slowly
2016-01-09Use 3rd led as caps-lock indicatorDidier Loiseau1-1/+4
2016-01-09TypeMatrix keymap: Layer 1 (Fn Layer)Didier Loiseau1-20/+27
2016-01-09Initial TypeMatrix keymap: Layer 0Didier Loiseau1-3/+3