Fred Sundvik
a089eaa868
Add sending of small frames with no zeroes
9 years ago
Fred Sundvik
26537474ae
Add byte stuffer recv handling of too long frames
9 years ago
Fred Sundvik
e8cb6d8023
Bytestuffer recv handling of long frames
9 years ago
Fred Sundvik
eefb5b5634
Mutiple frame handling for byte stuffer
...
Also handles unexpected data.
9 years ago
Fred Sundvik
ce3a21cbea
Implement receive of valid small byte stuffed frames
9 years ago
Fred Sundvik
8a991a266e
Rename files to match what they actually do
...
Also add validator before routing.
9 years ago
Fred Sundvik
1f1bc183dd
Start implementing data_link
9 years ago
Fred Sundvik
3eaddd6514
Use cgreen test runner instead of executables
9 years ago
Fred Sundvik
3c6b93a491
Add separate makefile for tests
9 years ago
Fred Sundvik
e9a1474bb6
Add makefile for compiling and running unit tests
9 years ago
Fred Sundvik
e70cefc12f
Add cgreen unit test library and makefile
9 years ago
fredizzimo
ffc425603d
Initial commit
9 years ago
Fred Sundvik
c5db02925c
Clean up wrong license information
9 years ago
Fred Sundvik
8479e6aa39
Update readme and license
...
Also add integration examples
9 years ago
Fred Sundvik
8ce60649c8
Initialize backlight and LCD during visualizer_init
9 years ago
Fred Sundvik
209167d4d6
Compile the user visualizer
9 years ago
Fred Sundvik
9e58d022ba
Add visualizer
...
A generic visualizer that supports animations. There's a few
predefined keyframe types included, and more can be added by the
user.
9 years ago
Fred Sundvik
01b955aa64
Add LCD backlight support
...
Also possibility to disable the LCD support
9 years ago
Fred Sundvik
fb681b5a60
Add makefile that includes ugfx
9 years ago
Fred Sundvik
bb75446b0b
Add uGFX submodule v 2.4
9 years ago
fredizzimo
4452f4965d
Add MIT license
9 years ago
Erez Zukerman
2c29ce3cfe
Merge pull request #141 from XenoBits/master
...
Ergodox EZ new keymap for C# developers
9 years ago
Maxime Millet
9eea6850f9
Another readme.md improvement
9 years ago
Maxime Millet
8f1bafece5
Improved readme
9 years ago
Maxime Millet
8c051f2d05
Added C# developer keymap
9 years ago
Fred Sundvik
3568065141
Add readme
9 years ago
Jack Humbert
043ac26c24
Merge pull request #140 from lasko/master
...
A slightly different default layout
9 years ago
Lasko Height
d290e09d7b
Added pageup, pagedown, home, and end keys
9 years ago
Lasko Height
006d277ec1
Added a Tenkey layer and moved the del key
9 years ago
Lasko Height
d3488f131c
Adding my initial layout
9 years ago
Lasko Height
073a6c206e
Adding my initial layout
9 years ago
Erez Zukerman
f4fc7fd4d5
Merge pull request #139 from joarau/norwegian-colemak-ergodox-with-norwegian-definitions
...
Norwegian Colemak Ergodox and Norwegian key definitions
9 years ago
joar
2f7cda63d0
Norwegian Colemak Ergodox and Norwegian key definitions
9 years ago
Erez Zukerman
9f6966f765
More tweaks to experimental layout
9 years ago
Erez Zukerman
9e075e28be
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
9 years ago
Erez Zukerman
ec4428b1c6
Merge pull request #138 from Willyfrog/master
...
ergodox_ez for emacs + mac + altgr users
9 years ago
Guillermo Vayá
f96186ed9c
add image
9 years ago
Erez Zukerman
8aeaa6df81
Merge pull request #137 from uzytkownik/master
...
Add mpiechotka ergodox ez keymap
9 years ago
Guillermo Vayá
3c805548d9
added .hex file
9 years ago
Maciej Piechotka
03f61dcdb4
Add mpiechotka ergodox ez keymap
9 years ago
Jack Humbert
0206976267
Merge pull request #136 from cbbrowne/master
...
Random improvements
9 years ago
Christopher Browne
8079dc0682
Eliminate switch statement by using contiguous character ranges
9 years ago
Christopher Browne
bbcc1046a6
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
9 years ago
Erez Zukerman
cd90dd9f6d
Corrects typo
9 years ago
Erez Zukerman
67f14d938b
Merge pull request #130 from jacobono/jacobono
...
Jacobono
9 years ago
Erez Zukerman
ac84fa47fc
Updates documentation, adds Cmd/Win dual-function key
9 years ago
Jack Humbert
f575079357
Merge pull request #134 from dragon788/patch-2
...
Added note about using avr_setup.sh
9 years ago
dragon788
34a8ad506c
Added note about using avr_setup.sh
...
On most Linux distributions the avr_setup.sh script can be sourced ```. avr_setup.sh``` or under Bash ```source avr_setup.sh```. This will try and detect the appropriate package manager and install the required packages.
9 years ago
Didier Loiseau
a2f6ab16c0
FN macro: use layer_invert() instead of modifying layer_state directly
...
- fixes stuck keys from the temporary layers
(see also jackhumbert/qmk_firmware#78 )
- removed the workaround for jackhumbert/qmk_firmware#81
(using layer_invert() fixes the problem)
9 years ago
Didier Loiseau
7ba42b994b
Fixed inconsistency between comment and actual numeric layer
...
- KC_INS should only be present on Fn layer
9 years ago