Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move @omkbd 's boards to /omkbd #16116

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#include "quantum.h"

#ifdef KEYBOARD_ergodash_rev1
#ifdef KEYBOARD_omkbd_ergodash_rev1
#include "rev1.h"
#endif // #ifdef KEYBOARD_ergodash_rev1

#ifdef KEYBOARD_ergodash_mini
#ifdef KEYBOARD_omkbd_ergodash_mini
#include "mini.h"
#endif
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,7 +9,7 @@ Hardware Availability: Order your own [yourself](https://github.com/omkbd/ErgoDa

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

make ergodash/mini:default
make omkbd/ergodash/mini:default

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Hardware Availability: Order your own [yourself](https://github.com/omkbd/ErgoDa

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

make ergodash/rev1:default
make omkbd/ergodash/rev1:default

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.

Install Example: (for pro micro)
`make ergodash/rev1:default:avrdude`
`make omkbd/ergodash/rev1:default:avrdude`

Note:
"rev1" is for PCB ver 1.0,1.1,1.2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.

SPLIT_KEYBOARD = yes # Enables split keyboard support

DEFAULT_FOLDER = ergodash/rev1
DEFAULT_FOLDER = omkbd/ergodash/rev1
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.
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.
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.
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 @@ -10,6 +10,6 @@ Hardware Availability: Order your own [yourself](https://github.com/omkbd/Runner

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

make runner3680/5x8:default
make omkbd/runner3680/5x8:default

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).
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ AUDIO_ENABLE = no # Audio output

SPLIT_KEYBOARD = yes # Enables split keyboard support

DEFAULT_FOLDER = runner3680/5x8
DEFAULT_FOLDER = omkbd/runner3680/5x8
43 changes: 43 additions & 0 deletions keyboards/omkbd/runner3680/runner3680.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#pragma once

#include "quantum.h"

#ifdef KEYBOARD_omkbd_runner3680_5x8
#include "5x8.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_5x7
#include "5x7.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_5x6
#include "5x6.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_5x6_5x8
#include "5x6_5x8.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_4x8
#include "4x8.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_4x7
#include "4x7.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_4x6
#include "4x6.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_3x8
#include "3x8.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_3x7
#include "3x7.h"
#endif

#ifdef KEYBOARD_omkbd_runner3680_3x6
#include "3x6.h"
#endif
43 changes: 0 additions & 43 deletions keyboards/runner3680/runner3680.h

This file was deleted.