summaryrefslogtreecommitdiff
path: root/keyboards/handwired/numpad20/keymaps/default/keymap.c
diff options
context:
space:
mode:
authorDamien2017-04-02 23:29:12 +0200
committerGitHub2017-04-02 23:29:12 +0200
commit3e41cde9f99778ca30c03b97470c32780379db43 (patch)
tree18e2376acae06563166b5ea8b8cd6368cb9cddae /keyboards/handwired/numpad20/keymaps/default/keymap.c
parente7347ff0de93ff823462b3ff2b4136b44dc576c0 (diff)
parent3448d5d4874a2775f85320a2be69edd241575d46 (diff)
Merge pull request #19 from qmk/master
Merge from qmk
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 @@
+#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[] = {
+};