Skip to content

Commit

Permalink
Organizing my keyboards (plaid, tartan, ergoinu) (#8537)
Browse files Browse the repository at this point in the history
* organize my keyboards (plaid, tartan, ergoinu)

* update info.json

* fix ergoinu rules.mk

* remove usbconfig.h
  • Loading branch information
hsgw authored May 3, 2020
1 parent b44152d commit 5bfc6d8
Show file tree
Hide file tree
Showing 41 changed files with 11 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"keyboard_name": "Ergoinu",
"url": "",
"maintainer": "hsgw",
"maintainer": "hsgw(Takuya Urakawa)",
"width": 18,
"height": 5.4,
"layouts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Hardware Availability & Repository: [https://github.com/hsgw/ergoinu](https://gi

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

make ergoinu:default
make dm9records/ergoinu:default

(or)

make ergoinu:default_jis
make dm9records/ergoinu:default_jis


See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MIDI_ENABLE = no # MIDI controls
AUDIO_ENABLE = no # Audio output on port C6
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
SUBPROJECT_rev1 = no
USE_I2C = no # i2c is not supported
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
Expand All @@ -35,8 +35,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
CUSTOM_MATRIX = yes
SRC += matrix.c serial.c split_util.c

DEFAULT_FOLDER = ergoinu

# ergoinu configs
DISABLE_PROMICRO_LEDs = yes

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"keyboard_name": "Plaid // Through Hole",
"keyboard_folder": "planid",
"keyboard_folder": "dm9records/plaid",
"url": "https://github.com/hsgw/plaid",
"maintainer": "hsgw",
"maintainer": "hsgw(Takuya Urakawa)",
"width": 12,
"height": 4,
"layouts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Hardware Supported: ATMEGA328p with vusb [PCB](https://github.com/hsgw/plaid)
Hardware Availability: Group buy in r/mk

Make example for this keyboard (after setting up your build environment):
make plaid:default
make dm9records/plaid:default

Flashing example for this keyboard:

make plaid:default:flash
make dm9records/plaid:default:flash

## Bootloader
use usbasploader in my repository.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"keyboard_name": "Tartan # Through Hole",
"keyboard_folder": "tartan",
"keyboard_folder": "dm9records/tartan",
"url": "https://github.com/hsgw/tartan",
"maintainer": "hsgw(Takuya Urakawa)",
"width": 13,
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ A 60% keyboard with only through hole components.

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

make tartan:default
make dm9records/tartan:default

Flash firmware:

// In bootloader mode
make tartan:default:flash
make dm9records/tartan:default:flash

## Bootloader
use usbasploader in my repository.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5bfc6d8

Please sign in to comment.