You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
318 B
17 lines
318 B
8 years ago
|
#include "numpad20.h"
|
||
|
|
||
|
#define KC_ KC_TRNS
|
||
|
|
||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||
|
[0] = COMPACT_KEYMAP(
|
||
|
LEFT,RGHT, UP ,DOWN, \
|
||
|
P7 , P8 , P9 ,PLUS, \
|
||
|
P4 , P5 , P6 ,MINS, \
|
||
|
P1 , P2 , P3 , ENT, \
|
||
|
P0 ,DOT ,RGHT, TAB \
|
||
|
)
|
||
|
};
|
||
|
|
||
|
const uint16_t PROGMEM fn_actions[] = {
|
||
|
};
|