Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-23 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | Jack Humbert | |
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches | |||
2017-07-10 | Rename board files to lowercase | Fred Sundvik | |
2017-07-10 | Make it easier to use drivers | Fred Sundvik | |
2017-07-10 | Shared default animations | Fred Sundvik | |
2017-07-10 | Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT | Fred Sundvik | |
2017-07-10 | Shared gfxconf | Fred Sundvik | |
2017-07-10 | Define visualizer thread priority by default | Fred Sundvik | |
2017-07-10 | Fixup mixed tabs/spaces | Fred Sundvik | |
2017-07-10 | Remove ergodox from gdisp driver names | Fred Sundvik | |
2017-07-10 | Move GDISP drivers to /drivers/ugfx | Fred Sundvik | |
2017-06-30 | Update keyboards' rules.mk/Makefiles (#1442) | Jack Humbert | |
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) | Ethan Madden | |
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox | |||
2017-06-24 | Change inline to static inline | Fred Sundvik | |
2017-06-24 | Delete emulator drivers | Fred Sundvik | |
2017-06-16 | Make sure backlight is in the range 0-100 | Fred Sundvik | |
2017-06-15 | Fix typo in BACKLIGHT_ENABLE | Fred Sundvik | |
2017-06-03 | Add backlight support to the default Ergodox Infinity animations | Fred Sundvik | |
2017-06-03 | Add backlight control to the IS31FL3731 driver | Fred Sundvik | |
2017-06-03 | Turn off LED matrix by default | Fred Sundvik | |
2017-06-03 | Let BACKLIGHT_ENABLE control the Infinity LEDs | Fred Sundvik | |
2017-04-19 | Fix LCD SS pin configuration | Fred Sundvik | |
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 | Fred Sundvik | |
Which fixes a warning when building Ergodox Infinity as a righthand master. | |||
2017-04-09 | Extract Ergodox default visualizer into simple_visualizer | Fred Sundvik | |
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 | Fred Sundvik | |
2017-04-09 | Create a file for shared Ergodox Infinity animations | Fred Sundvik | |
2017-04-09 | Combine startup and resume animations | Fred Sundvik | |
2017-04-09 | Fix suspend not disabling backlight | Fred Sundvik | |
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 | 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 | |
2016-11-23 | travis pls | Jack Humbert | |