1
0
Fork 0

[Keyboard] handwired/trackpoint: refactor and readme cleanup (#5325)

* handwired/trackpoint: refactor

- layout macro KEYMAP renamed to LAYOUT
- keymap now uses #include QMK_KEYBOARD_H

* handwired/trackpoint: readme cleanup

- fix wiring layout image URL
- update readme structure

* handwired/trackpoint: rename readme to lowercase

* handwired/trackpoint: update header files to use #pragma once
This commit is contained in:
noroadsleft 2019-03-06 11:51:41 -08:00 committed by Drashna Jaelre
parent da2eedc0c2
commit be8257f0a7
5 changed files with 86 additions and 83 deletions

View file

@ -1,7 +1,7 @@
#include "trackpoint.h"
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = KEYMAP(
[0] = LAYOUT(
KC_BTN1, KC_BTN3, KC_BTN2 \
)
};