Commit Graph

144 Commits (5bff9d61818c5dd692c505896aee287168af80cc)

Author SHA1 Message Date
dwrz 70407a1b67 Add config.h to piemod keymap. 7 years ago
dwrz 3fa32867ad Remove makefile from Let's Split piemod. 7 years ago
dwrz 72b7067489 Add piemod keymaps for Let's Split and Planck. 7 years ago
Jack Humbert 5c44d40a0c Merge pull request #1540 from fabiant7t/master
amj40 added; my layouts for Let's Split, amj40 and XD75
7 years ago
Danny Nguyen 479139f9d4 Fix location of where the make command should be run 7 years ago
Danny Nguyen e0caf94323 Move avrdude flashing script from individual keyboard rules.mk to common location and improve script.
Port detection script is now more informative and better handles first time flashing of a Pro Micro
7 years ago
Fabian Topfstedt 3c2343664c Merge https://github.com/qmk/qmk_firmware 7 years ago
xk 23549791eb Add keymap xk 7 years ago
Fabian Topfstedt 9609a47c3e Merge https://github.com/qmk/qmk_firmware 7 years ago
ahtn 07cb997b6d Changes lets_split to use timer based debouncing
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`.
7 years ago
Fabian Topfstedt de9331c50c custom makefile 7 years ago
Fabian Topfstedt 3b05183deb symmetric modifiers in bottom row 7 years ago
Fabian Topfstedt 75677655ad left shift is backspace on tap 7 years ago
Fabian Topfstedt c7ea65c6d3 default based customizations 7 years ago
Fabian Topfstedt ee43856ff7 Merge https://github.com/qmk/qmk_firmware 7 years ago
ishtob 087af43dee fix implementation issues from SSD1306 clean up, added rotation (#1494)
* 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
7 years ago
Jack Humbert cc468523df clean up ssd1306 implementation 7 years ago
Jack Humbert 42d5a324eb Start mvoing hardware drivers to /drivers/ (#1433)
* start driver isolation

* update nyquist and orthodox boards

* update atreus62

* move drivers to avr

* update avr conditional
7 years ago
Jack Humbert 9de443cbf1 Merge pull request #1471 from qmk/lufa_lib
Update LUFA and move it to /lib/lufa
7 years ago
Ethan Spitz 53174036e9 Add new keymap to try to get pretty close to the default layout for an ergodox keyboard. Coming from that I really like being able to use the backspace from my left thumb. 7 years ago
Jack Humbert 1c26468ad5 update include 7 years ago
Jack Humbert 7bddacf25f update lets_split lufa include 7 years ago
Jack Humbert b476d65b9c Update keyboards' rules.mk/Makefiles (#1442)
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
7 years ago
Jack Humbert 61ef949576 update some copyright headers 7 years ago
Jack Humbert f5f7dfa064 cleanup lets_split 7 years ago
Fabian Topfstedt 99b6e918ea fixed brackets 7 years ago
Fabian Topfstedt 9aa748df2a my layout 7 years ago
Fabian Topfstedt 7d0a471051 removed wrong readme 7 years ago
Fabian Topfstedt 786eb4e73d my layout 7 years ago
Fabian Topfstedt 4c71b329a2 clone smt layout 7 years ago
skullY 62c77e7dbf Remove the DIODE_DIRECTION defines from lets_split so we can close #1067 7 years ago
Jack Humbert f2e1609801 remove hardware files, move arrow pad 7 years ago
Fred Sundvik 6ba22b5f5e Don't define RGBLED_NUM in let-split khord keymap
It's already defined correctly by the parent keyboard project, and was
causing problems for rev1, where the pin is different.
7 years ago
Dylan Khor a44ba492ea minor fixes 7 years ago
Dylan Khor 22f985eba7 Add custom let's split keymap 7 years ago
Jack Humbert a7ce482d14 remove the rest of the .pngs 7 years ago
Nic Aitch 3b38e6954a Use single brackets for portability with other shells 7 years ago
Adam Bell 4ab61344f5 Adding permissive_hold 7 years ago
Adam Bell 587b0de6e5 adding lets split keymap 7 years ago
Alfrheim 974a77a07c replacing one R for a T 7 years ago
Nikolaus Wittenstein 8ddbf7f59f Fix spelling of "persistent"
Fixes #1201.
7 years ago
Jack Humbert 27aa185222 Merge branch 'master' into master 8 years ago
Danny Nguyen fbd9d04559 Include use of either TRS or TRRS 8 years ago
Danny Nguyen ed9c18e866 Remove flip-half from keymap 8 years ago
Danny Nguyen 133ed52466 Update Let’s Split readme 8 years ago
Danny Nguyen e3aeab356a Move SSD1306 function declarations to header file 8 years ago
Danny Nguyen d90ac76295 Move defines for RGB to after the config.h include 8 years ago
Danny Nguyen 563961328b Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h 8 years ago
Danny Nguyen d0cfaba6d2 Revise KEYMAP macro to make left and right halves more clear 8 years ago
ishtob 4e51c1e3ca Update ssd1306.c 8 years ago