Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | Merge pull request #1206 from Dan-Saunders/patch-2 | ||
Create twolayer.c | |||
2017-04-03 | Merge branch 'master' into master | ||
2017-04-03 | Create twolayer.c | ||
fixed issue where Default.c "function key" does not work (actually it's changing my LED steps). Changed layout to be more user friendly for people that use the standard spacebar milled top plate. | |||
2017-04-03 | Merge pull request #1204 from nooges/lets-split-fixes | ||
Let's split fixes | |||
2017-04-03 | Include use of either TRS or TRRS | ||
2017-04-03 | disables space cadet rollover | ||
2017-04-03 | Remove flip-half from keymap | ||
2017-04-03 | Update Let’s Split readme | ||
2017-04-03 | Move SSD1306 function declarations to header file | ||
2017-04-03 | Move defines for RGB to after the config.h include | ||
2017-04-03 | Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h | ||
2017-04-03 | Revise KEYMAP macro to make left and right halves more clear | ||
2017-04-03 | Update ssd1306.c | ||
2017-04-03 | Move defines for RGB to after the config.h include | ||
2017-04-03 | Revert removal of avrdude make option | ||
2017-04-02 | Merge pull request #1194 from tong92/master | ||
Adds tong92's keymap to tv44 | |||
2017-04-02 | Merge pull request #1195 from fudanchii/kbod | ||
Handwired 60% keyboard with 8x8 matrix | |||
2017-04-02 | Merge pull request #1196 from Dbroqua/master | ||
GH60 - MX HHKB with 7U spacebar | |||
2017-04-02 | Merge remote-tracking branch 'upstream/master' | ||
2017-04-02 | removed my handwired boards to a new branch. | ||
2017-04-02 | Merge pull request #19 from qmk/master | ||
Merge from qmk | |||
2017-04-02 | Merge remote-tracking branch 'origin/master' | ||
2017-04-02 | - Added MX HHKB like for gh60 with 7u space bar | ||
2017-04-02 | Use tap-toggle to move between layers. | ||
- Add PDOT key | |||
2017-04-02 | Fix layer stuck, and add numpad support | ||
2017-04-02 | Forgot semicolon, and add reference link | ||
2017-04-02 | Add README | ||
2017-04-02 | Enable alt-F4 without [Fn] | ||
- Add led indicator when keymap not on base layer \o/ | |||
2017-04-02 | Add capslock led, and audio buttons | ||
- Also change layer switch to momentary | |||
2017-04-02 | Remove lead keys, fix some typos, rearrange layers | ||
2017-04-02 | Add initial keymap | ||
*crossfingers* | |||
2017-04-02 | Initial work for my kbod support in qmk_firmware | ||
- Wiring layout done No actual keymap yet | |||
2017-04-02 | Adds tong92's keymap to tv44 | ||
2017-03-30 | Worked around some new Makefile issues. | ||
2017-03-30 | changed hotkey cluster to accomodate awkward software... again | ||
2017-03-30 | changed hotkey cluster to accomodate awkward software | ||
2017-03-29 | Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0 | ||
2017-03-29 | Merge branch 'master' into to_push | ||
2017-03-29 | Merge pull request #1183 from Rovanion/real-master | ||
Added instructions for how to build and flash the firmware with teensy_cli | |||
2017-03-29 | Added link to the teensy linux page. | ||
2017-03-28 | Merge pull request #1182 from henxing/default_atreus_layout | ||
Default atreus layout | |||
2017-03-28 | typo removed {3 ... | ||
2017-03-28 | fixed capitalization issue (checkTime => checktime) | ||
2017-03-28 | Merge branch 'master' into default_atreus_layout | ||
2017-03-28 | moved checktime out of function | ||
2017-03-28 | declaring checktime before the function it is used in. | ||
2017-03-28 | fixed function to not accept any arguments. | ||
As per Pramod's comment on stack overflow: In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing. I suggest that you use void consistently when you mean no arguments. | |||
2017-03-28 | removed varable trace option from makefile | ||
2017-03-28 | slight cleanup as per recommendation | ||
2017-03-28 | Moved key_timer out of function. | ||