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 @foostan 's crkbd into /foostan #16069

Closed
wants to merge 1 commit into from
Closed
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
1 change: 0 additions & 1 deletion keyboards/crkbd/rev1/common/rules.mk

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/crkbd/rev1/legacy/rules.mk

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions keyboards/crkbd/crkbd.h → keyboards/foostan/crkbd/crkbd.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

#ifdef KEYBOARD_crkbd_rev1
#ifdef KEYBOARD_foostan_crkbd_rev1
# include "rev1.h"
#endif
#ifdef KEYBOARD_crkbd_r2g
#ifdef KEYBOARD_foostan_crkbd_r2g
# include "r2g.h"
#endif

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.



#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"

// size optimisations
// #define NO_DEBUG
Expand All @@ -54,4 +54,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define NO_ACTION_ONESHOT
// Size optimisations END
*/
*/
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

// #define TAPPING_FORCE_HOLD
// #define PERMISSIVE_HOLD
#define TAPPING_TERM 300
#define TAPPING_TERM 300
#define IGNORE_MOD_TAP_INTERRUPT

#ifdef RGBLIGHT_ENABLE
Expand All @@ -48,4 +48,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ONESHOT_TAP_TOGGLE 3 /* Tapping this number of times holds the key until tapped once again. */
#define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17
#endif

#define OLED_FONT_H "keyboards/crkbd/keymaps/blipson/blipsonfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/blipson/blipsonfont.c"
#define SPLIT_LAYER_STATE_ENABLE
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17
#endif

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# define RGBLIGHT_VAL_STEP 17
#endif // RGBLIGHT_ENABLE

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# define AUDIO_CLICKY
#endif

#define OLED_FONT_H "keyboards/crkbd/keymaps/gotham/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/gotham/glcdfont.c"

#define RGBLIGHT_SLEEP

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Flash instructions: Flash using avrdude, will req the hvp user space to compile.
> make crkbd:hvp:avrdude

Links:
Github - https://github.com/qmk/qmk_firmware/tree/master/keyboards/crkbd
Github - https://github.com/qmk/qmk_firmware/tree/master/keyboards/foostan/crkbd
Eurkey layout - https://eurkey.steffen.bruentjen.eu/
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VPATH += keyboards/crkbd/lib
VPATH += keyboards/foostan/crkbd/lib
LIB_SRC += ssd1306.c i2c.c

# If you want to change the display of OLED, you need to change here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ SRC += ./lib/glcdfont.c \
# ./lib/host_led_state_reader.c \
# ./lib/timelogger.c \

VPATH += keyboards/crkbd/lib
VPATH += keyboards/foostan/crkbd/lib
LIB_SRC += ssd1306.c i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# undef ENABLE_RGB_MATRIX_MULTISPLASH
#endif
// Custom Font path
#define OLED_FONT_H "keyboards/crkbd/keymaps/kidbrazil/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/kidbrazil/glcdfont.c"
#define OLED_DISABLE_TIMEOUT
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ OLED_DRIVER = SSD1306
SRC += logo_reader.c \
layer.c

VPATH += keyboards/crkbd/lib
VPATH += keyboards/foostan/crkbd/lib
LIB_SRC += ssd1306.c i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ SRC += ./lib/glcdfont.c \
# ./lib/host_led_state_reader.c \
# ./lib/timelogger.c \

VPATH += keyboards/crkbd/lib
VPATH += keyboards/foostan/crkbd/lib
LIB_SRC += ssd1306.c i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
#endif

/* To tell the compiler to use custom font */
#define OLED_FONT_H "keyboards/crkbd/keymaps/mcrown/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/mcrown/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// END: Disable RGB Effects
#endif

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
#define OLED_DISABLE_TIMEOUT

#define LAYOUT LAYOUT_split_3x6_3
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

//#define USE_MATRIX_I2C
#ifdef KEYBOARD_crkbd_rev1_common
#ifdef KEYBOARD_foostan_crkbd_rev1_common
# undef USE_I2C
# define USE_SERIAL
#endif
Expand All @@ -45,4 +45,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_FORCE_HOLD
#define TAPPING_TERM 100

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif

// Sets path to OLED font
#define OLED_FONT_H "keyboards/crkbd/keymaps/rarick/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/rarick/glcdfont.c"

// Limits maximum brightness of LEDs to 150 out of 255
// Higher may cause the controller to crash.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17
#endif

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"

Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif

#ifdef THEME_GODSPEED
# define OLED_FONT_H "keyboards/crkbd/keymaps/rpbaptist/glcdfont_godspeed.c"
# define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/rpbaptist/glcdfont_godspeed.c"
# define THEME_HSV 132, 255, 125
#endif

#ifdef THEME_PULSE
# define OLED_FONT_H "keyboards/crkbd/keymaps/rpbaptist/glcdfont_pulse.c"
# define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/rpbaptist/glcdfont_pulse.c"
# define THEME_HSV 123, 255, 125
#endif

#ifdef THEME_LASER
# define OLED_FONT_H "keyboards/crkbd/keymaps/rpbaptist/glcdfont_laser.c"
# define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/rpbaptist/glcdfont_laser.c"
# define THEME_HSV HSV_MAGENTA
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17
#endif

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"

// fix for me putting alt under A and being a fast typist
#define IGNORE_MOD_TAP_INTERRUPT
//#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY

#define LAYER_STATE_8BIT
#define LAYER_STATE_8BIT
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define SPLIT_LED_STATE_ENABLE
# define SPLIT_MODS_ENABLE
# define SPLIT_OLED_ENABLE
# define OLED_FONT_H "keyboards/crkbd/keymaps/soundmonster/glcdfont.c"
# define OLED_FONT_H "keyboards/foostan/crkbd/keymaps/soundmonster/glcdfont.c"
# define OLED_TIMEOUT 30000
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17
#endif

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ SRC += ./lib/glcdfont.c \
# ./lib/host_led_state_reader.c \
# ./lib/timelogger.c \

VPATH += keyboards/crkbd/lib
VPATH += keyboards/foostan/crkbd/lib
LIB_SRC += ssd1306.c i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_VAL_STEP 17
#endif

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ SRC += ./lib/glcdfont.c \
./lib/logo_reader.c \
./lib/keylogger.c \

VPATH += keyboards/crkbd/lib
VPATH += keyboards/foostan/crkbd/lib
LIB_SRC += ssd1306.c i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ SRC += ./lib/glcdfont.c \
# ./lib/host_led_state_reader.c \
# ./lib/timelogger.c \

VPATH += keyboards/crkbd/lib
VPATH += keyboards/foostan/crkbd/lib
LIB_SRC += ssd1306.c i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DRIVER_LED_TOTAL RGBLED_NUM
#endif

#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@

#ifdef OLED_ENABLE
#ifndef OLED_FONT_H
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/foostan/crkbd/lib/glcdfont.c"
#endif
#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 @@ -11,12 +11,12 @@ Hardware Availability: [Mechboards UK](https://mechboards.co.uk/products/helidox
Make example for this keyboard (after setting up your build environment):

```sh
make crkbd/r2g:mb_via
make foostan/crkbd/r2g:mb_via
```

Flash example for this keyboard:
```sh
qmk flash -kb crkbd/r2g -km mb_via
qmk flash -kb foostan/crkbd/r2g -km mb_via
```

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).
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hardware Availability: [PCB & Case Data](https://github.com/foostan/crkbd)
Make example for this keyboard (after setting up your build environment):

```sh
make crkbd:default
make foostan/crkbd: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).
Expand Down
1 change: 1 addition & 0 deletions keyboards/foostan/crkbd/rev1/common/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEFAULT_FOLDER = foostan/crkbd/rev1
File renamed without changes.
1 change: 1 addition & 0 deletions keyboards/foostan/crkbd/rev1/legacy/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEFAULT_FOLDER = foostan/crkbd/rev1
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RGB_MATRIX_DRIVER = WS2812
# if firmware size over limit, try this option
# LTO_ENABLE = yes

DEFAULT_FOLDER = crkbd/rev1
DEFAULT_FOLDER = foostan/crkbd/rev1

RGBLIGHT_SUPPORTED = yes
RGB_MATRIX_SUPPORTED = yes
Expand Down