aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/numpad20/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/numpad20/keymaps/default/keymap.c')
-rw-r--r--keyboards/handwired/numpad20/keymaps/default/keymap.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/numpad20/keymaps/default/keymap.c b/keyboards/handwired/numpad20/keymaps/default/keymap.c
new file mode 100644
index 000000000..37031206a
--- /dev/null
+++ b/keyboards/handwired/numpad20/keymaps/default/keymap.c
@@ -0,0 +1,16 @@
1#include "numpad20.h"
2
3#define KC_ KC_TRNS
4
5const 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
15const uint16_t PROGMEM fn_actions[] = {
16};