1
0
Fork 0

[Keymap] Clean up & improve default layouts (#7428)

* Clean up & improve default layouts

* Add newline at EOF in readmes

* Oops
This commit is contained in:
fauxpark 2019-11-21 22:50:23 +11:00 committed by James Young
parent 5d76b5f655
commit 57815dbc3b
60 changed files with 900 additions and 381 deletions

View file

@ -1,11 +1,21 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_numpad_4x4(
KC_P7, KC_P8, KC_P9, KC_PPLS, \
KC_P4, KC_P5, KC_P6, \
KC_P1, KC_P2, KC_P3, KC_PENT, \
KC_P0, KC_PDOT \
),
/*
*
*  7  8  9    
*  + 
*  4  5  6    
*
*  1  2  3    
* Ent
*    0    .    
*
*/
[0] = LAYOUT_numpad_4x4(
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PENT,
KC_P0, KC_PDOT
)
};