Skip to content

Commit

Permalink
Unify 68keys with mf68 (qmk#4435)
Browse files Browse the repository at this point in the history
* Move 68keys keymap to mf68 folder

* Remove 68keys keyboard now its been migrated to mf68 keymap

* Migrate 68keys build config to mf68 keymap overrides
  • Loading branch information
zvecr authored and cd-glacier committed Nov 26, 2018
1 parent 9aa3535 commit 358e321
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 185 deletions.
15 changes: 15 additions & 0 deletions keyboards/40percentclub/mf68/keymaps/68keys/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#pragma once

/* USB Device descriptor parameter */
#undef VENDOR_ID
#undef PRODUCT_ID
#undef DEVICE_VER
#undef MANUFACTURER
#undef PRODUCT
#undef DESCRIPTION
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0A0C
#define DEVICE_VER 0x0068
#define MANUFACTURER 68Keys.io
#define PRODUCT The 68Keys.io Keyboard
#define DESCRIPTION A 68 keys mechanical keyboard
11 changes: 11 additions & 0 deletions keyboards/40percentclub/mf68/keymaps/68keys/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_68_ansi(
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_ESC, KC_PGUP,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_PGDN,
KC_CAPSLOCK, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RGUI, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
)
};
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

Custom [68Keys.io](https://68keys.io) DIY keyboard.

Keyboard Maintainer: [sbstjn](https://sbstjn.com)
Hardware Supported: Pro Micro
Keymap Maintainer: [sbstjn](https://sbstjn.com)
Hardware Supported: mf68
Hardware Availability: [DIY Guide](https://68keys.io)

Make example for this keyboard (after setting up your build environment):

```bash
$ > cd qmk_firmware/
$ > make 68keys:default
$ > make 40percentclub/mf68:68keys
```

Example of flashing this keyboard:

```bash
$ > cd qmk_firmware/
$ > make 68keys:default:avrdude
$ > make 40percentclub/mf68:68keys:avrdude
```

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
5 changes: 5 additions & 0 deletions keyboards/40percentclub/mf68/keymaps/68keys/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BOOTLOADER = atmel-dfu

EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = no
BACKLIGHT_ENABLE = no
6 changes: 0 additions & 6 deletions keyboards/68keys/68keys.c

This file was deleted.

20 changes: 0 additions & 20 deletions keyboards/68keys/68keys.h

This file was deleted.

42 changes: 0 additions & 42 deletions keyboards/68keys/config.h

This file was deleted.

81 changes: 0 additions & 81 deletions keyboards/68keys/info.json

This file was deleted.

10 changes: 0 additions & 10 deletions keyboards/68keys/keymaps/default/keymap.c

This file was deleted.

22 changes: 0 additions & 22 deletions keyboards/68keys/rules.mk

This file was deleted.

0 comments on commit 358e321

Please sign in to comment.