diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-06-09 10:22:58 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-09 10:22:58 -0400 |
| commit | 8c4a59611a665bc25e75c84e93e09ed64e223b18 (patch) | |
| tree | 87ccad1381ccf204b4e1a6d3ad29547569144c80 | |
| parent | 9ac2ed280ce3034c60d82e0d2ab50a1f0f06f432 (diff) | |
| download | qmk_firmware-8c4a59611a665bc25e75c84e93e09ed64e223b18.tar.gz qmk_firmware-8c4a59611a665bc25e75c84e93e09ed64e223b18.zip | |
due diligence, etc
| -rw-r--r-- | keyboards/mechmini/config.h | 2 | ||||
| -rw-r--r-- | keyboards/mechmini/keymaps/default/keymap.c | 4 | ||||
| -rw-r--r-- | keyboards/mechmini/rules.mk | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/mechmini/config.h b/keyboards/mechmini/config.h index b5c696f3f..ecd50ca29 100644 --- a/keyboards/mechmini/config.h +++ b/keyboards/mechmini/config.h | |||
| @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | // TODO: share these strings with usbconfig.h | 23 | // TODO: share these strings with usbconfig.h |
| 24 | // Edit usbconfig.h to change these. | 24 | // Edit usbconfig.h to change these. |
| 25 | #define MANUFACTURER winkeyless.kr | 25 | #define MANUFACTURER winkeyless.kr |
| 26 | #define PRODUCT ps2avrGB | 26 | #define PRODUCT mechmini |
| 27 | 27 | ||
| 28 | /* matrix size */ | 28 | /* matrix size */ |
| 29 | #define MATRIX_ROWS 8 | 29 | #define MATRIX_ROWS 8 |
diff --git a/keyboards/mechmini/keymaps/default/keymap.c b/keyboards/mechmini/keymaps/default/keymap.c index 4b3ed916c..786132f7b 100644 --- a/keyboards/mechmini/keymaps/default/keymap.c +++ b/keyboards/mechmini/keymaps/default/keymap.c | |||
| @@ -13,10 +13,10 @@ You should have received a copy of the GNU General Public License | |||
| 13 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 13 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | #include "ps2avrGB.h" | 16 | #include "mechmini.h" |
| 17 | 17 | ||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 19 | MECHMINI_KEYMAP( | 19 | KEYMAP( |
| 20 | TAB, Q, W, E, R, T, Y, U, I, O, P, BSLS, | 20 | TAB, Q, W, E, R, T, Y, U, I, O, P, BSLS, |
| 21 | LCTL, A, S, D, F, G, H, J, K, L, SCLN, | 21 | LCTL, A, S, D, F, G, H, J, K, L, SCLN, |
| 22 | LSFT, Z, X, C, V, B, N, M, COMM, DOT, SLSH, | 22 | LSFT, Z, X, C, V, B, N, M, COMM, DOT, SLSH, |
diff --git a/keyboards/mechmini/rules.mk b/keyboards/mechmini/rules.mk index e2b5922ea..26dfe36d0 100644 --- a/keyboards/mechmini/rules.mk +++ b/keyboards/mechmini/rules.mk | |||
| @@ -40,4 +40,4 @@ CUSTOM_MATRIX = yes | |||
| 40 | SRC = matrix.c | 40 | SRC = matrix.c |
| 41 | 41 | ||
| 42 | # programming options | 42 | # programming options |
| 43 | PROGRAM_CMD = ./keyboards/ps2avrGB/program $(TARGET).hex | 43 | PROGRAM_CMD = ./keyboards/mechmini/program $(TARGET).hex |
