Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/src
2016-07-03 23:08:25 -06:00
..
Code_AutoShift.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_AutoShift.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_LayeredCodeSc.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayeredCodeSc.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayeredCodeScBase.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_LayeredCodeScBase.h add RowBase class, move debounce() to Row, add simple Row_DH::debounce() 2016-06-02 09:58:33 -06:00
Code_LayeredScSc.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayeredScSc.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayeredScScBase.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_LayeredScScBase.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_LayerHold.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayerHold.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayerLock.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LayerLock.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Code_LEDLock.cpp document 2016-05-19 11:51:57 -06:00
Code_LEDLock.h document 2016-05-20 08:22:36 -06:00
Code_Null.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Sc.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Sc.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
Code_ScNS.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_ScNS.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_ScS.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_ScS.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Shift.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code_Shift.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Code.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
ColPort_AVR.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
ColPort_AVR.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
ColPort_MCP23018.cpp change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
ColPort_MCP23018.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
ColPort_PCA9655E.cpp change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
ColPort_PCA9655E.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
ColPort.cpp document 2016-06-05 14:43:53 -06:00
ColPort.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
config_keybrd.h add keybrd_shift_reg.ino 2016-06-30 04:25:19 -06:00
Debouncer_4Samples.cpp add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 2016-06-21 20:40:35 -06:00
Debouncer_4Samples.h add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 2016-06-21 20:40:35 -06:00
Debouncer_Not.cpp moved Debouncer_Not to Keybrd lib 2016-07-02 15:10:02 -06:00
Debouncer_Not.h moved Debouncer_Not to Keybrd lib 2016-07-02 15:10:02 -06:00
DebouncerInterface.h add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 2016-06-21 20:40:35 -06:00
Debug.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Debug.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
getFreeSRAM.h document 2016-06-05 14:43:53 -06:00
IOExpanderPort.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Key_LayeredKeysArray.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Key_LayeredKeysArray.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
Key.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
LayerState.cpp rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
LayerState.h rename StateLayers to LayerState 2016-05-28 15:16:32 -06:00
LayerStateInterface.h document 2016-06-02 15:06:26 -06:00
LED_AVR.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
LED_AVR.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
LED_MCP23018.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
LED_MCP23018.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
LED_PCA9655E.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
LED_PCA9655E.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
LED_PinNumber.cpp change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
LED_PinNumber.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
LED.h document 2016-05-29 21:23:33 -06:00
Matrix.cpp change activeHigh to static 2016-06-06 00:52:14 -06:00
Matrix.h change activeHigh to static 2016-06-06 00:52:14 -06:00
objects_scancode.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
objects_scancodeNotShifted.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
Row_IOE.cpp remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
Row_IOE.h remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
Row_ShiftRegisters.cpp remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
Row_ShiftRegisters.h remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
Row_uC.cpp remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
Row_uC.h remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
RowBase.cpp remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
RowBase.h remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
RowDelay.cpp remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
RowDelay.h remove RowBase::wait(), add RowDelay.delay() 2016-07-03 23:08:25 -06:00
RowPort_AVR_Optic.cpp initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
RowPort_AVR_Optic.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
RowPort_MCP23018.cpp change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
RowPort_MCP23018.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
RowPort_PCA9655E.cpp change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
RowPort_PCA9655E.h change activeHigh to static, add LED_PinNumber, RowScanner_SPI-ShiftRegisters, keybrd regression tests, remove MCP23018::begin() 2016-06-18 16:34:14 -06:00
RowPort.h initial commit keybrd version 0.3.0 2016-05-09 08:05:08 -06:00
RowScanner_PinsArray.cpp in RowScanner_PinsArray, make all const CAPS 2016-06-30 04:40:39 -06:00
RowScanner_PinsArray.h moved Debouncer_Not to Keybrd lib 2016-07-02 15:10:02 -06:00
RowScanner_PinsBitwise.cpp add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 2016-06-21 20:40:35 -06:00
RowScanner_PinsBitwise.h add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 2016-06-21 20:40:35 -06:00
RowScanner_SPIShiftRegisters.cpp document 2016-07-03 21:26:38 -06:00
RowScanner_SPIShiftRegisters.h moved Debouncer_Not to Keybrd lib 2016-07-02 15:10:02 -06:00
RowScannerInterface.h add config_keybrd.h with typedef read_pins_t, read_pins_mask_t 2016-06-21 20:40:35 -06:00