You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
397 B

  1. #include QMK_KEYBOARD_H
  2. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  3. /* Change 'LAYOUT_vertical_right' to 'LAYOUT_vertical_left'
  4. to change the side where the pro micro usb port is. */
  5. [0] = LAYOUT_vertical_right(
  6. KC_P1 , KC_P2 , KC_P3 ,
  7. KC_P4 , KC_P5 , KC_P6 ,
  8. KC_P7 , KC_P8 , KC_P9 ,
  9. KC_BSPC , KC_P0 , KC_ENT
  10. ),
  11. };