Firmware for the Keyboardio Model 01 and other keyboards with AVR or ARM MCUs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Michael Dreher 99a19b4c66
added Mouse.moveAbs() as a new feature for absolute mouse positioning as requested in issue #1417. all parameters have the range of -32768 to 32767 and must be scaled to screen pixels some examples: x=0, y=0 is the middle of the screen x=-32768, y=-32768 is the top left corner x=32767, y=-32768 is the top right corner x=32767, y=32767 is the bottom right corner x=-32768, y=32767 is the bottom left corner
11 years ago
build Add support for autodetecting the mac's alternate platforms dir 11 years ago
hardware/keyboardio added Mouse.moveAbs() as a new feature for absolute mouse positioning as requested in issue #1417. all parameters have the range of -32768 to 32767 and must be scaled to screen pixels some examples: x=0, y=0 is the middle of the screen x=-32768, y=-32768 is the top left corner x=32767, y=-32768 is the top right corner x=32767, y=32767 is the bottom right corner x=-32768, y=32767 is the bottom left corner 11 years ago
layouts Actually ad Fn keys for Colemak 11 years ago
tools The problem of layout definition being a little too obtuse can be solved by adding a layer of indirection 11 years ago
ArduinoKeyboard.h "make astyle" 11 years ago
ArduinoKeyboard.ino "make astyle" 11 years ago
LICENSE License the project under the Apache 2.0 license, but note that Arduino code 11 years ago
Makefile Get our Makefile to actually use our alternate Arduino core 11 years ago
NOTICE License the project under the Apache 2.0 license, but note that Arduino code 11 years ago
key_defs.h add next/prev layer feature so we don't need to hardcode keymap layers 11 years ago
keymaps.h slightly simplify our autogenerated code as we work toward being able to build 11 years ago
layouts-generated.h slightly simplify our autogenerated code as we work toward being able to build 11 years ago