summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-13Fix process_unicode_common.c being included twiceFred Sundvik1-3/+7
2017-04-13Fix warnings when ACTION_ONESHOT is disabledFred Sundvik1-1/+1
2017-04-13Include host.h from suspend.cFred Sundvik1-0/+1
2017-04-13Fix warnings in CMD-PreonicFred Sundvik1-5/+5
The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C.
2017-04-13Fix warnings in process_printerFred Sundvik3-13/+15
2017-04-13Fix warnings in planck/lucas keymapFred Sundvik1-3/+3
Register the unshifted version DE_LESS, rather than the shifted DE_MORE
2017-04-13Fix warnings in kitten_paw/ickerwx keymapFred Sundvik2-2/+2
2017-04-13Make MOUSEKEY_MOVE_MAX and MOUSEKEY_WHEEL_MAX configurableFred Sundvik1-2/+11
Kitten_paw/ickerwx was doing that
2017-04-13Rename MS-sculpt-mobile to MS_scuplpt_mobileFred Sundvik7-10/+11
Subprojects with "-" have problems, since the build system creates a define containing the subproject name, and "-" is illegal in macro names.
2017-04-13Add SKIP_VERSION option to speed up compilationFred Sundvik18-0/+8
2017-04-13Fix frosty_flake warning when print is disabledFred Sundvik1-1/+3
2017-04-13Fix keymap yoruian on InfinityFred Sundvik2-23/+12
2017-04-13Fix name collision between ChibiOS and keymap_germanFred Sundvik1-0/+4
2017-04-13Fix overflow warning in ordinary keymapFred Sundvik1-1/+1
2017-04-13Fix overflow warnings in dvorak_programmerFred Sundvik1-3/+3
2017-04-13Disable array bounds warning in keymap_function_id_to_actionFred Sundvik1-0/+7
2017-04-13Fix undefined eeprom warnings in unicode processingFred Sundvik2-0/+2
2017-04-13Enable warnings as errorsFred Sundvik1-0/+2
2017-04-13Add makefile option to break on errorsFred Sundvik1-3/+10
2017-04-12Merge pull request #1220 from joedevivo/masterJack Humbert1-2/+2
mimic atreus firmware defaults
2017-04-12Merge pull request #1212 from Xyverz/masterJack Humbert2-44/+286
atreus keymap overhaul
2017-04-12Merge pull request #1213 from nstickney/masterJack Humbert4-1/+337
ErgoDox Familiar layout
2017-04-12Merge pull request #1216 from Khord/masterJack Humbert2-4/+39
Added breathing macros/mappings and removed mappings to unused layouts
2017-04-12Merge pull request #1222 from kamisamamizu/patch-1Jack Humbert1-2/+2
Fixed position of BSLS and BSPC on the xd60
2017-04-12Merge pull request #1217 from fredizzimo/ergodox_default_visualizerJack Humbert43-1302/+1787
Enable Ergodox Infinity LCD visualization
2017-04-12Fixed position of BSLS and BSPCkamisamamizu1-2/+2
They were in the incorrect positions before.
2017-04-12Fix code formatting in build_keyboard.mkFred Sundvik1-82/+83
2017-04-11mimic atreus firmware defaultsJoe DeVivo1-2/+2
2017-04-09Extract Ergodox default visualizer into simple_visualizerFred Sundvik2-96/+131
It's good enough if you only want to change the lcd text and color.
2017-04-09Rename led test to led_keyframes and move animation to ErgodoxFred Sundvik5-61/+78
2017-04-09Create a file for shared Ergodox Infinity animationsFred Sundvik5-77/+90
2017-04-09Combine startup and resume animationsFred Sundvik3-21/+10
2017-04-09Fix suspend not disabling backlightFred Sundvik2-2/+2
2017-04-09Move the logo drawing keyframe to lcd_keyframesFred Sundvik4-40/+25
2017-04-09Move LCD logo to visualizer resourcesFred Sundvik6-84/+94
2017-04-09Add automatic flush for the LCD screenFred Sundvik5-9/+5
2017-04-09LCD initialization sequence according to the docsFred Sundvik2-29/+13
The LCD initialization show now be much better and faster with no flickering at the startup. Also fix the contrast control.
2017-04-09Yet another try to fix the LCD corruptionFred Sundvik1-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.
2017-04-09Move common visualizer keyframes into visualizer_keyframes.hFred Sundvik7-12/+54
2017-04-09Remove the need to manually enable the visualizerFred Sundvik4-27/+27
2017-04-09Separated backlight and LCD disable/enableFred Sundvik8-36/+53
Also moved them to correct places
2017-04-09Move LCD backlight keyframes to its own fileFred Sundvik7-59/+100
2017-04-09Move LCD keyframes to its own fileFred Sundvik7-162/+203
2017-04-09Delete visualizer example integrationFred Sundvik4-573/+0
It's much better to refer to the actual code than to to try to keep some examples up to date.
2017-04-09Tweaks to the Ergodox default visualizerFred Sundvik3-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
2017-04-09Simple layer display on Infinity Ergodox default layoutFred Sundvik1-224/+62
2017-04-09Add visualizer for Ergodox defaultFred Sundvik1-0/+426
2017-04-09Brightness for Ergodox Infinity emulated LEDsFred Sundvik5-23/+63
2017-04-09Emulate Ergodox EZ leds by LCD colorsFred Sundvik6-45/+258
2017-04-09Display layer bitmap and keyboard led states on the LCDFred Sundvik3-31/+97