summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-22Add support for 9key by Bishop KeyboardsCory Shaw
2017-08-22JD40 MiniVan portJonathan Boyett
2017-08-22Adding MakefileRyan MacLean
Required for JIS layouts
2017-08-22Creating Mac Version of JIS KeymapRyan MacLean
Swapping command and alt, restoring fn+left for delete, subbing in grave for hhkb key.
2017-08-22Merge branch 'master' of https://github.com/qmk/qmk_firmwareJack Humbert
2017-08-22move to compiled [skip ci]Jack Humbert
2017-08-22Fix avoid certificate errors that occur during '2-setup-environment-win.bat'keisuke333
2017-08-22Merge branch 'master' of https://github.com/qmk/qmk_firmwareJack Humbert
2017-08-22update travis scriptJack Humbert
2017-08-22convert to unix line-endings [skip ci]Jack Humbert
2017-08-21attempt to fix line-ending travis stuffJack Humbert
2017-08-21Add back original copyrightsjpetermans
2017-08-21Readme correction #2jpetermans
2017-08-21Correct jpetermans keymap readme and update copyright infojpetermans
2017-08-21triggering travisJack Humbert
2017-08-21update building for .hex, secrets movingJack Humbert
2017-08-21Fix gherkin README to use correct build command.Daniel Shields
2017-08-21Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and endMark Spanbroek
The ctrl commands only seem to work well in terminal, not in other apps.
2017-08-21Remove COMPACT_KEYMAP, use full KC_ keycodes instead.Mark Spanbroek
2017-08-21Revert "Add COMPACT_KEYMAP macro to Satan GH60"Mark Spanbroek
9a1826598a1a06d87459c5bbef9db9be277bdae9
2017-08-21Add screen lock keyMark Spanbroek
2017-08-21Fix power; use keyboard shortcut for MacMark Spanbroek
2017-08-21Reverse the split shift/fnMark Spanbroek
Turns out that 3c and 3d are not reversed when splitting the right shift in the way that the Mark I layout does. Reversing it here, rather than in the generic satan.h to avoid breaking the other layouts.
2017-08-21Add Mark I layoutMark Spanbroek
2017-08-21Add COMPACT_KEYMAP macro to Satan GH60Mark Spanbroek
2017-08-21Fix: add missing keys to Satan GH60 KEYMAP macroMark Spanbroek
2017-08-21Add smt keymap for Sentraq S65-XStephen Tudor
2017-08-21fix readmesJack Humbert
2017-08-21adds sweet16 and four banger keyboardsJack Humbert
2017-08-20Create readme.mdBen James
2017-08-20Create MakefileBen James
2017-08-20Create config.hBen James
2017-08-20Create keymap.cBen James
2017-08-20travis files in gitignore for good measureJack Humbert
2017-08-20make travis convert line-endings and push a skippable commitJack Humbert
2017-08-20stop compiling ez after build, rework ssh idsJack Humbert
2017-08-20adds subatomic files (non-working)Jack Humbert
2017-08-20Fix stray keystroke in readme file.Joe Wasson
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson
2017-08-20Merge pull request #1608 from hot-leaf-juice/masterJack Humbert
keymap update
2017-08-20Fix Planck Steno layout with new error message (remove MIDI).Joe Wasson
2017-08-20Keymap tweaks.Joe Wasson
2017-08-20Fix compilation error when NO_ACTION_LAYER is defined.Joe Wasson
2017-08-20Gherkin keymaps for Steno and TalljoeJoe Wasson
2017-08-20Add compile error if too many endpoints are defined for the ATmega32U4.Joe Wasson
2017-08-20Allow steno to build when NKRO is not defined.Joe Wasson
Was missing eeprom.h, MAX(), and memset.
2017-08-20Added default ECO keymapThat-Canadian
2017-08-20Line ending stuff againThat-Canadian
2017-08-20Update s60_x/default/rule.mk for original Sentraq S60-XDaniel Khodabakhsh
Fix and issue with the original Sentraq S60-X not being compatible with 'default'. If 'default' shouldn't be changed, perhaps I can create an 'original' revision.
2017-08-20Correct if-statementThreeFx