Initial commit for handwired numpad
This commit is contained in:
parent
7c7a77d4bf
commit
a8f872e728
6 changed files with 292 additions and 0 deletions
16
keyboards/handwired/numpad20/keymaps/default/keymap.c
Normal file
16
keyboards/handwired/numpad20/keymaps/default/keymap.c
Normal file
|
@ -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[] = {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue