Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-07 | Line endings issue for uk78? | That-Canadian | |
2017-08-06 | Update nic keymap | Nic Aitch | |
2017-08-06 | Update readme | Nic Aitch | |
2017-08-06 | Add nic keymap | Nic Aitch | |
2017-08-06 | Add "hhkb with arrows" macro | Nic Aitch | |
2017-08-06 | Port hhkbanana | Nic Aitch | |
2017-08-06 | Port true_banana as default | Nic Aitch | |
2017-08-06 | Port main keyboard parts | Nic Aitch | |
2017-08-06 | Merge pull request #1554 from qmk/docs | Jack Humbert | |
Updates some remaining doc stuff | |||
2017-08-06 | Fixed a layout comment to match layout array | Gareth Pye | |
2017-08-06 | Port updated debouncing algorithm from Let's Split to Nyquist | Danny Nguyen | |
2017-08-06 | Add .eep files for setting hands | Danny Nguyen | |
2017-08-06 | Add RGB commands to default Nyquist keymap | Danny Nguyen | |
2017-08-06 | Update readme.md | Rozakiin | |
2017-08-06 | Add files via upload | Rozakiin | |
2017-08-03 | add short name for locking mods to docs. | Balz Guenat | |
2017-08-03 | Merge pull request #1538 from That-Canadian/eco-keyboard | Jack Humbert | |
Eco keyboard | |||
2017-08-03 | Merge pull request #1540 from fabiant7t/master | Jack Humbert | |
amj40 added; my layouts for Let's Split, amj40 and XD75 | |||
2017-08-03 | Fix location of where the make command should be run | Danny Nguyen | |
2017-08-03 | Move 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-03 | added a clone of my lets split grid layout on a re75 | Fabian Topfstedt | |
2017-08-03 | Merge https://github.com/qmk/qmk_firmware | Fabian Topfstedt | |
2017-08-03 | Update readme.md | Jack Humbert | |
2017-08-03 | Added V2 files for the ECO board, also changed default from rev1 to rev2. | That-Canadian | |
2017-08-03 | Merge branch 'master' into eco-keyboard | That-Canadian | |
2017-08-02 | fix section in porting guide that refered to Makefile instead of rules.mk | Balz Guenat | |
2017-08-02 | Picture and details update | Eagleheardt | |
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-02 | Adds Eagleheardt's XD60 keymap (#1528) | Eagleheardt | |
* Add files via upload * Update readme.md * Update readme.md * Add files via upload | |||
2017-08-02 | tap-dance: key + layer helper | Gergely Nagy | |
This adds the `ACTION_TAP_DANCE_DUAL_ROLE` helper, which makes it easy to have keys that act as a key on the first tap, and as a layer toggle on the second. Fixes #1532, reported by @Ptomerty. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2017-08-02 | Fix HHKBish layout arrows | Mark John Garcia Merin | |
2017-08-02 | Change TG to TO | MechMerlin | |
2017-08-02 | Update keymap to have HHKB-ish support and readme along with it | MechMerlin | |
2017-08-02 | add KC_Grave and fix typo on readme | MechMerlin | |
2017-08-02 | Add a readme.md file for the keymap | MechMerlin | |
2017-08-02 | New keymap for mechmerlin | MechMerlin | |
2017-08-02 | added missing media controls and mod-tap rshift/enter | Balz Guenat | |
2017-08-02 | add my keymap | Balz Guenat | |
2017-08-02 | Add keymap xk | xk | |
2017-08-01 | Normalize all line endings | Zeal Jagannatha | |
2017-07-31 | changed adjust layer to emulate mouse on rignt hand | Fabian Topfstedt | |
2017-07-31 | Merge https://github.com/qmk/qmk_firmware | Fabian Topfstedt | |
2017-07-31 | layout updates and cleanups | Fabian Topfstedt | |
2017-07-30 | line-endings | Jack Humbert | |
2017-07-30 | added xd75 to list in /keyboards | Benjamin Kesselring | |
2017-07-30 | updated readme and tweaked keymap | Benjamin Kesselring | |
2017-07-30 | add backlight support (probably) | Benjamin Kesselring | |
2017-07-30 | fix RGB | Benjamin Kesselring | |
2017-07-30 | add xd75, preliminary RGB' | Benjamin Kesselring | |
2017-07-29 | Add an Ergodox Colemak Mod-DH keymap for french layouts | Kototama | |
[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-29 | Changes lets_split to use timer based debouncing | ahtn | |
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`. |