]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/numpad20/keymaps/default/keymap.c
Initial commit for handwired numpad
[qmk_firmware.git] / keyboards / handwired / numpad20 / keymaps / default / keymap.c
1 #include "numpad20.h"
2
3 #define KC_ KC_TRNS
4
5 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
6   [0] = COMPACT_KEYMAP(
7     LEFT,RGHT, UP ,DOWN, \
8      P7 , P8 , P9 ,PLUS, \
9      P4 , P5 , P6 ,MINS, \
10      P1 , P2 , P3 , ENT, \
11      P0 ,DOT ,RGHT, TAB \
12     )
13 };
14
15 const uint16_t PROGMEM fn_actions[] = {
16 };