Fred Sundvik
1d5567a3a9
Fix code formatting in build_keyboard.mk
2017-04-12 09:52:40 +03:00
Fred Sundvik
65b7bf6878
Extract Ergodox default visualizer into simple_visualizer
...
It's good enough if you only want to change the lcd text and color.
2017-04-09 18:34:59 +03:00
Fred Sundvik
c5d2b7ff16
Rename led test to led_keyframes and move animation to Ergodox
2017-04-09 18:34:59 +03:00
Fred Sundvik
306353bf06
Create a file for shared Ergodox Infinity animations
2017-04-09 18:34:59 +03:00
Fred Sundvik
c6ca996f4e
Combine startup and resume animations
2017-04-09 18:34:59 +03:00
Fred Sundvik
ed1710589f
Fix suspend not disabling backlight
2017-04-09 18:34:59 +03:00
Fred Sundvik
3074269c4a
Move the logo drawing keyframe to lcd_keyframes
2017-04-09 18:34:59 +03:00
Fred Sundvik
df67169d42
Move LCD logo to visualizer resources
2017-04-09 18:34:59 +03:00
Fred Sundvik
3eb8785e87
Add automatic flush for the LCD screen
2017-04-09 18:34:59 +03:00
Fred Sundvik
995002fa91
LCD initialization sequence according to the docs
...
The LCD initialization show now be much better and faster with no
flickering at the startup.
Also fix the contrast control.
2017-04-09 18:34:59 +03:00
Fred Sundvik
3994fb1e79
Yet another try to fix the LCD corruption
...
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-09 18:34:59 +03:00
Fred Sundvik
b7041d06ae
Move common visualizer keyframes into visualizer_keyframes.h
2017-04-09 18:34:59 +03:00
Fred Sundvik
64d63ab422
Remove the need to manually enable the visualizer
2017-04-09 18:34:59 +03:00
Fred Sundvik
1e7585e767
Separated backlight and LCD disable/enable
...
Also moved them to correct places
2017-04-09 18:34:59 +03:00
Fred Sundvik
5ba228b684
Move LCD backlight keyframes to its own file
2017-04-09 18:34:59 +03:00
Fred Sundvik
5815c5d317
Move LCD keyframes to its own file
2017-04-09 18:34:59 +03:00
Fred Sundvik
05530b193f
Delete visualizer example integration
...
It's much better to refer to the actual code than to to try to
keep some examples up to date.
2017-04-09 18:34:59 +03:00
Fred Sundvik
05bc4880dd
Tweaks to the Ergodox default visualizer
...
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-09 18:34:59 +03:00
Fred Sundvik
fa6da78ff3
Simple layer display on Infinity Ergodox default layout
2017-04-09 18:34:59 +03:00
Fred Sundvik
65e8127c91
Add visualizer for Ergodox default
2017-04-09 18:34:59 +03:00
Fred Sundvik
5fbaf31dc2
Brightness for Ergodox Infinity emulated LEDs
2017-04-09 18:34:59 +03:00
Fred Sundvik
39385144e7
Emulate Ergodox EZ leds by LCD colors
2017-04-09 18:34:59 +03:00
Fred Sundvik
9a4ce28683
Display layer bitmap and keyboard led states on the LCD
2017-04-09 18:34:59 +03:00
Fred Sundvik
951b6f33a0
CIE 1931 for the LCD backlight
2017-04-09 18:34:59 +03:00
Fred Sundvik
f113f95440
Move CIE1931 and breathing tables to its own file
2017-04-09 18:34:59 +03:00
Fred Sundvik
bc97413bf7
Disable LEDs on Infinity Ergodox
2017-04-09 18:34:59 +03:00
Fred Sundvik
e6f7a8a47a
Display QMK logo at startup of Infinity Ergodox
2017-04-09 18:34:59 +03:00
Fred Sundvik
a8f5897b97
Add support for blitting to the Infinity LCD
2017-04-09 18:34:59 +03:00
Fred Sundvik
2b24d35846
Hopefully finally fix the corrupt LCD
...
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.
2017-04-09 18:34:59 +03:00
Fred Sundvik
503565d174
Only re-send matrix every 5ms
...
The previous 1ms value was too often, and wouldn't always leave
time for the visualizer
2017-04-09 18:34:59 +03:00
Fred Sundvik
6039a4f6ed
Empty implementation of has_onshot_mods_timed_out
...
When the timeout is zero or not defined, the function now returns false.
Fixes a linker error when the visualizer is enabled
2017-04-09 18:34:59 +03:00
Fred Sundvik
f5c8941652
UGFX is compiled once per keyboard instead of keymap
2017-04-09 18:34:59 +03:00
Fred Sundvik
bb86be1f1f
Remove unneeded makefile include
2017-04-09 18:34:59 +03:00
Fred Sundvik
aee9b10e92
Add a keyboard specific visualizer
2017-04-09 18:34:59 +03:00
Fred Sundvik
1d1f2b4ee2
Clean up the SKIP_GIT code
2016-12-29 15:20:43 +02:00
Fred Sundvik
2acfd2ab2b
Remove extra parenthesis from Makefile
...
Cygwin had trouble running the tests
2016-12-29 14:56:01 +02:00
Fred Sundvik
52430ef0d6
Remove extra file that has been commited by mistake
2016-12-29 12:26:41 +02:00
Fred Sundvik
dd685eceb2
API Sysex fixes
...
Fix memory leaks by using stack instead of malloc
Reduce memory usage by having less temporary bufffers
Remove warnings by adding includes
Decrease code size by 608 bytes (mostly due to not linking malloc)
More robust handling of buffer overflows
2016-12-29 12:13:30 +02:00
Fred Sundvik
c86bbf474e
Always initialze the Infinity Ergodox backlight
...
Otherwise it will stay lit. The set_led functionality is also disabled
since it doesn't work properly for slaves.
2016-11-20 19:28:10 +02:00
Fred Sundvik
0ba3e523a7
Add documentation for the variable tracing
2016-11-06 22:44:43 +02:00
Fred Sundvik
a377017c95
Add possibility to control variable trace from make
2016-11-06 22:11:24 +02:00
Fred Sundvik
f519b94be7
Add variable trace
...
For debugging changes to variables, either normally or as a result
of a memory corruption.
2016-11-06 21:58:34 +02:00
Fred Sundvik
c06e2486ab
Increase the infinity60 system tick frequency
2016-11-05 22:45:21 +02:00
Fred Sundvik
d956dd1248
Run each sumbmake in a separate shell
...
This will fix the situation where the commandline gets too long when
there are many keyboards and keymaps.
2016-10-30 17:03:01 +02:00
Fred Sundvik
ffae9d84c5
CIE 1931 dim curve
2016-10-09 20:07:23 +03:00
Fred Sundvik
92a3a96849
Apply the dim curve to the RGB output
...
Just like it's supposed to be used. It now looks much better.
2016-10-09 20:04:33 +03:00
Fred Sundvik
db4dce7312
Update the Cluecard readme files
2016-10-09 19:37:47 +03:00
Fred Sundvik
02c9a99215
Tune snake and knight intervals for Cluecard
2016-10-09 19:27:11 +03:00
Fred Sundvik
9b0e21f87f
Tunable RGB light intervals
2016-10-09 19:26:16 +03:00
Fred Sundvik
0ae07ae64d
Tune the snake and knight effect parameters for Cluecard
2016-10-09 19:11:52 +03:00
Fred Sundvik
2d7b549e21
Add keymap with audio disabled but RGB effects enabled
2016-10-09 01:38:55 +03:00
Fred Sundvik
13f3c73386
Fix the ldflags.txt and obj.txt checks
...
There was a minor typo, which caused the files to not be generated
and therefore the elf files were always linked.
2016-09-04 23:26:49 +03:00
Fred Sundvik
83eb9e4eed
Fix the .travis.yml so that GH_TOKEN works properly
2016-08-28 01:10:14 +03:00
Fred Sundvik
3bdebd2270
Update list of community keyboards
2016-08-28 00:54:26 +03:00
Fred Sundvik
8ab9c5c55a
Rename infinity_chibios to infinity60, and add readme
2016-08-27 23:55:33 +03:00
Fred Sundvik
53302328d0
Add dfu-util to the instructions
2016-08-27 23:43:49 +03:00
Fred Sundvik
1f5838a286
Fix the keyboard template with new make syntax
...
Also add proper link to the parent
2016-08-27 23:31:15 +03:00
Fred Sundvik
922c4ea3bc
Add unit test documentation
2016-08-27 21:57:49 +03:00
Fred Sundvik
ca51457327
Another attempt to make keyboards and tests in parallel
2016-08-27 21:57:49 +03:00
Fred Sundvik
fd93a9bb29
Make tests and keyboards in two different jobs
2016-08-27 21:57:49 +03:00
Fred Sundvik
03b1d142f2
Add -p parameter to mkdir
...
So that it's created even when there's a deeper structure
2016-08-27 21:57:49 +03:00
Fred Sundvik
6b92b62802
Travis builds the default all target
2016-08-27 21:57:49 +03:00
Fred Sundvik
6410f0c021
The all target makes all keyboards and all tests
2016-08-27 21:57:49 +03:00
Fred Sundvik
1b963117fe
Support for running and cleaning all tests
2016-08-27 21:57:49 +03:00
Fred Sundvik
42baa6cf43
Disable map file creation when building tests
...
It causes strange linker warnings on cygwin.
2016-08-27 21:57:49 +03:00
Fred Sundvik
7eefb34e7c
Detect failures when running multiple tests
...
Also add better output.
2016-08-27 21:57:49 +03:00
Fred Sundvik
ffb0a126f5
Convert tirple_buffered_object_tests to GTest
2016-08-27 21:57:49 +03:00
Fred Sundvik
bcdf9ab76b
Convert transport_tests to GTest
2016-08-27 21:57:49 +03:00
Fred Sundvik
b3eba797af
Convert frame_validator_tests to GTest
2016-08-27 21:57:49 +03:00
Fred Sundvik
cdd0913bcc
Convert frame_router_tests to GTest
2016-08-27 21:57:49 +03:00
Fred Sundvik
c692fd1d55
More common settings for unit tests and keyboards
2016-08-27 21:57:49 +03:00
Fred Sundvik
fc855cb30e
Fix running multiple tests
2016-08-27 21:57:49 +03:00
Fred Sundvik
f4429ba48c
Running of unit tests
...
But only if the compilation has succeeded
2016-08-27 21:57:49 +03:00
Fred Sundvik
0a11460175
Build actual tests, convert byte_stuffer_tests
2016-08-27 21:57:49 +03:00
Fred Sundvik
8a9aac6e32
Rules for compiling and linking google test
2016-08-27 21:57:49 +03:00
Fred Sundvik
27a673f5cf
The makefile actually calls build_test
2016-08-27 21:57:49 +03:00
Fred Sundvik
6d7cd639a5
Basic framework for parsing test targets
2016-08-27 21:57:49 +03:00
Fred Sundvik
cfddec17d5
Add Google Test submodule
2016-08-27 21:57:49 +03:00
Fred Sundvik
cff26bc484
Merge branch 'master' into fix_line_endings
2016-08-27 21:01:46 +03:00
Fred Sundvik
265df7d5da
Fix travis_compiled_push
2016-08-27 20:18:26 +03:00
Fred Sundvik
a5b1af4999
Normalize line endings
2016-08-27 18:40:50 +03:00
Fred Sundvik
de58ec9738
Set eep files to binary mode
2016-08-27 18:37:28 +03:00
Fred Sundvik
d1e4f2eb08
Merge remote-tracking branch 'upstream/master' into makefile_overhaul
2016-08-26 21:57:17 +03:00
Fred Sundvik
6cfdd077b5
Fix bad merge
...
Led should have been added to KC60, not GH60
2016-08-26 00:05:58 +03:00
Fred Sundvik
86ece64176
Fix minor typo in the readme
2016-08-25 23:54:05 +03:00
Fred Sundvik
3300203157
Remove google test submodule
...
It had been added for some strange reason, allthough it's supposed
to be there only in another branch.
2016-08-25 23:37:18 +03:00
Fred Sundvik
fb8365a378
Split vision_division into Makefile/rules.mk
2016-08-25 23:28:10 +03:00
Fred Sundvik
523dff3005
Merge branch 'master' into makefile_overhaul
2016-08-25 23:26:02 +03:00
Fred Sundvik
2e3834edea
Merge remote-tracking branch 'upstream/master' into makefile_overhaul
2016-08-24 10:37:02 +03:00
Fred Sundvik
7c9fff59d0
Fix slight inconsistency
...
When running make from either a keyboard folder or a subproject
it runs all keymaps for all subprojects and the selected subproject
respectively. Without this fix, the same doesn't happen if your
run make clean for example. As it would just provide you with an
error message. Now this will work as expected.
2016-08-24 10:29:01 +03:00
Fred Sundvik
feebc58d32
Split kitten_paw into Makefile/rules.mk
2016-08-23 09:42:11 +03:00
Fred Sundvik
8f2af3c6bc
Merge branch 'master' into makefile_overhaul
2016-08-23 09:38:05 +03:00
Fred Sundvik
8f16403179
Change order of variable assignment
...
BUILD_DIR and TARGET was assigned too late, so the dfu-util target,
which depends on them did not work.
2016-08-21 13:53:36 +03:00
Fred Sundvik
1c69acb7d5
Add longest match to the rule-checking
...
This fixes cases where you have several keyboards with a common
prefix, like algernon, and algernon-master
2016-08-21 13:10:34 +03:00
Fred Sundvik
2a5bdd81d4
Add warning about line endings
2016-08-20 19:11:22 +03:00
Fred Sundvik
704cbd1d2b
Add instructions for Windows 10 subsystem for Linux
...
Also simplify the linux instructions
2016-08-20 19:02:19 +03:00
Fred Sundvik
fd2f957a1a
Normalize line endings
2016-08-20 17:59:18 +03:00
Fred Sundvik
f0fd840a57
Add .gitattributes to ensure correct line endings
...
It also ensures that make files and shell script are checked out
with lf endings, for compability with the Windows 10 bash
2016-08-20 17:27:51 +03:00
Fred Sundvik
b26ded3ab1
Comment the Makefile
...
Also move some messages to message.mk
2016-08-20 14:53:29 +03:00
Fred Sundvik
48f8ab1ae2
Fix the clean target
...
It now properly cleans all the outputs
2016-08-20 12:44:04 +03:00