Merge branch 'master' into chibios

This commit is contained in:
flabbergast 2016-01-15 17:11:46 +00:00
commit ffbaeb7986
22 changed files with 413 additions and 257 deletions

View file

@ -133,7 +133,7 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt)
/* translates keycode to action */
static action_t keycode_to_action(uint8_t keycode)
{
action_t action;
action_t action = {};
switch (keycode) {
case KC_A ... KC_EXSEL:
case KC_LCTRL ... KC_RGUI: