~ruther/qmk_firmware

ref: 032b039d0bf96e4fea0b87e0d2f6cd0fb34b7298 qmk_firmware/keyboards/4by3/keymaps/numpad_vertical/keymap.c -rw-r--r-- 397 bytes
032b039d — Duncan Sutherland amend alice* community_layouts in keyboards (#21846) 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    /* Change 'LAYOUT_vertical_right' to 'LAYOUT_vertical_left'
       to change the side where the pro micro usb port is. */
	[0] = LAYOUT_vertical_right(
		KC_P1   , KC_P2   , KC_P3   ,
        KC_P4   , KC_P5   , KC_P6   ,
        KC_P7   , KC_P8   , KC_P9   ,
        KC_BSPC , KC_P0   , KC_ENT
    ),
};
Do not follow this link