keybrd library is an open source library for creating custom-keyboard firmware.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.
wolfv6 09b3e8ceb7 document 7 anos atrás
..
Code.h reword documentation - bitwise to bit pattern or bits 7 anos atrás
Code_AutoShift.cpp initial commit keybrd version 0.3.0 8 anos atrás
Code_AutoShift.h move Debug variables to static 8 anos atrás
Code_LEDLock.cpp rename LED LEDInterface 7 anos atrás
Code_LEDLock.h rename LED LEDInterface 7 anos atrás
Code_LayerHold.cpp rename layer to layerId 7 anos atrás
Code_LayerHold.h rename layer to layerId 7 anos atrás
Code_LayerLock.cpp rename layer to layerId 7 anos atrás
Code_LayerLock.h rename layer to layerId 7 anos atrás
Code_Null.h add tutorials and annotate sketches 3c 3d 3e 7 anos atrás
Code_Sc.cpp initial commit keybrd version 0.3.0 8 anos atrás
Code_Sc.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 8 anos atrás
Code_ScNS.cpp initial commit keybrd version 0.3.0 8 anos atrás
Code_ScNS.h initial commit keybrd version 0.3.0 8 anos atrás
Code_ScS.cpp initial commit keybrd version 0.3.0 8 anos atrás
Code_ScS.h initial commit keybrd version 0.3.0 8 anos atrás
Code_Shift.cpp initial commit keybrd version 0.3.0 8 anos atrás
Code_Shift.h initial commit keybrd version 0.3.0 8 anos atrás
DebouncerInterface.h run AStyle 7 anos atrás
Debouncer_Not.cpp reword documentation - bitwise to bit pattern or bits 7 anos atrás
Debouncer_Not.h moved Debouncer_Not to Keybrd lib 8 anos atrás
Debouncer_Samples.cpp reword documentation - bitwise to bit pattern or bits 7 anos atrás
Debouncer_Samples.h reword documentation - bitwise to bit pattern or bits 7 anos atrás
Debug.cpp rename LED LEDInterface 7 anos atrás
Debug.h rename LED LEDInterface 7 anos atrás
Key.h update sketches 7 anos atrás
Key_LayeredCodeSc.cpp rename layer to layerId 7 anos atrás
Key_LayeredCodeSc.h rename layer to layerId 7 anos atrás
Key_LayeredCodeScBase.cpp rename layer to layerId 7 anos atrás
Key_LayeredCodeScBase.h rename layer to layerId 7 anos atrás
Key_LayeredKeys.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 7 anos atrás
Key_LayeredKeys.h add Key_LayeredKeysBase and Key_LayeredKeys1 7 anos atrás
Key_LayeredKeys1.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 7 anos atrás
Key_LayeredKeys1.h add Key_LayeredKeysBase and Key_LayeredKeys1 7 anos atrás
Key_LayeredKeysBase.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 7 anos atrás
Key_LayeredKeysBase.h add Key_LayeredKeysBase and Key_LayeredKeys1 7 anos atrás
Key_LayeredScSc.cpp rename layer to layerId 7 anos atrás
Key_LayeredScSc.h rename layer to layerId 7 anos atrás
Key_LayeredScScBase.cpp rename layer to layerId 7 anos atrás
Key_LayeredScScBase.h rename layer to layerId 7 anos atrás
LEDInterface.h rename LED LEDInterface 7 anos atrás
LED_Port.cpp rename setHigh() setLow() to writeHigh() writeLow() 7 anos atrás
LED_Port.h rename keybrd_MCP23018.ino to keybrd_MCP23017.ino, works on both MCP23017 and MCP23018 7 anos atrás
LED_PortOpenDrain.cpp rename keybrd_MCP23018.ino to keybrd_MCP23017.ino, works on both MCP23017 and MCP23018 7 anos atrás
LED_PortOpenDrain.h rename keybrd_MCP23018.ino to keybrd_MCP23017.ino, works on both MCP23017 and MCP23018 7 anos atrás
LED_uC.cpp move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 anos atrás
LED_uC.h move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 anos atrás
LayerState.cpp add layers and LEDs to keybrd_5b_LED_on_IOE.ino 7 anos atrás
LayerState.h rename layer to layerId 7 anos atrás
LayerStateInterface.h document 8 anos atrás
LayerState_LED.cpp rename layer to layerId 7 anos atrás
LayerState_LED.h rename LED_IOE to LED_Port, update tutorials and sketches 7 anos atrás
PortInterface.h rename setHigh() setLow() to writeHigh() writeLow() 7 anos atrás
PortWriteInterface.h rename setHigh() setLow() to writeHigh() writeLow() 7 anos atrás
Port_MCP23S17.cpp change Port_MCP23S17, add slaveSelect to constructor parameter 7 anos atrás
Port_MCP23S17.h add Port_MCP23S18 7 anos atrás
Port_MCP23S18.h add Port_MCP23S18 7 anos atrás
Port_MCP23017.cpp document 7 anos atrás
Port_MCP23017.h add Port_MCP23S18 7 anos atrás
Port_MCP23018.h add Port_MCP23S18 7 anos atrás
Port_PCA9655E.cpp rename setHigh() setLow() to writeHigh() writeLow() 7 anos atrás
Port_PCA9655E.h add Port_MCP23S18 7 anos atrás
Port_ShiftRegs.cpp rename setHigh() setLow() to writeHigh() writeLow() 7 anos atrás
Port_ShiftRegs.h change Port_MCP23S17, add slaveSelect to constructor parameter 7 anos atrás
Row.cpp run AStyle 7 anos atrás
Row.h move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 anos atrás
ScanDelay.cpp delete RowDelay, replace with scanDelay in loop() 8 anos atrás
ScanDelay.h rename print_microseconds_per_scan() to printMicrosecondsPerScan, rename print_scans_per_second() to printScansPerSecond 7 anos atrás
ScannerInterface.h move scanner instantiation from Row_IOE to sketch, update keybrd_PCA9655E.ino 7 anos atrás
Scanner_IOE.cpp rename setHigh() setLow() to writeHigh() writeLow() 7 anos atrás
Scanner_IOE.h add a comma to Scanner_IOE constructor 7 anos atrás
Scanner_ShiftRegsRead.cpp document 7 anos atrás
Scanner_ShiftRegsRead.h update keybrd_MCP23018 and PCA9655E_5_keybrd.ino for bb 7 anos atrás
Scanner_ShiftRegsReadStrobed.cpp move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 anos atrás
Scanner_ShiftRegsReadStrobed.h move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 anos atrás
Scanner_uC.cpp document 7 anos atrás
Scanner_uC.h document 7 anos atrás
config_keybrd.h rename LED_IOE to LED_Port, update tutorials and sketches 7 anos atrás
instantiations_scancode.h rename LED_IOE to LED_Port, update tutorials and sketches 7 anos atrás
instantiations_scancodeNotShifted.h rename LED_IOE to LED_Port, update tutorials and sketches 7 anos atrás