Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-23 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | Jack Humbert | |
* 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-22 | Update keymap.c | Steve Holt | |
2017-08-22 | Update config.h | Steve Holt | |
2017-08-22 | Update Makefile | Steve Holt | |
2017-08-20 | Remove PLAY_NOTE_ARRAY usages to get rid of warning. | Joe Wasson | |
2017-08-19 | Merge pull request #1601 from dlaroe/master | Jack Humbert | |
My keymaps only | |||
2017-08-18 | Updated keymaps with second LOWER for the right hand | ||
2017-08-10 | Add config.h to piemod keymap. | dwrz | |
2017-08-10 | Remove makefile from Let's Split piemod. | dwrz | |
2017-08-10 | Add piemod keymaps for Let's Split and Planck. | dwrz | |
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 | Merge https://github.com/qmk/qmk_firmware | Fabian Topfstedt | |
2017-08-02 | Add keymap xk | xk | |
2017-07-31 | Merge https://github.com/qmk/qmk_firmware | Fabian Topfstedt | |
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`. | |||
2017-07-26 | custom makefile | Fabian Topfstedt | |
2017-07-26 | symmetric modifiers in bottom row | Fabian Topfstedt | |
2017-07-26 | left shift is backspace on tap | Fabian Topfstedt | |
2017-07-26 | default based customizations | Fabian Topfstedt | |
2017-07-24 | First Update | ||
2017-07-20 | Merge https://github.com/qmk/qmk_firmware | Fabian Topfstedt | |
2017-07-12 | fix implementation issues from SSD1306 clean up, added rotation (#1494) | ishtob | |
* moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute | |||
2017-07-11 | clean up ssd1306 implementation | Jack Humbert | |
2017-07-10 | Start mvoing hardware drivers to /drivers/ (#1433) | Jack Humbert | |
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional | |||
2017-07-07 | Merge pull request #1471 from qmk/lufa_lib | Jack Humbert | |
Update LUFA and move it to /lib/lufa | |||
2017-07-07 | Add new keymap to try to get pretty close to the default layout for an ↵ | Ethan Spitz | |
ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb. | |||
2017-07-07 | update include | Jack Humbert | |
2017-07-07 | update lets_split lufa include | Jack Humbert | |
2017-06-30 | Update keyboards' rules.mk/Makefiles (#1442) | Jack Humbert | |
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | |||
2017-06-28 | update some copyright headers | Jack Humbert | |
2017-06-28 | cleanup lets_split | Jack Humbert | |
2017-06-27 | fixed brackets | Fabian Topfstedt | |
2017-06-27 | my layout | Fabian Topfstedt | |
2017-06-27 | removed wrong readme | Fabian Topfstedt | |
2017-06-27 | my layout | Fabian Topfstedt | |
2017-06-26 | clone smt layout | Fabian Topfstedt | |
2017-06-24 | Remove the DIODE_DIRECTION defines from lets_split so we can close #1067 | skullY | |
2017-06-18 | remove hardware files, move arrow pad | Jack Humbert | |
2017-06-18 | Don't define RGBLED_NUM in let-split khord keymap | Fred Sundvik | |
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different. | |||
2017-06-15 | minor fixes | Dylan Khor | |
2017-06-15 | Add custom let's split keymap | Dylan Khor | |
2017-06-11 | remove the rest of the .pngs | Jack Humbert | |
2017-06-09 | Use single brackets for portability with other shells | Nic Aitch | |
2017-06-03 | Adding permissive_hold | Adam Bell | |
2017-06-03 | adding lets split keymap | Adam Bell | |
2017-05-31 | replacing one R for a T | Alfrheim | |
2017-05-11 | Fix spelling of "persistent" | Nikolaus Wittenstein | |
Fixes #1201. | |||
2017-04-03 | Merge branch 'master' into master | Jack Humbert | |