Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-09 | Move the logo drawing keyframe to lcd_keyframes | Fred Sundvik | |
2017-04-09 | Move LCD logo to visualizer resources | Fred Sundvik | |
2017-04-09 | Add automatic flush for the LCD screen | Fred Sundvik | |
2017-04-09 | LCD initialization sequence according to the docs | Fred Sundvik | |
The LCD initialization show now be much better and faster with no flickering at the startup. Also fix the contrast control. | |||
2017-04-09 | Yet another try to fix the LCD corruption | Fred Sundvik | |
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. | |||
2017-04-09 | Move common visualizer keyframes into visualizer_keyframes.h | Fred Sundvik | |
2017-04-09 | Remove the need to manually enable the visualizer | Fred Sundvik | |
2017-04-09 | Separated backlight and LCD disable/enable | Fred Sundvik | |
Also moved them to correct places | |||
2017-04-09 | Move LCD backlight keyframes to its own file | Fred Sundvik | |
2017-04-09 | Move LCD keyframes to its own file | Fred Sundvik | |
2017-04-09 | Tweaks to the Ergodox default visualizer | Fred Sundvik | |
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 | |||
2017-04-09 | Simple layer display on Infinity Ergodox default layout | Fred Sundvik | |
2017-04-09 | Add visualizer for Ergodox default | Fred Sundvik | |
2017-04-09 | Brightness for Ergodox Infinity emulated LEDs | Fred Sundvik | |
2017-04-09 | Emulate Ergodox EZ leds by LCD colors | Fred Sundvik | |
2017-04-09 | Display layer bitmap and keyboard led states on the LCD | Fred Sundvik | |
2017-04-09 | CIE 1931 for the LCD backlight | Fred Sundvik | |
2017-04-09 | Move CIE1931 and breathing tables to its own file | Fred Sundvik | |
2017-04-09 | Disable LEDs on Infinity Ergodox | Fred Sundvik | |
2017-04-09 | Display QMK logo at startup of Infinity Ergodox | Fred Sundvik | |
2017-04-09 | Add support for blitting to the Infinity LCD | Fred Sundvik | |
2017-04-09 | Hopefully finally fix the corrupt LCD | Fred Sundvik | |
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. | |||
2017-04-09 | UGFX is compiled once per keyboard instead of keymap | Fred Sundvik | |
2017-04-09 | Remove unneeded makefile include | Fred Sundvik | |
2017-04-09 | Add a keyboard specific visualizer | Fred Sundvik | |
2017-04-03 | disables space cadet rollover | Erez Zukerman | |
2017-04-02 | Merge remote-tracking branch 'upstream/master' | Xyverz | |
2017-03-29 | Merge pull request #1183 from Rovanion/real-master | Jack Humbert | |
Added instructions for how to build and flash the firmware with teensy_cli | |||
2017-03-29 | Added link to the teensy linux page. | Rovanion Luckey | |
2017-03-28 | Removed images from ergodox ez italian layout | mattdibi | |
2017-03-28 | Fixed layout title in ergodox ez italian keymap | mattdibi | |
2017-03-28 | Fixed italian kymap readme | mattdibi | |
2017-03-28 | Updated readme | mattdibi | |
2017-03-28 | Added italian layout | mattdibi | |
2017-03-15 | Merge pull request #1155 from deadcyclo/master | Jack Humbert | |
Worked on deadcyclo layout | |||
2017-03-15 | update for infinity | Jack Humbert | |
2017-03-11 | [deadcyclo layout] fix an error in layer illustration | Brendan Johan Lee | |
2017-03-11 | [deadcyclo layout] Added second unicode layer, more sane layer switches | Brendan Johan Lee | |
2017-03-11 | remove typo from folder name | Dennis Trümper | |
2017-03-11 | update documentation | Dennis Trümper | |
2017-03-11 | change layer 3 on right thumb back to layer 1 | Dennis Trümper | |
2017-03-11 | working but some documentation needed | Dennis Trümper | |
2017-03-08 | Tweaks keymap to reset on boot | Erez Zukerman | |
2017-03-08 | Merge pull request #1137 from Skrymir/patch-1 | Jack Humbert | |
Fixed minor error in ergodox infinity section. | |||
2017-03-08 | Merge pull request #1142 from guni77/my_keymap | Jack Humbert | |
My keymap | |||
2017-03-08 | readme | Lukas Stiebig | |
Added a readme.md file for the keymap german-lukas. | |||
2017-03-08 | Corrected the description of the layer | Lukas Stiebig | |
Corrected the description of the Shortcuts layer. | |||
2017-03-08 | Added german-lukas | Lukas Stiebig | |
Added my keymap called germman-lukas. | |||
2017-03-08 | added readme file | Gunther Gruber | |
2017-03-07 | Fixed minor error in ergodox infinity section. | Joshua Colbeck | |