Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added hackpad keyboard #20402

Merged
merged 10 commits into from
Jul 4, 2023
Prev Previous commit
Update keyboards/hackpad/keymaps/default/keymap.c
  • Loading branch information
waffle87 authored Jul 4, 2023
commit a45bf4f9da72aadd0922528298f28773c8c9642b
2 changes: 1 addition & 1 deletion keyboards/hackpad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_1, KC_2, KC_3, DE_ASTR,
KC_0, KC_DOT, KC_ENT, DE_SLSH),

[1] = LAYOUT( XXXXXXX,
[1] = LAYOUT( _______,
RGB_M_P, RGB_M_B, RGB_M_R, RGB_HUI,
RGB_M_SW, RGB_M_SN, RGB_M_K, RGB_HUD,
RGB_M_X, RGB_M_G, RGB_M_TW, RGB_VAI,
Expand Down