logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keymap.c (284B)


  1. // Copyright 2023 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #include QMK_KEYBOARD_H
  4. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  5. /*
  6. * ┌───┐
  7. * │ A │
  8. * └───┘
  9. */
  10. [0] = LAYOUT_ortho_1x1(
  11. KC_A
  12. )
  13. };