summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | symmetric modifiers in bottom rowFabian Topfstedt2017-07-261-6/+6
| | | | |
| | * | | left shift is backspace on tapFabian Topfstedt2017-07-261-3/+3
| | | | |
| | * | | default based customizationsFabian Topfstedt2017-07-261-79/+80
| | | | |
| | * | | Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt2017-07-2511-201/+368
| | |\ \ \
| | * \ \ \ Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt2017-07-20271-6169/+6857
| | |\ \ \ \
| | * | | | | fixed bracketsFabian Topfstedt2017-06-271-1/+1
| | | | | | |
| | * | | | | my layoutFabian Topfstedt2017-06-271-6/+6
| | | | | | |
| | * | | | | removed wrong readmeFabian Topfstedt2017-06-271-88/+0
| | | | | | |
| | * | | | | my layoutFabian Topfstedt2017-06-271-22/+23
| | | | | | |
| | * | | | | clone smt layoutFabian Topfstedt2017-06-263-0/+341
| | | | | | |
| * | | | | | Fix location of where the make command should be runDanny Nguyen2017-08-034-6/+8
| | | | | | |
| * | | | | | Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen2017-08-039-108/+0
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
| * | | | | Picture and details updateEagleheardt2017-08-021-7/+3
| | | | | | | | | | | | | | | | | | I fixed the picture of the layout and added a bit of an explanation. It now matches the readme file from the uppercase BASE folder
| * | | | | Adds Eagleheardt's XD60 keymap (#1528)Eagleheardt2017-08-024-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add files via upload * Update readme.md * Update readme.md * Add files via upload
* | | | | | Add language-switch for locking switchBalz Guenat2017-08-041-16/+15
| | | | | |
* | | | | | add personal keymapBalz Guenat2017-08-035-0/+200
| | | | | |
* | | | | | add the bananasplit keyboard incl. default keymap.Balz Guenat2017-08-0310-0/+569
|/ / / / /
* | | | | Fix HHKBish layout arrowsMark John Garcia Merin2017-08-021-1/+1
| | | | |
* | | | | Change TG to TOMechMerlin2017-08-021-2/+2
| | | | |
* | | | | Update keymap to have HHKB-ish support and readme along with itMechMerlin2017-08-022-6/+33
| | | | |
* | | | | add KC_Grave and fix typo on readmeMechMerlin2017-08-022-2/+2
| | | | |
* | | | | Add a readme.md file for the keymapMechMerlin2017-08-021-0/+14
| | | | |
* | | | | New keymap for mechmerlinMechMerlin2017-08-021-0/+40
| | | | |
* | | | | added missing media controls and mod-tap rshift/enterBalz Guenat2017-08-021-3/+3
| | | | |
* | | | | add my keymapBalz Guenat2017-08-024-0/+308
| | | | |
* | | | | Add keymap xkxk2017-08-023-0/+419
| | | | |
* | | | | Normalize all line endingsZeal Jagannatha2017-08-018-899/+899
| |_|_|/ |/| | |
* | | | line-endingsJack Humbert2017-07-301-89/+89
| | | |
* | | | added xd75 to list in /keyboardsBenjamin Kesselring2017-07-301-0/+1
| | | |
* | | | updated readme and tweaked keymapBenjamin Kesselring2017-07-302-70/+9
| | | |
* | | | add backlight support (probably)Benjamin Kesselring2017-07-301-3/+3
| | | |
* | | | fix RGBBenjamin Kesselring2017-07-301-1/+1
| | | |
* | | | add xd75, preliminary RGB'Benjamin Kesselring2017-07-3010-0/+700
| | | |
* | | | Add an Ergodox Colemak Mod-DH keymap for french layoutsKototama2017-07-292-0/+395
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Colemak Mod-DH](https://colemakmods.github.io/mod-dh/) layout for users keeping an `azerty` layout configuration on their OS. The symbols layers was done after analysing various programming languages sources codes and should be close to optimal for typing confort.
* | | | Changes lets_split to use timer based debouncingahtn2017-07-292-47/+197
| | | | | | | | | | | | | | | | | | | | | | | | The let's split code used delays in its debouncing algorithm which increases input latency. This commit copies and adapts the code from `quantum/matrix.c` to lets_split's `matrix.c`.
* | | | Fixed error in readmeunknown2017-07-281-1/+1
| | | |
* | | | Removed un-needed protosplit directory and updated readmeunknown2017-07-286-181/+9
| | | |
* | | | Reverted changesunknown2017-07-282-0/+50
| | | |
* | | | Figured out that I didn't need to include both keymaps in both filesunknown2017-07-282-49/+0
| | | |
* | | | Hopefully compile issues are gone, and updated filesunknown2017-07-287-48/+88
| | | |
* | | | Fixed all things jack suggested.unknown2017-07-287-457/+69
| | | |
* | | | Added to blank spaces at end of protosplit to make it compile under make v2unknown2017-07-284-76/+77
| | | |
* | | | Updated readme to show compile rules that won't throw an errorunknown2017-07-281-126/+134
| | | |
* | | | Fixed typo in my layout and updatedunknown2017-07-281-45/+45
| | | |
* | | | Fixed some capitalization issuesunknown2017-07-282-72/+72
| | | |
* | | | Another typo fixunknown2017-07-281-1/+1
| | | |
* | | | Fixed typo in my layoutunknown2017-07-281-31/+31
| | | |
* | | | Updated my makefile..againunknown2017-07-281-0/+1
| | | |
* | | | Updated my makefileunknown2017-07-281-0/+1
| | | |
* | | | Removed old keymapsunknown2017-07-284-124/+0
| | | |