Chibios: use WFI in idle. WIP suspend stuff.

This commit is contained in:
flabbergast 2015-10-14 10:13:49 +01:00
parent c61210cfff
commit c1c8e079ca
9 changed files with 102 additions and 12 deletions

View file

@ -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[] = {
};