Chibios: use WFI in idle. WIP suspend stuff.
This commit is contained in:
parent
c61210cfff
commit
c1c8e079ca
9 changed files with 102 additions and 12 deletions
|
|
@ -25,8 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "keymap.h"
|
||||
|
||||
static const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
{{KC_BTLD}},
|
||||
}; // to test: KC_CAPS, KT_BTLD
|
||||
{{KC_A}},
|
||||
}; // to test: KC_CAPS, KT_BTLD, KC_A
|
||||
|
||||
static const uint16_t fn_actions[] = {
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue