Selaa lähdekoodia

moved to handwired folder

di0ib 9 vuotta sitten
vanhempi
commit
959c48e146

+ 1 - 1
keyboards/minorca/Makefile

@@ -67,5 +67,5 @@ RGBLIGHT_ENABLE ?= yes       # Enable WS2812 RGB underlight.  Do not enable this
 SLEEP_LED_ENABLE ?= no    # Breathing sleep LED during USB suspend
 
 ifndef QUANTUM_DIR
-	include ../../Makefile
+	include ../../../Makefile
 endif

keyboards/minorca/config.h → keyboards/handwired/minorca/config.h


+ 1 - 1
keyboards/minorca/keymaps/default/Makefile

@@ -21,5 +21,5 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  Do not enable this
 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 
 ifndef QUANTUM_DIR
-	include ../../../../Makefile
+	include ../../../../../Makefile
 endif

keyboards/minorca/keymaps/default/config.h → keyboards/handwired/minorca/keymaps/default/config.h


keyboards/minorca/keymaps/default/keymap.c → keyboards/handwired/minorca/keymaps/default/keymap.c


keyboards/minorca/keymaps/default/readme.md → keyboards/handwired/minorca/keymaps/default/readme.md


keyboards/minorca/keymaps/readme.md → keyboards/handwired/minorca/keymaps/readme.md


+ 1 - 1
keyboards/minorca/keymaps/rgb/Makefile

@@ -21,5 +21,5 @@ RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight.  Do not enable this
 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 
 ifndef QUANTUM_DIR
-	include ../../../../Makefile
+	include ../../../../../Makefile
 endif

keyboards/minorca/keymaps/rgb/config.h → keyboards/handwired/minorca/keymaps/rgb/config.h


keyboards/minorca/keymaps/rgb/example.jpg → keyboards/handwired/minorca/keymaps/rgb/example.jpg


keyboards/minorca/keymaps/rgb/keymap.c → keyboards/handwired/minorca/keymaps/rgb/keymap.c


keyboards/minorca/keymaps/rgb/readme.md → keyboards/handwired/minorca/keymaps/rgb/readme.md


keyboards/minorca/keymaps/rgb/wiring1.jpg → keyboards/handwired/minorca/keymaps/rgb/wiring1.jpg


keyboards/minorca/keymaps/rgb/wiring2.jpg → keyboards/handwired/minorca/keymaps/rgb/wiring2.jpg


keyboards/minorca/minorca.c → keyboards/handwired/minorca/minorca.c


keyboards/minorca/minorca.h → keyboards/handwired/minorca/minorca.h


keyboards/minorca/readme.md → keyboards/handwired/minorca/readme.md