Normalise Joystick and Programmable Button keycodes (#18832)

This commit is contained in:
Ryan
2022-10-25 01:50:33 +11:00
committed by GitHub
parent 64ca14feea
commit 6bbe8b6edd
12 changed files with 365 additions and 196 deletions

View File

@@ -5,7 +5,7 @@
#endif
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_ortho_1x1(JS_BUTTON0)
LAYOUT_ortho_1x1(JS_0)
};
void matrix_scan_user() {