Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | Increase time for tap dancing on 9key default | ||
2017-08-24 | Update Bishop Keyboards url to relaunched site | ||
2017-08-24 | Add 9key to keyboards readme | ||
2017-08-24 | Add split ansi layout and talljoe's keymap. | ||
2017-08-24 | update travis script | ||
2017-08-24 | update ergodox links | ||
2017-08-24 | Fix broken link | ||
2017-08-23 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | ||
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches | |||
2017-08-23 | update 9key readme | ||
2017-08-23 | update build script | ||
2017-08-22 | Update keymap.c | ||
2017-08-22 | Update config.h | ||
2017-08-22 | Update Makefile | ||
2017-08-22 | fix link brackets | ||
2017-08-22 | fix(9key): Fix layout of 9key readme | ||
2017-08-22 | update(9key): Add readme with updated format | ||
2017-08-22 | Add support for 9key by Bishop Keyboards | ||
2017-08-22 | JD40 MiniVan port | ||
2017-08-22 | Adding Makefile | ||
Required for JIS layouts | |||
2017-08-22 | Creating Mac Version of JIS Keymap | ||
Swapping command and alt, restoring fn+left for delete, subbing in grave for hhkb key. | |||
2017-08-22 | Merge branch 'master' of https://github.com/qmk/qmk_firmware | ||
2017-08-22 | move to compiled [skip ci] | ||
2017-08-22 | Fix avoid certificate errors that occur during '2-setup-environment-win.bat' | ||
2017-08-22 | Merge branch 'master' of https://github.com/qmk/qmk_firmware | ||
2017-08-22 | update travis script | ||
2017-08-22 | convert to unix line-endings [skip ci] | ||
2017-08-21 | attempt to fix line-ending travis stuff | ||
2017-08-21 | Add back original copyrights | ||
2017-08-21 | Readme correction #2 | ||
2017-08-21 | Correct jpetermans keymap readme and update copyright info | ||
2017-08-21 | triggering travis | ||
2017-08-21 | update building for .hex, secrets moving | ||
2017-08-21 | Fix gherkin README to use correct build command. | ||
2017-08-21 | Use cmd-left and cmd-right instead of ctrl-a and ctrl-e for home and end | ||
The ctrl commands only seem to work well in terminal, not in other apps. | |||
2017-08-21 | Remove COMPACT_KEYMAP, use full KC_ keycodes instead. | ||
2017-08-21 | Revert "Add COMPACT_KEYMAP macro to Satan GH60" | ||
9a1826598a1a06d87459c5bbef9db9be277bdae9 | |||
2017-08-21 | Add screen lock key | ||
2017-08-21 | Fix power; use keyboard shortcut for Mac | ||
2017-08-21 | Reverse the split shift/fn | ||
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-21 | Add Mark I layout | ||
2017-08-21 | Add COMPACT_KEYMAP macro to Satan GH60 | ||
2017-08-21 | Fix: add missing keys to Satan GH60 KEYMAP macro | ||
2017-08-21 | Add smt keymap for Sentraq S65-X | ||
2017-08-21 | fix readmes | ||
2017-08-21 | adds sweet16 and four banger keyboards | ||
2017-08-20 | Create readme.md | ||
2017-08-20 | Create Makefile | ||
2017-08-20 | Create config.h | ||
2017-08-20 | Create keymap.c | ||
2017-08-20 | travis files in gitignore for good measure | ||