Adapting the avr-capsense code to the Kiibohd Controller API
- Adding "template" keymap - Removed "stray" functions, variables - Cleaned up warnings - Now builds - Added buffered macro integration (rather than dealing with USB directly) - Updated the print messages to use the Kiibohd print header TODO - Add generic matrix integration (this will require some changes to the matrix code) - Add more comments...lots more - Clean up dead code
This commit is contained in:
parent
e2197f6b78
commit
4ce6d34cd8
8 changed files with 1744 additions and 1407 deletions
|
@ -20,7 +20,7 @@
|
|||
#| Please the {Scan,Macro,USB,Debug}/module.txt for information on the modules and how to create new ones
|
||||
|
||||
##| Deals with acquiring the keypress information and turning it into a key index
|
||||
set( ScanModule "MBC-55X" )
|
||||
set( ScanModule "avr-capsense" )
|
||||
|
||||
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
|
||||
set( MacroModule "buffer" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue