Fix cluepad and planck

master
TerryMathews 2016-07-07 23:57:11 -04:00
parent ccfa7351ad
commit e2ec45a755
2 changed files with 5 additions and 5 deletions

View File

@ -52,8 +52,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
RGB_MOD, KC_TRNS)
};
enum function_id {
};
/*enum function_id {
};*/
const uint16_t PROGMEM fn_actions[] = {
};

View File

@ -57,9 +57,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
}
};
enum function_id {
};
/*enum function_id {
};*/
const uint16_t PROGMEM fn_actions[] = {
[0] = ACTION_LAYER_TAP_KEY(_RGB, KC_SPC),