Maarten Dekkers
886af32507
Updates maartenwut's keymap ( #1489 )
...
* Updated keymap
* Added backlight breathing to fix compile error
2017-07-11 12:53:41 -04:00
That-Canadian
55fcac4639
Adds Minidox Keyboard ( #1487 )
...
* merge
* line ending stuff
* Added MiniDox keyboard folder / configs / and some keymaps
* Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB
* cleaned up that_canadian keymap comments
* Fixed RGB being enabled by default, now it must be turned on at the keymap level
2017-07-10 20:15:08 -04:00
Jack Humbert
65c10790d4
Update README.md
2017-07-10 11:53:18 -04:00
Jack Humbert
42d5a324eb
Start mvoing hardware drivers to /drivers/ ( #1433 )
...
* start driver isolation
* update nyquist and orthodox boards
* update atreus62
* move drivers to avr
* update avr conditional
2017-07-10 11:18:47 -04:00
Jack Humbert
8d190d5e25
Merge branch 'master' of https://github.com/qmk/qmk_firmware
2017-07-10 10:35:45 -04:00
Fred Sundvik
10546665f4
Fix uninitialized backlight_level in the Visualizer
2017-07-10 09:02:36 -04:00
Fred Sundvik
551924f8a0
Add template board files
2017-07-10 09:01:59 -04:00
Fred Sundvik
190b90892b
Rename board files to lowercase
2017-07-10 09:01:59 -04:00
Fred Sundvik
9d8279960d
Make it easier to use drivers
2017-07-10 09:01:59 -04:00
Fred Sundvik
4da3b19603
Shared default animations
2017-07-10 09:01:59 -04:00
Fred Sundvik
2251560256
Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT
2017-07-10 09:01:59 -04:00
Fred Sundvik
f3c113fb5a
Shared gfxconf
2017-07-10 09:01:59 -04:00
Fred Sundvik
8a962f7b27
Define visualizer thread priority by default
2017-07-10 09:01:59 -04:00
Fred Sundvik
011ee29441
Fixup mixed tabs/spaces
2017-07-10 09:01:59 -04:00
Fred Sundvik
630f065376
Remove ergodox from gdisp driver names
2017-07-10 09:01:59 -04:00
Fred Sundvik
aca0f4dcae
Move GDISP drivers to /drivers/ugfx
2017-07-10 09:01:59 -04:00
Fred Sundvik
1ff5fb000f
Fix Makefile error_occured output for unit tests
2017-07-10 09:00:58 -04:00
Fred Sundvik
ba405cfbb4
Don't search for TEENSY_LOADER_CLI if it's already defined
2017-07-10 09:00:18 -04:00
Fred Sundvik
7ea8753b72
Don't run dfu-programmer unless specified as a target
...
This introduces a grep dependency, which I believe we didn't have
before, but it should be available and installed by default on all the
supported systems.
2017-07-10 09:00:18 -04:00
Jack Humbert
6221498601
Merge commit '8858438a770c1c982f33b296447ca77176c751f7'
2017-07-09 21:26:54 -04:00
Jack Humbert
8858438a77
Squashed 'lib/lufa/' changes from f2bd51f4e..bbdc9ac40
...
bbdc9ac40 Merge pull request #1 from fredizzimo/fix_line_endings
75ba27b8d Fix xml file line endings
7a8237259 Merge commit '5a3397d17ec917c7be5d5109e01a3a84a355cb1b'
713c65b5b Merge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'
00e20c453 delete old lufa
git-subtree-dir: lib/lufa
git-subtree-split: bbdc9ac40c2ff543bbaf3870d407d0a96c945c1a
2017-07-09 21:26:51 -04:00
skullY
fcd08b8c7d
more crlf issues
2017-07-08 20:03:33 -07:00
Fred Sundvik
9158673166
Reference issue #1478 from the unit tests
2017-07-08 21:59:51 -04:00
Fred Sundvik
b3af79eaff
Reference issue #1477 from the unit tests
2017-07-08 21:59:51 -04:00
Fred Sundvik
41efcd6d73
Reference issue #524 from the unit tests
2017-07-08 21:59:51 -04:00
Fred Sundvik
60b1880a62
Reference issue #1476 from the unit tests
2017-07-08 21:59:51 -04:00
Fred Sundvik
67f722c9c8
Configure vscode file associations, use hpp instead of h
2017-07-08 21:59:51 -04:00
Fred Sundvik
631c09e976
Fix keymap formatting
2017-07-08 21:59:51 -04:00
Fred Sundvik
e5780a6dc6
Add tests for macros
2017-07-08 21:59:51 -04:00
Fred Sundvik
4087d6da0d
Add wait support for tests
2017-07-08 21:59:51 -04:00
Fred Sundvik
fc4bfbe580
Rename tests to start with test_
2017-07-08 21:59:51 -04:00
Fred Sundvik
4e69a8bda6
Add basic timing support, and SFT_T tests
...
Also expose some bugs...
2017-07-08 21:59:51 -04:00
Fred Sundvik
a62f449659
Add test for a combo key
2017-07-08 21:59:51 -04:00
Fred Sundvik
cae7a9c3ec
Add simple modifier test
2017-07-08 21:59:51 -04:00
Fred Sundvik
1985f43bad
Improve the tests a bit
2017-07-08 21:59:51 -04:00
Fred Sundvik
72c8df1f19
A bigger test matrix, and test for unmapped keys
2017-07-08 21:59:51 -04:00
Fred Sundvik
1e4cc36e14
Rename test.cpp to keypress.cpp
2017-07-08 21:59:51 -04:00
Fred Sundvik
0256cd8cca
Build all cpp files in test directories
2017-07-08 21:59:51 -04:00
Fred Sundvik
7d79962785
Move test keymap to keymap.c
2017-07-08 21:59:51 -04:00
Fred Sundvik
448b91689f
Exclude .build and .hex from Visual Studio code
2017-07-08 21:59:51 -04:00
skullY
6e2cae4cda
commit files with wrong line endings
2017-07-08 12:34:36 -07:00
Jack Humbert
03706de946
Merge commit '5a3397d17ec917c7be5d5109e01a3a84a355cb1b'
2017-07-07 21:46:08 -04:00
Jack Humbert
5a3397d17e
Squashed 'lib/lufa/' changes from a44056fb9..f2bd51f4e
...
f2bd51f4e fixing line endings
git-subtree-dir: lib/lufa
git-subtree-split: f2bd51f4edba87a259808c92c0424dc36475282b
2017-07-07 21:46:04 -04:00
Jack Humbert
ea3df7466a
Merge commit 'cedfbfcb1a9ad9cf93816f1952fc4bf7c55fbb61'
2017-07-07 16:40:03 -04:00
Jack Humbert
cedfbfcb1a
Squashed 'lib/lufa/' changes from 385d40300..a44056fb9
...
a44056fb9 add .gitattributes
git-subtree-dir: lib/lufa
git-subtree-split: a44056fb9d4784e3a248f460688b35977592cb05
2017-07-07 16:40:01 -04:00
skullY
03eb6a3e86
comment out unformatted audio/midi sections
2017-07-07 13:28:31 -07:00
Jack Humbert
0787d70e55
Updates Documentation from #1444
2017-07-07 15:57:18 -04:00
Jack Humbert
9de443cbf1
Merge pull request #1471 from qmk/lufa_lib
...
Update LUFA and move it to /lib/lufa
2017-07-07 15:33:29 -04:00
Maarten Dekkers
88b3d051b2
Corrected it again.
2017-07-07 15:33:09 -04:00
Maarten Dekkers
53acc7b074
Cleaned and corrected keymap code
2017-07-07 15:33:09 -04:00