summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/numpad20/keymaps/default/keymap.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-03-15 11:12:52 -0400
committerGitHub <noreply@github.com>2017-03-15 11:12:52 -0400
commit71d6d7b22c9a72e281b9efd7a9476f6fb2964099 (patch)
tree634933daef9e3539e3301bf788de902faafd64fc /keyboards/handwired/numpad20/keymaps/default/keymap.c
parent8c184847f74641ac1eef6a29700c4ee4cab42f6c (diff)
parenta8f872e728cde990f7b272306480eedc96a7f3f7 (diff)
Merge pull request #1147 from nooges/numpad20
Add handwired 20-key Numpad
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 0000000000..37031206a9
--- /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[] = {
+};