summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2017-08-07Merge remote-tracking branch 'upstream/master' into bananasplitBalz Guenat
# Conflicts: # keyboards/bananasplit/Makefile # keyboards/bananasplit/bananasplit.c # keyboards/bananasplit/bananasplit.h # keyboards/bananasplit/config.h # keyboards/bananasplit/keymaps/default/keymap.c # keyboards/bananasplit/rules.mk
2017-08-07Line endings issue for uk78?That-Canadian
2017-08-07Modified gitignore file to allow the left and right hand eeprom files for ↵That-Canadian
the MiniDox to be added. They need to be there for proper flashing of the board. They do not change between builds, so no need to re-build them.
2017-08-07Changed my personal keymap and config.That-Canadian
2017-08-06Update nic keymapNic Aitch
2017-08-06Update readmeNic Aitch
2017-08-06Add nic keymapNic Aitch
2017-08-06Add "hhkb with arrows" macroNic Aitch
2017-08-06Port hhkbananaNic Aitch
2017-08-06Port true_banana as defaultNic Aitch
2017-08-06Port main keyboard partsNic Aitch
2017-08-06Fixed a layout comment to match layout arrayGareth Pye
2017-08-06Port updated debouncing algorithm from Let's Split to NyquistDanny Nguyen
2017-08-06Add .eep files for setting handsDanny Nguyen
2017-08-06Add RGB commands to default Nyquist keymapDanny Nguyen
2017-08-06Update readme.mdRozakiin
2017-08-06Add files via uploadRozakiin
2017-08-04Add language-switch for locking switchBalz Guenat
2017-08-03Merge pull request #1538 from That-Canadian/eco-keyboardJack Humbert
Eco keyboard
2017-08-03Merge pull request #1540 from fabiant7t/masterJack Humbert
amj40 added; my layouts for Let's Split, amj40 and XD75
2017-08-03Fix location of where the make command should be runDanny Nguyen
2017-08-03Move avrdude flashing script from individual keyboard rules.mk to common ↵Danny Nguyen
location and improve script. Port detection script is now more informative and better handles first time flashing of a Pro Micro
2017-08-03add personal keymapBalz Guenat
2017-08-03added a clone of my lets split grid layout on a re75Fabian Topfstedt
2017-08-03Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt
2017-08-03Added V2 files for the ECO board, also changed default from rev1 to rev2.That-Canadian
2017-08-02Picture and details updateEagleheardt
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
2017-08-03add the bananasplit keyboard incl. default keymap.Balz Guenat
2017-08-02Adds Eagleheardt's XD60 keymap (#1528)Eagleheardt
* Add files via upload * Update readme.md * Update readme.md * Add files via upload
2017-08-02Fix HHKBish layout arrowsMark John Garcia Merin
2017-08-02Change TG to TOMechMerlin
2017-08-02Update keymap to have HHKB-ish support and readme along with itMechMerlin
2017-08-02add KC_Grave and fix typo on readmeMechMerlin
2017-08-02Add a readme.md file for the keymapMechMerlin
2017-08-02New keymap for mechmerlinMechMerlin
2017-08-02added missing media controls and mod-tap rshift/enterBalz Guenat
2017-08-02add my keymapBalz Guenat
2017-08-02Add keymap xkxk
2017-08-01Normalize all line endingsZeal Jagannatha
2017-07-31changed adjust layer to emulate mouse on rignt handFabian Topfstedt
2017-07-31Merge https://github.com/qmk/qmk_firmwareFabian Topfstedt
2017-07-31layout updates and cleanupsFabian Topfstedt
2017-07-30line-endingsJack Humbert
2017-07-30added xd75 to list in /keyboardsBenjamin Kesselring
2017-07-30updated readme and tweaked keymapBenjamin Kesselring
2017-07-30add backlight support (probably)Benjamin Kesselring
2017-07-30fix RGBBenjamin Kesselring
2017-07-30add xd75, preliminary RGB'Benjamin Kesselring
2017-07-29Add an Ergodox Colemak Mod-DH keymap for french layoutsKototama
[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.
2017-07-29Changes lets_split to use timer based debouncingahtn
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`.