Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-19 | Fix LCD SS pin configuration | ||
There was a typo, so the attempted configuration proably didn't do what it should have done. I think it left the pin floating, and could cause the LCD problems issue-1230. | |||
2017-04-13 | Add missing serial_link.h include | ||
Which fixes a warning when building Ergodox Infinity as a righthand master. | |||
2017-04-09 | Extract Ergodox default visualizer into simple_visualizer | ||
It's good enough if you only want to change the lcd text and color. | |||
2017-04-09 | Rename led test to led_keyframes and move animation to Ergodox | ||
2017-04-09 | Create a file for shared Ergodox Infinity animations | ||
2017-04-09 | Combine startup and resume animations | ||
2017-04-09 | Fix suspend not disabling backlight | ||
2017-04-09 | Move the logo drawing keyframe to lcd_keyframes | ||
2017-04-09 | Move LCD logo to visualizer resources | ||
2017-04-09 | Add automatic flush for the LCD screen | ||
2017-04-09 | LCD initialization sequence according to the docs | ||
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 | ||
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 | ||
2017-04-09 | Remove the need to manually enable the visualizer | ||
2017-04-09 | Separated backlight and LCD disable/enable | ||
Also moved them to correct places | |||
2017-04-09 | Move LCD backlight keyframes to its own file | ||
2017-04-09 | Move LCD keyframes to its own file | ||
2017-04-09 | Brightness for Ergodox Infinity emulated LEDs | ||
2017-04-09 | Emulate Ergodox EZ leds by LCD colors | ||
2017-04-09 | Display layer bitmap and keyboard led states on the LCD | ||
2017-04-09 | CIE 1931 for the LCD backlight | ||
2017-04-09 | Move CIE1931 and breathing tables to its own file | ||
2017-04-09 | Disable LEDs on Infinity Ergodox | ||
2017-04-09 | Display QMK logo at startup of Infinity Ergodox | ||
2017-04-09 | Add support for blitting to the Infinity LCD | ||
2017-04-09 | Hopefully finally fix the corrupt LCD | ||
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 | ||
2017-04-09 | Remove unneeded makefile include | ||
2017-04-09 | Add a keyboard specific visualizer | ||
2016-11-23 | travis pls | ||
2016-11-20 | Always initialze the Infinity Ergodox backlight | ||
Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves. | |||
2016-08-23 | Merge branch 'master' into makefile_overhaul | ||
2016-08-20 | Add default swap configs for a couple of boards. | ||
2016-08-20 | Split subproject make files into Makefile and rules.mk | ||
2016-07-29 | Small fix for infinity include guard | ||
2016-07-29 | Include the main Makefile before including Ergodox infinity drivers | ||
2016-07-29 | Move Infinity Ergodox drivers to subproject, and fix makefile | ||
2016-07-29 | Remove the Infinity Ergodox default keymap | ||
2016-07-29 | Fix config.h include guards | ||
2016-07-29 | Define weak matrix user function for Infinity Ergodox | ||
So that a few keyboards, which don't use them, links properly. | |||
2016-07-29 | Move some of the Ergodox config settings to shared | ||
2016-07-29 | Add empty led control functions to Infinity Ergodox | ||
So that most keymaps compiles and links | |||
2016-07-29 | Most ergodox keymaps compiles on Infinity | ||
There are linker errors due to missing led funcitonality though | |||
2016-07-29 | Initial structure for Ergodox as subprojects | ||
Only the EZ default keymaps compiles at the moment though. |