]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
due diligence, etc
authorJack Humbert <jack.humb@gmail.com>
Fri, 9 Jun 2017 14:22:58 +0000 (10:22 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 9 Jun 2017 14:22:58 +0000 (10:22 -0400)
keyboards/mechmini/config.h
keyboards/mechmini/keymaps/default/keymap.c
keyboards/mechmini/rules.mk

index b5c696f3f82688fd375b6dde73fd62f70561d19d..ecd50ca29647986f5ee0dfd0fdc661e1c15dd651 100644 (file)
@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // TODO: share these strings with usbconfig.h
 // Edit usbconfig.h to change these.
 #define MANUFACTURER    winkeyless.kr
-#define PRODUCT         ps2avrGB
+#define PRODUCT         mechmini
 
 /* matrix size */
 #define MATRIX_ROWS 8
index 4b3ed916c7b749f4d5db70fbd1b04c23659a12fd..786132f7b165c81a077a01d778166e262162c214 100644 (file)
@@ -13,10 +13,10 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "ps2avrGB.h"
+#include "mechmini.h"
 
 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-    MECHMINI_KEYMAP(
+    KEYMAP(
         TAB,  Q,    W,    E,    R,    T,    Y,    U,   I,    O,    P,    BSLS,
         LCTL, A,    S,    D,    F,    G,    H,    J,   K,    L,    SCLN,
         LSFT, Z,    X,    C,    V,    B,    N,    M,   COMM, DOT,  SLSH,
index e2b5922ea27e90cd48ed99acc145a9b37dd12a57..26dfe36d0a40e7344650a4ce61e2211700d3dce4 100644 (file)
@@ -40,4 +40,4 @@ CUSTOM_MATRIX = yes
 SRC = matrix.c
 
 # programming options
-PROGRAM_CMD = ./keyboards/ps2avrGB/program $(TARGET).hex
+PROGRAM_CMD = ./keyboards/mechmini/program $(TARGET).hex