keybrd library is an open source library for creating custom-keyboard firmware.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
wolfv6 b149a831de rename strobeOn to activeState 7 years ago
..
Code.h reword documentation - bitwise to bit pattern or bits 7 years ago
Code_AutoShift.cpp initial commit keybrd version 0.3.0 8 years ago
Code_AutoShift.h move Debug variables to static 7 years ago
Code_LEDLock.cpp rename LED LEDInterface 7 years ago
Code_LEDLock.h rename LED LEDInterface 7 years ago
Code_LayerHold.cpp rename layer to layerId 7 years ago
Code_LayerHold.h rename layer to layerId 7 years ago
Code_LayerLock.cpp rename layer to layerId 7 years ago
Code_LayerLock.h rename layer to layerId 7 years ago
Code_Null.h add tutorials and annotate sketches 3c 3d 3e 7 years ago
Code_Sc.cpp initial commit keybrd version 0.3.0 8 years ago
Code_Sc.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 8 years ago
Code_ScNS.cpp initial commit keybrd version 0.3.0 8 years ago
Code_ScNS.h initial commit keybrd version 0.3.0 8 years ago
Code_ScS.cpp initial commit keybrd version 0.3.0 8 years ago
Code_ScS.h initial commit keybrd version 0.3.0 8 years ago
Code_Shift.cpp initial commit keybrd version 0.3.0 8 years ago
Code_Shift.h initial commit keybrd version 0.3.0 8 years ago
DebouncerInterface.h run AStyle 7 years ago
Debouncer_Not.cpp reword documentation - bitwise to bit pattern or bits 7 years ago
Debouncer_Not.h moved Debouncer_Not to Keybrd lib 8 years ago
Debouncer_Samples.cpp reword documentation - bitwise to bit pattern or bits 7 years ago
Debouncer_Samples.h reword documentation - bitwise to bit pattern or bits 7 years ago
Debug.cpp rename LED LEDInterface 7 years ago
Debug.h rename LED LEDInterface 7 years ago
Key.h update sketches 7 years ago
Key_LayeredCodeSc.cpp rename layer to layerId 7 years ago
Key_LayeredCodeSc.h rename layer to layerId 7 years ago
Key_LayeredCodeScBase.cpp rename layer to layerId 7 years ago
Key_LayeredCodeScBase.h rename layer to layerId 7 years ago
Key_LayeredKeys.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 7 years ago
Key_LayeredKeys.h add Key_LayeredKeysBase and Key_LayeredKeys1 7 years ago
Key_LayeredKeys1.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 7 years ago
Key_LayeredKeys1.h add Key_LayeredKeysBase and Key_LayeredKeys1 7 years ago
Key_LayeredKeysBase.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 7 years ago
Key_LayeredKeysBase.h add Key_LayeredKeysBase and Key_LayeredKeys1 7 years ago
Key_LayeredScSc.cpp rename layer to layerId 7 years ago
Key_LayeredScSc.h rename layer to layerId 7 years ago
Key_LayeredScScBase.cpp rename layer to layerId 7 years ago
Key_LayeredScScBase.h rename layer to layerId 7 years ago
LEDInterface.h rename LED LEDInterface 7 years ago
LED_Port.cpp replace Port_*::write() with setHigh() and setLow(), and move strobe logic from Port_*::write() to Scanner_IOE::scan() 7 years ago
LED_Port.h generalize LED_Port and LED_ShiftReg to LED_Port 7 years ago
LED_uC.cpp move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 years ago
LED_uC.h move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 years ago
LayerState.cpp add layers and LEDs to keybrd_5b_LED_on_IOE.ino 7 years ago
LayerState.h rename layer to layerId 7 years ago
LayerStateInterface.h document 8 years ago
LayerState_LED.cpp rename layer to layerId 7 years ago
LayerState_LED.h rename LED_IOE to LED_Port, update tutorials and sketches 7 years ago
PortInterface.h rename strobeOn to activeState 7 years ago
PortWriteInterface.h replace Port_*::write() with setHigh() and setLow(), and move strobe logic from Port_*::write() to Scanner_IOE::scan() 7 years ago
Port_MCP23S17.cpp rename strobeOn to activeState 7 years ago
Port_MCP23S17.h rename strobeOn to activeState 7 years ago
Port_MCP23018.cpp rename strobeOn to activeState 7 years ago
Port_MCP23018.h rename strobeOn to activeState 7 years ago
Port_PCA9655E.cpp rename strobeOn to activeState 7 years ago
Port_PCA9655E.h rename strobeOn to activeState 7 years ago
Port_ShiftRegs.cpp replace Port_*::write() with setHigh() and setLow(), and move strobe logic from Port_*::write() to Scanner_IOE::scan() 7 years ago
Port_ShiftRegs.h replace Port_*::write() with setHigh() and setLow(), and move strobe logic from Port_*::write() to Scanner_IOE::scan() 7 years ago
Row.cpp run AStyle 7 years ago
Row.h move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 years ago
ScanDelay.cpp delete RowDelay, replace with scanDelay in loop() 8 years ago
ScanDelay.h rename print_microseconds_per_scan() to printMicrosecondsPerScan, rename print_scans_per_second() to printScansPerSecond 7 years ago
ScannerInterface.h move scanner instantiation from Row_IOE to sketch, update keybrd_PCA9655E.ino 7 years ago
Scanner_IOE.cpp replace Port_*::write() with setHigh() and setLow(), and move strobe logic from Port_*::write() to Scanner_IOE::scan() 7 years ago
Scanner_IOE.h add a comma to Scanner_IOE constructor 7 years ago
Scanner_ShiftRegsRead.cpp document 7 years ago
Scanner_ShiftRegsRead.h update keybrd_MCP23018 and PCA9655E_5_keybrd.ino for bb 7 years ago
Scanner_ShiftRegsReadStrobed.cpp move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 years ago
Scanner_ShiftRegsReadStrobed.h move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ 7 years ago
Scanner_uC.cpp document 7 years ago
Scanner_uC.h document 7 years ago
config_keybrd.h rename LED_IOE to LED_Port, update tutorials and sketches 7 years ago
instantiations_scancode.h rename LED_IOE to LED_Port, update tutorials and sketches 7 years ago
instantiations_scancodeNotShifted.h rename LED_IOE to LED_Port, update tutorials and sketches 7 years ago