Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | Rename board files to lowercase | ||
2017-07-10 | Make it easier to use drivers | ||
2017-07-10 | Shared default animations | ||
2017-07-10 | Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT | ||
2017-07-10 | Shared gfxconf | ||
2017-07-10 | Define visualizer thread priority by default | ||
2017-07-10 | Fixup mixed tabs/spaces | ||
2017-07-10 | Remove ergodox from gdisp driver names | ||
2017-07-10 | Move GDISP drivers to /drivers/ugfx | ||
2017-06-30 | Update keyboards' rules.mk/Makefiles (#1442) | ||
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit | |||
2017-06-25 | Whitefox LED control (#1432) | ||
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox | |||
2017-06-24 | Change inline to static inline | ||
2017-06-24 | Delete emulator drivers | ||
2017-06-16 | Make sure backlight is in the range 0-100 | ||
2017-06-15 | Fix typo in BACKLIGHT_ENABLE | ||
2017-06-03 | Add backlight support to the default Ergodox Infinity animations | ||
2017-06-03 | Add backlight control to the IS31FL3731 driver | ||
2017-06-03 | Turn off LED matrix by default | ||
2017-06-03 | Let BACKLIGHT_ENABLE control the Infinity LEDs | ||
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. |