1
0
Fork 0

Merge branch 'master' into makefile_overhaul

This commit is contained in:
Fred Sundvik 2016-08-23 09:38:05 +03:00
commit 8f2af3c6bc
67 changed files with 3789 additions and 2654 deletions

View file

@ -18,6 +18,7 @@ void set_unicode_input_mode(uint8_t os_target)
input_mode = os_target;
}
__attribute__((weak))
void unicode_input_start (void) {
switch(input_mode) {
case UC_OSX:
@ -40,6 +41,7 @@ void unicode_input_start (void) {
wait_ms(UNICODE_TYPE_DELAY);
}
__attribute__((weak))
void unicode_input_finish (void) {
switch(input_mode) {
case UC_OSX: