summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2017-04-03Merge branch 'miuni32-OA'Adam YH Lee
2017-04-03Add B1gtuna Miuni32Adam YH Lee
Miuni32 is a 30% ortholinear board. Please visit www.bigtuna.io for more information.
2017-04-03Merge pull request #1206 from Dan-Saunders/patch-2Jack Humbert
Create twolayer.c
2017-04-03Merge branch 'master' into masterJack Humbert
2017-04-03Create twolayer.cDan Saunders
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-03Merge pull request #1204 from nooges/lets-split-fixesJack Humbert
Let's split fixes
2017-04-03Include use of either TRS or TRRSDanny Nguyen
2017-04-03disables space cadet rolloverErez Zukerman
2017-04-03Remove flip-half from keymapDanny Nguyen
2017-04-03Update Let’s Split readmeDanny Nguyen
2017-04-03Move SSD1306 function declarations to header fileDanny Nguyen
2017-04-03Move defines for RGB to after the config.h includeDanny Nguyen
2017-04-03Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.hDanny Nguyen
2017-04-03Revise KEYMAP macro to make left and right halves more clearDanny Nguyen
2017-04-03Update ssd1306.cishtob
2017-04-03Move defines for RGB to after the config.h includeDanny Nguyen
2017-04-03Revert removal of avrdude make optionDanny Nguyen
2017-04-02Merge pull request #1194 from tong92/masterJack Humbert
Adds tong92's keymap to tv44
2017-04-02Merge pull request #1195 from fudanchii/kbodJack Humbert
Handwired 60% keyboard with 8x8 matrix
2017-04-02Merge pull request #1196 from Dbroqua/masterJack Humbert
GH60 - MX HHKB with 7U spacebar
2017-04-02Merge remote-tracking branch 'upstream/master'Xyverz
2017-04-02removed my handwired boards to a new branch.Xyverz
2017-04-02Merge pull request #19 from qmk/masterDamien
Merge from qmk
2017-04-02Merge remote-tracking branch 'origin/master'dbroqua
2017-04-02- Added MX HHKB like for gh60 with 7u space bardbroqua
2017-04-02Use tap-toggle to move between layers.Nurahmadie
- Add PDOT key
2017-04-02Fix layer stuck, and add numpad supportNurahmadie
2017-04-02Forgot semicolon, and add reference linkNurahmadie
2017-04-02Add READMENurahmadie
2017-04-02Enable alt-F4 without [Fn]Nurahmadie
- Add led indicator when keymap not on base layer \o/
2017-04-02Add capslock led, and audio buttonsNurahmadie
- Also change layer switch to momentary
2017-04-02Remove lead keys, fix some typos, rearrange layersNurahmadie
2017-04-02Add initial keymapNurahmadie
*crossfingers*
2017-04-02Initial work for my kbod support in qmk_firmwareNurahmadie
- Wiring layout done No actual keymap yet
2017-04-02Adds tong92's keymap to tv44=
2017-03-30Worked around some new Makefile issues.nielsenz
2017-03-30changed hotkey cluster to accomodate awkward software... againCallum Oakley
2017-03-30changed hotkey cluster to accomodate awkward softwareCallum Oakley
2017-03-29Tidied up keymaps, Makefiles that actually work, Clueboard make v1.0Xyverz
2017-03-29Merge branch 'master' into to_pushZay950
2017-03-29Merge pull request #1183 from Rovanion/real-masterJack Humbert
Added instructions for how to build and flash the firmware with teensy_cli
2017-03-29Added link to the teensy linux page.Rovanion Luckey
2017-03-28Merge pull request #1182 from henxing/default_atreus_layoutJack Humbert
Default atreus layout
2017-03-28typo removed {3 ...Ole Anders
2017-03-28fixed capitalization issue (checkTime => checktime)Ole Anders
2017-03-28Merge branch 'master' into default_atreus_layoutHugh Enxing
2017-03-28moved checktime out of functionOle Anders
2017-03-28declaring checktime before the function it is used in.Ole Anders
2017-03-28fixed function to not accept any arguments.Ole Anders
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-28removed varable trace option from makefileOle Anders