qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keymap.c (298B)


      1 // Copyright 2024 customMK
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #include QMK_KEYBOARD_H
      5 
      6 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
      7     [0] = LAYOUT(
      8         KC_ESC,  KC_C,    KC_V,   KC_VOLU, KC_VOLD, KC_DEL,
      9         KC_LCTL, KC_PGUP, KC_SPC, KC_PGDN, KC_ENT
     10     )
     11 };