Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename led test to led_keyframes and move animation to Ergodox | Fred Sundvik | 2017-04-09 | 5 | -61/+78 |
| | |||||
* | Create a file for shared Ergodox Infinity animations | Fred Sundvik | 2017-04-09 | 5 | -77/+90 |
| | |||||
* | Combine startup and resume animations | Fred Sundvik | 2017-04-09 | 3 | -21/+10 |
| | |||||
* | Fix suspend not disabling backlight | Fred Sundvik | 2017-04-09 | 2 | -2/+2 |
| | |||||
* | Move the logo drawing keyframe to lcd_keyframes | Fred Sundvik | 2017-04-09 | 4 | -40/+25 |
| | |||||
* | Move LCD logo to visualizer resources | Fred Sundvik | 2017-04-09 | 6 | -84/+94 |
| | |||||
* | Add automatic flush for the LCD screen | Fred Sundvik | 2017-04-09 | 5 | -9/+5 |
| | |||||
* | LCD initialization sequence according to the docs | Fred Sundvik | 2017-04-09 | 2 | -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 corruption | Fred Sundvik | 2017-04-09 | 1 | -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.h | Fred Sundvik | 2017-04-09 | 7 | -12/+54 |
| | |||||
* | Remove the need to manually enable the visualizer | Fred Sundvik | 2017-04-09 | 4 | -27/+27 |
| | |||||
* | Separated backlight and LCD disable/enable | Fred Sundvik | 2017-04-09 | 8 | -36/+53 |
| | | | | Also moved them to correct places | ||||
* | Move LCD backlight keyframes to its own file | Fred Sundvik | 2017-04-09 | 7 | -59/+100 |
| | |||||
* | Move LCD keyframes to its own file | Fred Sundvik | 2017-04-09 | 7 | -162/+203 |
| | |||||
* | Delete visualizer example integration | Fred Sundvik | 2017-04-09 | 4 | -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 visualizer | Fred Sundvik | 2017-04-09 | 3 | -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 layout | Fred Sundvik | 2017-04-09 | 1 | -224/+62 |
| | |||||
* | Add visualizer for Ergodox default | Fred Sundvik | 2017-04-09 | 1 | -0/+426 |
| | |||||
* | Brightness for Ergodox Infinity emulated LEDs | Fred Sundvik | 2017-04-09 | 5 | -23/+63 |
| | |||||
* | Emulate Ergodox EZ leds by LCD colors | Fred Sundvik | 2017-04-09 | 6 | -45/+258 |
| | |||||
* | Display layer bitmap and keyboard led states on the LCD | Fred Sundvik | 2017-04-09 | 3 | -31/+97 |
| | |||||
* | CIE 1931 for the LCD backlight | Fred Sundvik | 2017-04-09 | 2 | -6/+29 |
| | |||||
* | Move CIE1931 and breathing tables to its own file | Fred Sundvik | 2017-04-09 | 6 | -87/+136 |
| | |||||
* | Disable LEDs on Infinity Ergodox | Fred Sundvik | 2017-04-09 | 2 | -3/+1 |
| | |||||
* | Display QMK logo at startup of Infinity Ergodox | Fred Sundvik | 2017-04-09 | 2 | -24/+65 |
| | |||||
* | Add support for blitting to the Infinity LCD | Fred Sundvik | 2017-04-09 | 3 | -6/+33 |
| | |||||
* | Hopefully finally fix the corrupt LCD | Fred Sundvik | 2017-04-09 | 2 | -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 5ms | Fred Sundvik | 2017-04-09 | 1 | -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_out | Fred Sundvik | 2017-04-09 | 1 | -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 keymap | Fred Sundvik | 2017-04-09 | 3 | -8/+6 |
| | |||||
* | Remove unneeded makefile include | Fred Sundvik | 2017-04-09 | 2 | -8/+0 |
| | |||||
* | Add a keyboard specific visualizer | Fred Sundvik | 2017-04-09 | 4 | -2/+174 |
| | |||||
* | Fix formatting in BUILD_GUIDE.md (#1208) | Gabe Y | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1207 from bigtunaIO/master | Jack Humbert | 2017-04-04 | 10 | -0/+390 |
|\ | | | | | Add Bigtuna.io Miuni32 | ||||
| * | Set Bootloader Size to 4K | Adam Lee | 2017-04-04 | 1 | -1/+1 |
| | | | | | | | | | | Use Atmel's default bootloader size, rather than Teensy 2.0's [1]. [1] https://github.com/qmk/qmk_firmware/pull/1207#discussion_r109712786 | ||||
| * | Merge branch 'miuni32-OA' | Adam YH Lee | 2017-04-03 | 10 | -0/+390 |
|/| | |||||
| * | Add B1gtuna Miuni32 | Adam YH Lee | 2017-04-03 | 10 | -0/+390 |
| | | | | | | | | | | Miuni32 is a 30% ortholinear board. Please visit www.bigtuna.io for more information. | ||||
* | | Merge pull request #1206 from Dan-Saunders/patch-2 | Jack Humbert | 2017-04-03 | 1 | -0/+72 |
|\ \ | | | | | | | Create twolayer.c | ||||
| * | | Create twolayer.c | Dan Saunders | 2017-04-03 | 1 | -0/+72 |
| | | | | | | | | | fixed issue where Default.c "function key" does not work (actually it's changing my LED steps). Changed layout to be more user friendly for people that use the standard spacebar milled top plate. | ||||
* | | | Merge pull request #1203 from ishtob/master | Jack Humbert | 2017-04-03 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Updated ssd1306.c fix issues for people not using OLED | ||||
| * | | Merge branch 'master' into master | Jack Humbert | 2017-04-03 | 230 | -2363/+10012 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1204 from nooges/lets-split-fixes | Jack Humbert | 2017-04-03 | 13 | -120/+120 |
|\ \ \ | | | | | | | | | Let's split fixes | ||||
| * | | | Include use of either TRS or TRRS | Danny Nguyen | 2017-04-03 | 1 | -3/+2 |
| | | | | |||||
| * | | | Remove flip-half from keymap | Danny Nguyen | 2017-04-03 | 1 | -1/+0 |
| | | | | |||||
| * | | | Update Let’s Split readme | Danny Nguyen | 2017-04-03 | 1 | -3/+9 |
| | | | | |||||
| * | | | Move SSD1306 function declarations to header file | Danny Nguyen | 2017-04-03 | 5 | -14/+21 |
| | | | | |||||
| * | | | Move defines for RGB to after the config.h include | Danny Nguyen | 2017-04-03 | 1 | -10/+7 |
| | | | | |||||
| * | | | Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.h | Danny Nguyen | 2017-04-03 | 3 | -41/+21 |
| | | | | |||||
| * | | | Revise KEYMAP macro to make left and right halves more clear | Danny Nguyen | 2017-04-03 | 2 | -52/+52 |
| | | | | |||||
| * | | | Move defines for RGB to after the config.h include | Danny Nguyen | 2017-04-03 | 1 | -7/+7 |
| | | | |