diff options
author | Xyverz <xyverz@gmail.com> | 2017-04-02 14:49:39 -0700 |
---|---|---|
committer | Xyverz <xyverz@gmail.com> | 2017-04-02 14:49:39 -0700 |
commit | c034b61b1abb2bf23187abae562bf53916c60fa1 (patch) | |
tree | d36aa00c7ae93ce144445638b61269d3a0dd5f50 /keyboards/handwired/numpad20/keymaps/default/keymap.c | |
parent | 787304647961f4cb654188ddb88c22dd7991ab87 (diff) | |
parent | 3448d5d4874a2775f85320a2be69edd241575d46 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/handwired/numpad20/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/handwired/numpad20/keymaps/default/keymap.c | 16 |
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[] = { +}; |