[Keyboard] Bug fixes and improvements to PloopyCo devices (#10573)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
555b1640b2
commit
33074bcbad
32 changed files with 536 additions and 61 deletions
|
@ -19,8 +19,12 @@
|
|||
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT( /* Base */
|
||||
KC_BTN1, KC_BTN3, KC_BTN2,
|
||||
KC_BTN4, KC_BTN5
|
||||
),
|
||||
[0] = LAYOUT( KC_BTN1, KC_BTN3, KC_BTN2, KC_BTN4, KC_BTN5 ),
|
||||
[1] = LAYOUT( _______, _______, _______, _______, _______ ),
|
||||
[2] = LAYOUT( _______, _______, _______, _______, _______ ),
|
||||
[3] = LAYOUT( _______, _______, _______, _______, _______ ),
|
||||
[4] = LAYOUT( _______, _______, _______, _______, _______ ),
|
||||
[5] = LAYOUT( _______, _______, _______, _______, _______ ),
|
||||
[6] = LAYOUT( _______, _______, _______, _______, _______ ),
|
||||
[7] = LAYOUT( _______, _______, _______, _______, _______ )
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue