keybrd library is an open source library for creating custom-keyboard firmware.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
wolfv6 256a247011 document il y a 7 ans
..
Code.h reword documentation - bitwise to bit pattern or bits il y a 7 ans
Code_AutoShift.cpp initial commit keybrd version 0.3.0 il y a 8 ans
Code_AutoShift.h move Debug variables to static il y a 7 ans
Code_LEDLock.cpp rename LED LEDInterface il y a 7 ans
Code_LEDLock.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_LayerHold.cpp rename layer to layerId il y a 7 ans
Code_LayerHold.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_LayerHoldShift.cpp Code_LayerHoldShift and tutorials/keybrd_3g_shift_pairings/keybrd_3g_shift_pairings.ino il y a 7 ans
Code_LayerHoldShift.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_LayerLock.cpp rename layer to layerId il y a 7 ans
Code_LayerLock.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_Null.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_Sc.cpp initial commit keybrd version 0.3.0 il y a 8 ans
Code_Sc.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_ScNS.cpp initial commit keybrd version 0.3.0 il y a 8 ans
Code_ScNS.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_ScS.cpp initial commit keybrd version 0.3.0 il y a 8 ans
Code_ScS.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Code_Shift.cpp initial commit keybrd version 0.3.0 il y a 8 ans
Code_Shift.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
DebouncerInterface.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Debouncer_Not.cpp reword documentation - bitwise to bit pattern or bits il y a 7 ans
Debouncer_Not.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Debouncer_Samples.cpp rename #define SAMPLE_COUNT_MACRO to const SAMPLE_COUNT il y a 7 ans
Debouncer_Samples.h rename #define SAMPLE_COUNT_MACRO to const SAMPLE_COUNT il y a 7 ans
Debug.cpp rename LED LEDInterface il y a 7 ans
Debug.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Key.h update sketches il y a 7 ans
Key_LayeredCodeSc.cpp rename layer to layerId il y a 7 ans
Key_LayeredCodeSc.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Key_LayeredCodeScBase.cpp rename layer to layerId il y a 7 ans
Key_LayeredCodeScBase.h rename layer to layerId il y a 7 ans
Key_LayeredKeys.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 il y a 7 ans
Key_LayeredKeys.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Key_LayeredKeys1.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 il y a 7 ans
Key_LayeredKeys1.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Key_LayeredKeysBase.cpp add Key_LayeredKeysBase and Key_LayeredKeys1 il y a 7 ans
Key_LayeredKeysBase.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Key_LayeredScSc.cpp rename layer to layerId il y a 7 ans
Key_LayeredScSc.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Key_LayeredScScBase.cpp rename layer to layerId il y a 7 ans
Key_LayeredScScBase.h rename layer to layerId il y a 7 ans
LEDInterface.h rename LED LEDInterface il y a 7 ans
LED_Port.cpp rename setHigh() setLow() to writeHigh() writeLow() il y a 7 ans
LED_Port.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
LED_PortOpenDrain.cpp rename keybrd_MCP23018.ino to keybrd_MCP23017.ino, works on both MCP23017 and MCP23018 il y a 7 ans
LED_PortOpenDrain.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
LED_uC.cpp move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ il y a 7 ans
LED_uC.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
LayerState.cpp add layers and LEDs to keybrd_5b_LED_on_IOE.ino il y a 7 ans
LayerState.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
LayerStateInterface.h document il y a 8 ans
LayerState_LED.cpp rename layer to layerId il y a 7 ans
LayerState_LED.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
PortInterface.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
PortWriteInterface.h rename setHigh() setLow() to writeHigh() writeLow() il y a 7 ans
Port_MCP23S17.cpp change Port_MCP23S17, add slaveSelect to constructor parameter il y a 7 ans
Port_MCP23S17.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Port_MCP23S18.h add Port_MCP23S18 il y a 7 ans
Port_MCP23017.cpp document il y a 7 ans
Port_MCP23017.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Port_MCP23018.h add Port_MCP23S18 il y a 7 ans
Port_PCA9655E.cpp rename setHigh() setLow() to writeHigh() writeLow() il y a 7 ans
Port_PCA9655E.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Port_ShiftRegs.cpp rename setHigh() setLow() to writeHigh() writeLow() il y a 7 ans
Port_ShiftRegs.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Row.cpp run AStyle il y a 7 ans
Row.h document il y a 7 ans
ScanDelay.cpp delete RowDelay, replace with scanDelay in loop() il y a 7 ans
ScanDelay.h rename #define SAMPLE_COUNT_MACRO to const SAMPLE_COUNT il y a 7 ans
ScannerInterface.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Scanner_IOE.cpp rename setHigh() setLow() to writeHigh() writeLow() il y a 7 ans
Scanner_IOE.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Scanner_ShiftRegsRead.cpp document il y a 7 ans
Scanner_ShiftRegsRead.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Scanner_ShiftRegsReadStrobed.cpp move IOE_scan_development and unit_tests to examples, add examples/IOE_PCA9655E_development/ il y a 7 ans
Scanner_ShiftRegsReadStrobed.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
Scanner_uC.cpp document il y a 7 ans
Scanner_uC.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
config_keybrd.h rename #define SAMPLE_COUNT_MACRO to const SAMPLE_COUNT il y a 7 ans
instantiations_scancode.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans
instantiations_scancodeNotShifted.h in keybrd library, change #include <keybrd library file> angle bracket to double quotes il y a 7 ans