Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Move the logo drawing keyframe to lcd_keyframes | Fred Sundvik | 2017-04-09 | 2 | -40/+4 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Move LCD logo to visualizer resources | Fred Sundvik | 2017-04-09 | 3 | -84/+4 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add automatic flush for the LCD screen | Fred Sundvik | 2017-04-09 | 3 | -4/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 2 | -0/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Remove the need to manually enable the visualizer | Fred Sundvik | 2017-04-09 | 2 | -8/+4 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Separated backlight and LCD disable/enable | Fred Sundvik | 2017-04-09 | 2 | -12/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also moved them to correct places | |||||
* | | | | | | | | | | Move LCD backlight keyframes to its own file | Fred Sundvik | 2017-04-09 | 2 | -9/+11 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Move LCD keyframes to its own file | Fred Sundvik | 2017-04-09 | 2 | -5/+7 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Tweaks to the Ergodox default visualizer | Fred Sundvik | 2017-04-09 | 1 | -58/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -21/+57 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Emulate Ergodox EZ leds by LCD colors | Fred Sundvik | 2017-04-09 | 4 | -44/+226 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Display layer bitmap and keyboard led states on the LCD | Fred Sundvik | 2017-04-09 | 1 | -29/+57 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 1 | -32/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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. | |||||
* | | | | | | | | | | UGFX is compiled once per keyboard instead of keymap | Fred Sundvik | 2017-04-09 | 1 | -2/+0 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Remove unneeded makefile include | Fred Sundvik | 2017-04-09 | 2 | -8/+0 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Add a keyboard specific visualizer | Fred Sundvik | 2017-04-09 | 3 | -2/+170 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | 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 branch 'master' into master | Jack Humbert | 2017-04-03 | 123 | -399/+6642 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | 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 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Revert removal of avrdude make option | Danny Nguyen | 2017-04-03 | 2 | -2/+14 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | disables space cadet rollover | Erez Zukerman | 2017-04-03 | 1 | -0/+3 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1194 from tong92/master | Jack Humbert | 2017-04-02 | 4 | -0/+223 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Adds tong92's keymap to tv44 | |||||
| | * | | | | | | | | | Adds tong92's keymap to tv44 | = | 2017-04-02 | 4 | -0/+223 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1195 from fudanchii/kbod | Jack Humbert | 2017-04-02 | 10 | -0/+446 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Handwired 60% keyboard with 8x8 matrix | |||||
| | * | | | | | | | | | | Use tap-toggle to move between layers. | Nurahmadie | 2017-04-02 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add PDOT key | |||||
| | * | | | | | | | | | | Fix layer stuck, and add numpad support | Nurahmadie | 2017-04-02 | 2 | -10/+15 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Forgot semicolon, and add reference link | Nurahmadie | 2017-04-02 | 2 | -2/+4 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Add README | Nurahmadie | 2017-04-02 | 2 | -18/+13 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Enable alt-F4 without [Fn] | Nurahmadie | 2017-04-02 | 1 | -21/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add led indicator when keymap not on base layer \o/ |