summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
2017-07-20Add files via uploadrootuseralpha
2017-07-20Add files via uploadrootuseralpha
2017-07-20Delete testrootuseralpha
2017-07-20Add files via uploadrootuseralpha
2017-07-20Create testrootuseralpha
2017-07-20Added some user customizationMaarten Dekkers
2017-07-20Changes to own keymapMaarten Dekkers
2017-07-14Fixed typo in readmeThat-Canadian
2017-07-14Updated MiniDox readmeThat-Canadian
2017-07-14Merge branch 'master' into minidoxThat-Canadian
2017-07-14Merge branch 'minidox' of https://github.com/That-Canadian/qmk_firmware into ↵That-Canadian
minidox
2017-07-14Updated i2c and serial files to most recent from the lets split firmware. ↵That-Canadian
Also updated that_canadian keymap
2017-07-12fix 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-11clean up ssd1306 implementationJack Humbert
2017-07-11Adds Hadron Keyboard (#1492)ishtob
* adding hadron keymaps * fix embedded comment * fixed TWI driver path * Delete glcdfont.c * Delete ssd1306.c * Delete ssd1306.h * Update readme.md
2017-07-11Updates maartenwut's keymap (#1489)Maarten Dekkers
* Updated keymap * Added backlight breathing to fix compile error
2017-07-10Adds Minidox Keyboard (#1487)That-Canadian
* merge * line ending stuff * Added MiniDox keyboard folder / configs / and some keymaps * Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB * cleaned up that_canadian keymap comments * Fixed RGB being enabled by default, now it must be turned on at the keymap level
2017-07-10Fixed RGB being enabled by default, now it must be turned on at the keymap levelThat-Canadian
2017-07-10cleaned up that_canadian keymap commentsThat-Canadian
2017-07-10Merge branch 'master' into minidoxThat-Canadian
2017-07-10Updated minidox rev1 config, and readme. Also updated that_canadian keymap ↵That-Canadian
to include RGB
2017-07-10Update README.mdJack Humbert
2017-07-10Start 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-10Rename board files to lowercaseFred Sundvik
2017-07-10Make it easier to use driversFred Sundvik
2017-07-10Shared default animationsFred Sundvik
2017-07-10Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik
2017-07-10Shared gfxconfFred Sundvik
2017-07-10Define visualizer thread priority by defaultFred Sundvik
2017-07-10Fixup mixed tabs/spacesFred Sundvik
2017-07-10Remove ergodox from gdisp driver namesFred Sundvik
2017-07-10Move GDISP drivers to /drivers/ugfxFred Sundvik
2017-07-10Added MiniDox keyboard folder / configs / and some keymapsThat-Canadian
2017-07-07Merge pull request #1471 from qmk/lufa_libJack Humbert
Update LUFA and move it to /lib/lufa
2017-07-07Corrected it again.Maarten Dekkers
2017-07-07Cleaned and corrected keymap codeMaarten Dekkers
2017-07-07Own keymap layoutMaarten Dekkers
2017-07-07Add 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-07update includeJack Humbert
2017-07-07update lets_split lufa includeJack Humbert
2017-07-05Fixed arrow up and rgb configMaarten Dekkers
2017-07-05Moved RGB features to new layoutMaarten Dekkers
2017-07-05Fixed image descriptionMaarten Dekkers
2017-07-05Added support for RGB on the Tada68Maarten Dekkers
2017-07-05Update readmeAndreas Lindhé
2017-07-05Create custom layout based on swedishAndreas Lindhé
This is a setup that is very useful for me. It may or may not be for you. I will use it in conjunction with the A5 overlayed sv_SE layout. The layout is subject to change (in particular I'm thinking about adding a macro recording feature), but it have not changed much the past year or two so you can expect it to be stable enough to learn it. A5: http://aoeu.info/s/dvorak/svorak My xkb map: https://github.com/lindhe/dotfiles/blob/master/usr/share/X11/xkb/symbols/se-A5 The most major points: ====================== L0: --- * Easily accessible F11 key for fullscreening * Print screen * Middle mouse button for X-paste * Improved reachability of meta buttons (LCtrl, LALt, AltGr, LGui etc.) * Cluster Page Up/Down + Home/End by the right thumb * Vim-like arrow layout in right bottom row * Set media layer toggle to right thumb (Enter) * Set apostrophe on LCtl (putting it next to some other small characters) L1: --- * Full function key layout * Teensy button L2: --- * Improved media buttons layout (close by the jkl; Vim binding) * Improved layout of emulated mouse buttons LED behaviour to binary+CAPS ============================ The ErgoDox LEDs on this layout is using the two rightmost LEDs as the two LSB in a two digit binary number, representing layer 0, 1, 2 and 3. The leftmost byte/LED indicates CAPS status.
2017-07-05Pull out sendstring variations to their own files.Shayne Holmes
Instead of having all sendstring keycode mappings in the main quantum.c file, give each one its own file in keymap_extras that can be #included in a user's keymap. If one is included, it will define the appropriate lookup tables and overwrite the weak definitions in quantum.c. (Including more than one sendstring definition will fail at compile time.) Update @rai-suta's test keymap to match, as well as the documentation.
2017-07-05Allow broader send_string layout customizability via compile flagShayne Holmes
Refactor new-ish JIS_KEYCODE send_string implementation with existing send_string Reshuffle JIS in line with other alternative keycodes for sendstring, and make them all accessible via compile-time options Add a separate function to allow sending a string with a delay.
2017-07-05- Fixed wording in readmedbroqua
2017-07-05- Updated dk60 readme with new QMK rulesdbroqua