aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Add automatic flush for the LCD screenFred Sundvik2017-04-093-4/+1
|
* 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-092-0/+2
|
* Remove the need to manually enable the visualizerFred Sundvik2017-04-092-8/+4
|
* Separated backlight and LCD disable/enableFred Sundvik2017-04-092-12/+16
| | | | Also moved them to correct places
* Move LCD backlight keyframes to its own fileFred Sundvik2017-04-092-9/+11
|
* Move LCD keyframes to its own fileFred Sundvik2017-04-092-5/+7
|
* Tweaks to the Ergodox default visualizerFred Sundvik2017-04-091-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 layoutFred Sundvik2017-04-091-224/+62
|
* Add visualizer for Ergodox defaultFred Sundvik2017-04-091-0/+426
|
* Brightness for Ergodox Infinity emulated LEDsFred Sundvik2017-04-092-21/+57
|
* Emulate Ergodox EZ leds by LCD colorsFred Sundvik2017-04-094-44/+226
|
* Display layer bitmap and keyboard led states on the LCDFred Sundvik2017-04-091-29/+57
|
* CIE 1931 for the LCD backlightFred Sundvik2017-04-092-6/+29
|
* Move CIE1931 and breathing tables to its own fileFred Sundvik2017-04-091-32/+5
|
* 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.
* UGFX is compiled once per keyboard instead of keymapFred Sundvik2017-04-091-2/+0
|
* Remove unneeded makefile includeFred Sundvik2017-04-092-8/+0
|
* Add a keyboard specific visualizerFred Sundvik2017-04-093-2/+170
|
* 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 branch 'master' into masterJack Humbert2017-04-03123-399/+6642
|\| |
| * | 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
| | | |
| | * | Remove flip-half from keymapDanny Nguyen2017-04-031-1/+0
| | | |
| | * | Update Let’s Split readmeDanny Nguyen2017-04-031-3/+9
| | | |
| | * | Move SSD1306 function declarations to header fileDanny Nguyen2017-04-035-14/+21
| | | |
| | * | Move defines for RGB to after the config.h includeDanny Nguyen2017-04-031-10/+7
| | | |
| | * | Rename COMPACT_KEYMAP to KC_KEYMAP and move to lets_split.hDanny Nguyen2017-04-033-41/+21
| | | |
| | * | Revise KEYMAP macro to make left and right halves more clearDanny Nguyen2017-04-032-52/+52
| | | |
| | * | Move defines for RGB to after the config.h includeDanny Nguyen2017-04-031-7/+7
| | | |
| | * | Revert removal of avrdude make optionDanny Nguyen2017-04-032-2/+14
| | | |
| * | | disables space cadet rolloverErez Zukerman2017-04-031-0/+3
| |/ /
| * | Merge pull request #1194 from tong92/masterJack Humbert2017-04-024-0/+223
| |\ \ | | | | | | | | Adds tong92's keymap to tv44
| | * | Adds tong92's keymap to tv44=2017-04-024-0/+223
| | | |
| * | | Merge pull request #1195 from fudanchii/kbodJack Humbert2017-04-0210-0/+446
| |\ \ \ | | | | | | | | | | Handwired 60% keyboard with 8x8 matrix
| | * | | Use tap-toggle to move between layers.Nurahmadie2017-04-021-4/+4
| | | | | | | | | | | | | | | | | | | | - Add PDOT key
| | * | | Fix layer stuck, and add numpad supportNurahmadie2017-04-022-10/+15
| | | | |
| | * | | Forgot semicolon, and add reference linkNurahmadie2017-04-022-2/+4
| | | | |
| | * | | Add READMENurahmadie2017-04-022-18/+13
| | | | |
| | * | | Enable alt-F4 without [Fn]Nurahmadie2017-04-021-21/+41
| | | | | | | | | | | | | | | | | | | | - Add led indicator when keymap not on base layer \o/
| | * | | Add capslock led, and audio buttonsNurahmadie2017-04-021-16/+26
| | | | | | | | | | | | | | | | | | | | - Also change layer switch to momentary
| | * | | Remove lead keys, fix some typos, rearrange layersNurahmadie2017-04-022-29/+10
| | | | |