Quellcode durchsuchen

onkey: Fix keymap.c

master
tmk vor 7 Jahren
Ursprung
Commit
cb9480877d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      keyboard/onekey/keymap.c

+ 2
- 2
keyboard/onekey/keymap.c Datei anzeigen

@@ -26,12 +26,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "keymap.h"


static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
{{KC_A}},
};

/*
* Fn action definition
*/
static const action_t PROGMEM fn_actions[] = {
const action_t PROGMEM fn_actions[] = {
};

Laden…
Abbrechen
Speichern