aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #1213 from nstickney/masterJack Humbert2017-04-124-1/+337
| |\ \ | | | | | | | | ErgoDox Familiar layout
| | * | ErgoDox Familiar layout v1Stick2017-04-079-23478/+69
| | | |
| | * | Merge remote-tracking branch 'upstream/master'Stick2017-04-036-15/+326
| | |\ \
| | * | | unsatisfied with ESC/GRV/TAB positioningStick2017-03-271-16/+16
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master'Stick2017-03-278-21/+74
| | |\ \ \
| | * | | | fixed unicode input issueStick2017-03-272-18/+18
| | | | | |
| | * | | | added README.mdnstickney2017-03-121-0/+3
| | | | | |
| | * | | | Merge remote-tracking branch 'upstream/master'nstickney2017-03-122-0/+602
| | |\ \ \ \
| | * | | | | added US-International supportnstickney2017-03-122-53/+104
| | | | | | |
| | * | | | | Merge remote-tracking branch 'upstream/master'nstickney2017-03-086-2/+560
| | |\ \ \ \ \
| | * | | | | | found LT(layer, kc) so I could take out TapDance codenstickney2017-03-082-112/+20
| | | | | | | |
| | * | | | | | corralled image filesnstickney2017-03-088-13/+13
| | | | | | | |
| | * | | | | | SLASH and WHACK functions added (based on algernon's CT_TA)nstickney2017-03-071-37/+0
| | | | | | | |
| | * | | | | | SLASH and WHACK functions added (based on algernon's CT_TA)nstickney2017-03-074-33/+157
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master'nstickney2017-03-075-0/+280
| | |\ \ \ \ \ \
| | * | | | | | | making numbers more familiarnstickney2017-02-251-93/+131
| | | | | | | | |
| | * | | | | | | first two layers of ErgoDox Familiar completeCnstickney2017-02-241-13/+55
| | | | | | | | |
| | * | | | | | | initial layer of familiar layout)nstickney2017-02-231-37/+67
| | | | | | | | |
| | * | | | | | | Merge https://github.com/qmk/qmk_firmwarenstickney2017-02-233-13/+261
| | |\ \ \ \ \ \ \
| | * | | | | | | | familiar layout graphics, etcnstickney2017-02-237-0/+23475
| | | | | | | | | |
| | * | | | | | | | familiar layout v0.1 from ErgoDox-EZ configuratornstickney2017-02-191-0/+111
| | | | | | | | | |
| * | | | | | | | | Extract Ergodox default visualizer into simple_visualizerFred Sundvik2017-04-092-96/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's good enough if you only want to change the lcd text and color.
| * | | | | | | | | Rename led test to led_keyframes and move animation to ErgodoxFred Sundvik2017-04-092-1/+59
| | | | | | | | | |
| * | | | | | | | | Create a file for shared Ergodox Infinity animationsFred Sundvik2017-04-095-77/+90
| | | | | | | | | |
| * | | | | | | | | Combine startup and resume animationsFred Sundvik2017-04-092-17/+6
| | | | | | | | | |
| * | | | | | | | | Fix suspend not disabling backlightFred Sundvik2017-04-092-2/+2
| | | | | | | | | |
| * | | | | | | | | Move the logo drawing keyframe to lcd_keyframesFred Sundvik2017-04-092-40/+4
| | | | | | | | | |
| * | | | | | | | | Move LCD logo to visualizer resourcesFred Sundvik2017-04-093-84/+4
| | | | | | | | | |
| * | | | | | | | | Add automatic flush for the LCD screenFred Sundvik2017-04-093-4/+1
| | | | | | | | | |
| * | | | | | | | | LCD initialization sequence according to the docsFred Sundvik2017-04-092-29/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LCD initialization show now be much better and faster with no flickering at the startup. Also fix the contrast control.
| * | | | | | | | | Yet another try to fix the LCD corruptionFred Sundvik2017-04-091-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that the ChibiOS K20 SPI driver doesn't handle the chip select, so it needs to be done manually. Acquiring the bus is not enough since the pin was in the wrong mode. This is now fixed. Also increase the frequency of the SPI from around 200kHz to nearly 20 Mhz.
| * | | | | | | | | Move common visualizer keyframes into visualizer_keyframes.hFred Sundvik2017-04-092-0/+2
| | | | | | | | | |
| * | | | | | | | | Remove the need to manually enable the visualizerFred Sundvik2017-04-092-8/+4
| | | | | | | | | |
| * | | | | | | | | Separated backlight and LCD disable/enableFred Sundvik2017-04-092-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also moved them to correct places
| * | | | | | | | | Move LCD backlight keyframes to its own fileFred Sundvik2017-04-092-9/+11
| | | | | | | | | |
| * | | | | | | | | Move LCD keyframes to its own fileFred Sundvik2017-04-092-5/+7
| | | | | | | | | |
| * | | | | | | | | Tweaks to the Ergodox default visualizerFred Sundvik2017-04-091-58/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No animation, display led statuses and layer name on the same screen Don't display layer bitmap Fully saturated colors for caps, less saturated ones normally
| * | | | | | | | | Simple layer display on Infinity Ergodox default layoutFred Sundvik2017-04-091-224/+62
| | | | | | | | | |
| * | | | | | | | | Add visualizer for Ergodox defaultFred Sundvik2017-04-091-0/+426
| | | | | | | | | |
| * | | | | | | | | Brightness for Ergodox Infinity emulated LEDsFred Sundvik2017-04-092-21/+57
| | | | | | | | | |
| * | | | | | | | | Emulate Ergodox EZ leds by LCD colorsFred Sundvik2017-04-094-44/+226
| | | | | | | | | |
| * | | | | | | | | Display layer bitmap and keyboard led states on the LCDFred Sundvik2017-04-091-29/+57
| | | | | | | | | |
| * | | | | | | | | CIE 1931 for the LCD backlightFred Sundvik2017-04-092-6/+29
| | | | | | | | | |
| * | | | | | | | | Move CIE1931 and breathing tables to its own fileFred Sundvik2017-04-091-32/+5
| | | | | | | | | |
| * | | | | | | | | Disable LEDs on Infinity ErgodoxFred Sundvik2017-04-092-3/+1
| | | | | | | | | |
| * | | | | | | | | Display QMK logo at startup of Infinity ErgodoxFred Sundvik2017-04-092-24/+65
| | | | | | | | | |
| * | | | | | | | | Add support for blitting to the Infinity LCDFred Sundvik2017-04-093-6/+33
| | | | | | | | | |
| * | | | | | | | | Hopefully finally fix the corrupt LCDFred Sundvik2017-04-092-211/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SPI bus is now selected and deselected before each set of commands. Also speed up things by buffering many commands into a single batch.
| * | | | | | | | | UGFX is compiled once per keyboard instead of keymapFred Sundvik2017-04-091-2/+0
| | | | | | | | | |
| * | | | | | | | | Remove unneeded makefile includeFred Sundvik2017-04-092-8/+0
| | | | | | | | | |