aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #1216 from Khord/masterJack Humbert2017-04-122-4/+39
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Added breathing macros/mappings and removed mappings to unused layouts
| * | | | | | | | | | Added breathing macros and removed mappings to unused layoutsDylan Khor2017-04-092-4/+39
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1222 from kamisamamizu/patch-1Jack Humbert2017-04-121-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed position of BSLS and BSPC on the xd60
| * | | | | | | | | | Fixed position of BSLS and BSPCkamisamamizu2017-04-121-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | They were in the incorrect positions before.
* | | | | | | | | | Merge pull request #1217 from fredizzimo/ergodox_default_visualizerJack Humbert2017-04-1243-1302/+1787
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Enable Ergodox Infinity LCD visualization
| * | | | | | | | | Fix code formatting in build_keyboard.mkFred Sundvik2017-04-121-82/+83
| | | | | | | | | |
| * | | | | | | | | Extract Ergodox default visualizer into simple_visualizerFred Sundvik2017-04-092-96/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's good enough if you only want to change the lcd text and color.
| * | | | | | | | | Rename led test to led_keyframes and move animation to ErgodoxFred Sundvik2017-04-095-61/+78
| | | | | | | | | |
| * | | | | | | | | Create a file for shared Ergodox Infinity animationsFred Sundvik2017-04-095-77/+90
| | | | | | | | | |
| * | | | | | | | | Combine startup and resume animationsFred Sundvik2017-04-093-21/+10
| | | | | | | | | |
| * | | | | | | | | Fix suspend not disabling backlightFred Sundvik2017-04-092-2/+2
| | | | | | | | | |
| * | | | | | | | | Move the logo drawing keyframe to lcd_keyframesFred Sundvik2017-04-094-40/+25
| | | | | | | | | |
| * | | | | | | | | Move LCD logo to visualizer resourcesFred Sundvik2017-04-096-84/+94
| | | | | | | | | |
| * | | | | | | | | Add automatic flush for the LCD screenFred Sundvik2017-04-095-9/+5
| | | | | | | | | |
| * | | | | | | | | LCD initialization sequence according to the docsFred Sundvik2017-04-092-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 corruptionFred Sundvik2017-04-091-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.hFred Sundvik2017-04-097-12/+54
| | | | | | | | | |
| * | | | | | | | | Remove the need to manually enable the visualizerFred Sundvik2017-04-094-27/+27
| | | | | | | | | |
| * | | | | | | | | Separated backlight and LCD disable/enableFred Sundvik2017-04-098-36/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also moved them to correct places
| * | | | | | | | | Move LCD backlight keyframes to its own fileFred Sundvik2017-04-097-59/+100
| | | | | | | | | |
| * | | | | | | | | Move LCD keyframes to its own fileFred Sundvik2017-04-097-162/+203
| | | | | | | | | |
| * | | | | | | | | Delete visualizer example integrationFred Sundvik2017-04-094-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 visualizerFred Sundvik2017-04-093-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 layoutFred Sundvik2017-04-091-224/+62
| | | | | | | | | |
| * | | | | | | | | Add visualizer for Ergodox defaultFred Sundvik2017-04-091-0/+426
| | | | | | | | | |
| * | | | | | | | | Brightness for Ergodox Infinity emulated LEDsFred Sundvik2017-04-095-23/+63
| | | | | | | | | |
| * | | | | | | | | Emulate Ergodox EZ leds by LCD colorsFred Sundvik2017-04-096-45/+258
| | | | | | | | | |
| * | | | | | | | | Display layer bitmap and keyboard led states on the LCDFred Sundvik2017-04-093-31/+97
| | | | | | | | | |
| * | | | | | | | | CIE 1931 for the LCD backlightFred Sundvik2017-04-092-6/+29
| | | | | | | | | |
| * | | | | | | | | Move CIE1931 and breathing tables to its own fileFred Sundvik2017-04-096-87/+136
| | | | | | | | | |
| * | | | | | | | | Disable LEDs on Infinity ErgodoxFred Sundvik2017-04-092-3/+1
| | | | | | | | | |
| * | | | | | | | | Display QMK logo at startup of Infinity ErgodoxFred Sundvik2017-04-092-24/+65
| | | | | | | | | |
| * | | | | | | | | Add support for blitting to the Infinity LCDFred Sundvik2017-04-093-6/+33
| | | | | | | | | |
| * | | | | | | | | Hopefully finally fix the corrupt LCDFred Sundvik2017-04-092-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 5msFred Sundvik2017-04-091-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_outFred Sundvik2017-04-091-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 keymapFred Sundvik2017-04-093-8/+6
| | | | | | | | | |
| * | | | | | | | | Remove unneeded makefile includeFred Sundvik2017-04-092-8/+0
| | | | | | | | | |
| * | | | | | | | | Add a keyboard specific visualizerFred Sundvik2017-04-094-2/+174
|/ / / / / / / / /
* | | | | | | | | Fix formatting in BUILD_GUIDE.md (#1208)Gabe Y2017-04-041-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #1207 from bigtunaIO/masterJack Humbert2017-04-0410-0/+390
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Bigtuna.io Miuni32
| * | | | | | | | | Set Bootloader Size to 4K Adam Lee2017-04-041-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 Lee2017-04-0310-0/+390
|/| | | | | | | | |
| * | | | | | | | | Add B1gtuna Miuni32Adam YH Lee2017-04-0310-0/+390
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Miuni32 is a 30% ortholinear board. Please visit www.bigtuna.io for more information.
* | | | | | | | | | Merge pull request #1206 from Dan-Saunders/patch-2Jack Humbert2017-04-031-0/+72
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Create twolayer.c
| * | | | | | | | | | Create twolayer.cDan Saunders2017-04-031-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/masterJack Humbert2017-04-031-0/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Updated ssd1306.c fix issues for people not using OLED
| * | | | | | | | | Merge branch 'master' into masterJack Humbert2017-04-03230-2363/+10012
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1204 from nooges/lets-split-fixesJack Humbert2017-04-0313-120/+120
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Let's split fixes
| * | | | | | | | | | Include use of either TRS or TRRSDanny Nguyen2017-04-031-3/+2
| | | | | | | | | | |