Skip to content

Commit

Permalink
Adding Mario Keyboard
Browse files Browse the repository at this point in the history
Signed-off-by: Yuting Wang <[email protected]>
  • Loading branch information
YkieWang committed Jun 7, 2024
1 parent 5ac802e commit 99204be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/mario/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
[0] = { ENCODER_CCW_CW(KC_MS_WH_UP, KC_MS_WH_DOWN) },
[1] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[2] = { ENCODER_CCW_CW(RGB_SAD, RGB_SAI) },
[3] = { ENCODER_CCW_CW(RGB_SPD, RGB_SPI) },
[3] = { ENCODER_CCW_CW(RGB_HUD, RGB_HUI) },
[4] = { ENCODER_CCW_CW(KC_LEFT, KC_RIGHT) },
};
#endif
Expand Down
1 change: 1 addition & 0 deletions keyboards/mario/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VIAL_ENABLE = yes
3 changes: 1 addition & 2 deletions keyboards/mario/rules.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
CONSOLE_ENABLE = yes
CONSOLE_ENABLE = no
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = analog_joystick
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
VIA_ENABLE = yes
VIAL_ENABLE = yes
RGBLIGHT_ENABLE = yes
RGB_MATRIX_ENABLE = no # Can't have RGBLIGHT and RGB_MATRIX at the same time.
COMBO_ENABLE = no
Expand Down

0 comments on commit 99204be

Please sign in to comment.