~ruther/qmk_firmware

qmk_firmware/keyboards/handwired/trackpoint/keymaps/default/keymap.c -rw-r--r-- 155 bytes
0032f293 — Rutherther Move to 36 key layout possibility, custom shift keys 3 months ago
                                                                                
1
2
3
4
5
6
7
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    [0] = LAYOUT(
        KC_BTN1,    KC_BTN3,    KC_BTN2
    )
};