Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) | Takeshi ISHII | |
* add readPort() and some API to 'tmk_core/common/*/gpio.h' The following macros have been added to gpio.h. * readPort(port) * setPortBitInput(port, bit) * setPortBitInputHigh(port, bit) * setPortBitOutput(port, bit) * writePortBitLow(port, bit) * writePortBitHigh(port, bit) * add data type 'port_data_t' into gpio.h * rename qmk_pin to pin | |||
2021-02-14 | Split gpio and atomic to platform (#11792) | Joel Challis | |