aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge remote-tracking branch 'upstream/master'nstickney2017-03-0816-2/+944
| |\ \ \ \ \ \
| * | | | | | | 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-0766-349/+2369
| |\ \ \ \ \ \ \
| * | | | | | | | 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-2315-117/+360
| |\ \ \ \ \ \ \ \
| * | | | | | | | | familiar layout graphics, etcnstickney2017-02-237-0/+23475
| | | | | | | | | |
| * | | | | | | | | familiar layout v0.1 from ErgoDox-EZ configuratornstickney2017-02-191-0/+111
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1216 from Khord/masterJack Humbert2017-04-122-4/+39
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added breathing macros/mappings and removed mappings to unused layouts
| * | | | | | | | | | Added breathing macros and removed mappings to unused layoutsDylan Khor2017-04-092-4/+39
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1222 from kamisamamizu/patch-1Jack Humbert2017-04-121-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed position of BSLS and BSPC on the xd60
| * | | | | | | | | | Fixed position of BSLS and BSPCkamisamamizu2017-04-121-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | They were in the incorrect positions before.
* | | | | | | | | | Merge pull request #1217 from fredizzimo/ergodox_default_visualizerJack Humbert2017-04-1243-1302/+1787
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Enable Ergodox Infinity LCD visualization
| * | | | | | | | | Fix code formatting in build_keyboard.mkFred Sundvik2017-04-121-82/+83
| | | | | | | | | |
| * | | | | | | | | 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-095-61/+78
| | | | | | | | | |
| * | | | | | | | | Create a file for shared Ergodox Infinity animationsFred Sundvik2017-04-095-77/+90
| | | | | | | | | |
| * | | | | | | | | Combine startup and resume animationsFred Sundvik2017-04-093-21/+10
| | | | | | | | | |
| * | | | | | | | | Fix suspend not disabling backlightFred Sundvik2017-04-092-2/+2
| | | | | | | | | |
| * | | | | | | | | Move the logo drawing keyframe to lcd_keyframesFred Sundvik2017-04-094-40/+25
| | | | | | | | | |
| * | | | | | | | | Move LCD logo to visualizer resourcesFred Sundvik2017-04-096-84/+94
| | | | | | | | | |
| * | | | | | | | | Add automatic flush for the LCD screenFred Sundvik2017-04-095-9/+5
| | | | | | | | | |
| * | | | | | | | | 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-097-12/+54
| | | | | | | | | |
| * | | | | | | | | Remove the need to manually enable the visualizerFred Sundvik2017-04-094-27/+27
| | | | | | | | | |
| * | | | | | | | | Separated backlight and LCD disable/enableFred Sundvik2017-04-098-36/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also moved them to correct places
| * | | | | | | | | Move LCD backlight keyframes to its own fileFred Sundvik2017-04-097-59/+100
| | | | | | | | | |
| * | | | | | | | | Move LCD keyframes to its own fileFred Sundvik2017-04-097-162/+203
| | | | | | | | | |
| * | | | | | | | | Delete visualizer example integrationFred Sundvik2017-04-094-573/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's much better to refer to the actual code than to to try to keep some examples up to date.
| * | | | | | | | | Tweaks to the Ergodox default visualizerFred Sundvik2017-04-093-61/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-095-23/+63
| | | | | | | | | |
| * | | | | | | | | Emulate Ergodox EZ leds by LCD colorsFred Sundvik2017-04-096-45/+258
| | | | | | | | | |
| * | | | | | | | | Display layer bitmap and keyboard led states on the LCDFred Sundvik2017-04-093-31/+97
| | | | | | | | | |
| * | | | | | | | | CIE 1931 for the LCD backlightFred Sundvik2017-04-092-6/+29
| | | | | | | | | |
| * | | | | | | | | Move CIE1931 and breathing tables to its own fileFred Sundvik2017-04-096-87/+136
| | | | | | | | | |
| * | | | | | | | | 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.
| * | | | | | | | | Only re-send matrix every 5msFred Sundvik2017-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous 1ms value was too often, and wouldn't always leave time for the visualizer
| * | | | | | | | | Empty implementation of has_onshot_mods_timed_outFred Sundvik2017-04-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the timeout is zero or not defined, the function now returns false. Fixes a linker error when the visualizer is enabled
| * | | | | | | | | UGFX is compiled once per keyboard instead of keymapFred Sundvik2017-04-093-8/+6
| | | | | | | | | |
| * | | | | | | | | Remove unneeded makefile includeFred Sundvik2017-04-092-8/+0
| | | | | | | | | |