Skip to content

Instantly share code, notes, and snippets.

@softplus
Created September 25, 2022 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softplus/fcac8a9ea30524d6ff7d8de0e527d740 to your computer and use it in GitHub Desktop.
Save softplus/fcac8a9ea30524d6ff7d8de0e527d740 to your computer and use it in GitHub Desktop.
keymap.h from basic QMK keyboard
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
*
*/
[0] = LAYOUT_ortho_1x3(
KC_A, KC_B, KC_C
)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment