Skip to content

Commit

Permalink
[Keyboard] move @omkbd 's boards to /omkbd (#16116)
Browse files Browse the repository at this point in the history
  • Loading branch information
peepeetee committed Feb 1, 2022
1 parent 658d211 commit 8515d12
Show file tree
Hide file tree
Showing 161 changed files with 51 additions and 51 deletions.
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.
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
File renamed without changes.
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.
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.
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.
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
File renamed without changes.
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.

0 comments on commit 8515d12

Please sign in to comment.