[Keyboard] Bug fixes and improvements to PloopyCo devices (#10573)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Drashna Jaelre 2020-10-26 23:09:11 -07:00 committed by GitHub
parent 71b7d9373c
commit 97154bf200
4 changed files with 55 additions and 6 deletions

View file

@ -18,9 +18,12 @@
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(/* Base */
C(KC_C), KC_BTN1, KC_BTN3, KC_BTN2, C(KC_C), KC_BTN4, KC_BTN5, C(KC_Z)),
[0] = LAYOUT(C(KC_C), KC_BTN1, KC_BTN3, KC_BTN2, C(KC_V), KC_BTN4, KC_BTN5, C(KC_Z)),
[1] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
[2] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
[3] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
[4] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
[5] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
[6] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
[7] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______)
};