logo

qmk_firmware

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

keymap.c (308B)


  1. #include QMK_KEYBOARD_H
  2. const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  3. [0] = LAYOUT(
  4. KC_LEFT, KC_RGHT, KC_UP, KC_DOWN,
  5. KC_P7, KC_P8, KC_P9, KC_PLUS,
  6. KC_P4, KC_P5, KC_P6, KC_MINS,
  7. KC_P1, KC_P2, KC_P3, KC_ENT,
  8. KC_P0, KC_DOT, KC_RGHT, KC_TAB
  9. )
  10. };