浏览代码

due diligence, etc

Jack Humbert 8 年之前
父节点
当前提交
8c4a59611a
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      keyboards/mechmini/config.h
  2. 2 2
      keyboards/mechmini/keymaps/default/keymap.c
  3. 1 1
      keyboards/mechmini/rules.mk

+ 1 - 1
keyboards/mechmini/config.h

@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // TODO: share these strings with usbconfig.h
 // TODO: share these strings with usbconfig.h
 // Edit usbconfig.h to change these.
 // Edit usbconfig.h to change these.
 #define MANUFACTURER    winkeyless.kr
 #define MANUFACTURER    winkeyless.kr
-#define PRODUCT         ps2avrGB
+#define PRODUCT         mechmini
 
 
 /* matrix size */
 /* matrix size */
 #define MATRIX_ROWS 8
 #define MATRIX_ROWS 8

+ 2 - 2
keyboards/mechmini/keymaps/default/keymap.c

@@ -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/>.
 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] = {
 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-    MECHMINI_KEYMAP(
+    KEYMAP(
         TAB,  Q,    W,    E,    R,    T,    Y,    U,   I,    O,    P,    BSLS,
         TAB,  Q,    W,    E,    R,    T,    Y,    U,   I,    O,    P,    BSLS,
         LCTL, A,    S,    D,    F,    G,    H,    J,   K,    L,    SCLN,
         LCTL, A,    S,    D,    F,    G,    H,    J,   K,    L,    SCLN,
         LSFT, Z,    X,    C,    V,    B,    N,    M,   COMM, DOT,  SLSH,
         LSFT, Z,    X,    C,    V,    B,    N,    M,   COMM, DOT,  SLSH,

+ 1 - 1
keyboards/mechmini/rules.mk

@@ -40,4 +40,4 @@ CUSTOM_MATRIX = yes
 SRC = matrix.c
 SRC = matrix.c
 
 
 # programming options
 # programming options
-PROGRAM_CMD = ./keyboards/ps2avrGB/program $(TARGET).hex
+PROGRAM_CMD = ./keyboards/mechmini/program $(TARGET).hex