fixed layout bug ('period' on numpad layer)

'_dec_kp' (the keydoce for keypad decimal) doesn't appear to work...
f13
Ben Blazak 2012-12-20 00:22:06 -08:00
parent 0bf6ae747a
commit 8ea3ea5230
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ const uint8_t PROGMEM _kb_layout[KB_LAYERS][KB_ROWS][KB_COLUMNS] = {
0, 0, _7_kp, _8_kp, _9_kp, _sub_kp, 0,
0, _4_kp, _5_kp, _6_kp, _add_kp, 0,
0, 0, _1_kp, _2_kp, _3_kp, _enter_kp, 0,
0, 0, _dec_kp, _enter_kp, 0,
0, 0, _period, _enter_kp, 0,
0, 0,
0, 0, 0,

View File

@ -107,7 +107,7 @@ _F12, _F6, _F7, _F8, _F9, _F10, _power,
0, 0, _7_kp, _8_kp, _9_kp, _sub_kp, 0,
0, _4_kp, _5_kp, _6_kp, _add_kp, 0,
0, 0, _1_kp, _2_kp, _3_kp, _enter_kp, 0,
0, 0, _dec_kp, _enter_kp, 0,
0, 0, _period, _enter_kp, 0,
0, 0,
0, 0, 0,
0, 0, _0_kp ),

View File

@ -107,7 +107,7 @@ _F12, _F6, _F7, _F8, _F9, _F10, _power,
0, 0, _7_kp, _8_kp, _9_kp, _sub_kp, 0,
0, _4_kp, _5_kp, _6_kp, _add_kp, 0,
0, 0, _1_kp, _2_kp, _3_kp, _enter_kp, 0,
0, 0, _dec_kp, _enter_kp, 0,
0, 0, _period, _enter_kp, 0,
0, 0,
0, 0, 0,
0, 0, _0_kp ),