]> git.gir.st - tmk_keyboard.git/blob - keyboard/fc980c/unimap.c
fc980c: Add initial files
[tmk_keyboard.git] / keyboard / fc980c / unimap.c
1 #include "action.h"
2 #include "actionmap.h"
3 #include "hook.h"
4 #include "fc980c.h"
5
6
7 #ifdef KEYMAP_SECTION_ENABLE
8 const action_t actionmaps[][UNIMAP_ROWS][UNIMAP_COLS] __attribute__ ((section (".keymap.keymaps"))) = {
9 #else
10 const action_t actionmaps[][UNIMAP_ROWS][UNIMAP_COLS] PROGMEM = {
11 #endif
12 [0] = KMAP(
13 ESC, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, DEL, INS, PGUP,PGDN,
14 GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, NLCK,PSLS,PAST,PMNS,
15 TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, P7, P8, P9, PPLS,
16 CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT, P4, P5, P6,
17 LSFT, Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT, UP, P1, P2, P3, PENT,
18 LCTL,LGUI,LALT, SPC, RALT,RCTL,RGUI, LEFT,DOWN,RGHT, P0, PDOT
19 ),
20 };
Imprint / Impressum