Need help with this simple two key keyboard

I really don't have a whole lot of experience with Arduino and projects like this so I was hoping I could get some assistance. Here's the setup I have:

A Pro Micro clone, two Cherry MX switches, and some wires and solder. There are two pins on each switch. I have pin 1 of switch A connected to port 8, and pin 2 of switch A connected to port 9. Then I have pin 1 of switch Z connected to port 16, and pin 2 of switch Z connected to port 10. Here is an illustration:

I have no way of knowing if these switches properly work, and I don't know how to make them output the things I want (which ideally will be numpad / and numpad * for muting and deafening discord

Where's the datasheet for the MX switches; I am not familiar with them.

I have no way of knowing if these switches properly work

If you plan on spending a significant amount of time on this hobby, buy a DMM (digital multimeter). It will come in handy every single day.

To learn how to use switches, follow this simple example. Instead of the 10K pullup resistor, you can use internal pullups, as in this better tutorial.