diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-09-21 11:27:53 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-09-21 11:27:53 -0700 |
| commit | fd19795879a92287faa93eb3900ce8d10f89ace3 (patch) | |
| tree | 1bc5e25ff2f52e0b1bfd4bd289b164e7a890436a | |
| parent | f069e9fc09859baf03d940b6db47e95c50a24936 (diff) | |
| download | qmk_firmware-fd19795879a92287faa93eb3900ce8d10f89ace3.tar.gz qmk_firmware-fd19795879a92287faa93eb3900ce8d10f89ace3.zip | |
[Keyboard] Move more percent boards into the percent directory (#6781)
* move canoe into percent directory
* update readme for new make path
* move skog into percent directory
* update readme for new path and new instructions
* update readme
* fix error in naming
| -rw-r--r-- | keyboards/percent/canoe/canoe.c (renamed from keyboards/canoe/canoe.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/canoe.h (renamed from keyboards/canoe/canoe.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/config.h (renamed from keyboards/canoe/config.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/i2c.c (renamed from keyboards/canoe/i2c.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/i2c.h (renamed from keyboards/canoe/i2c.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/info.json (renamed from keyboards/canoe/info.json) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/keymaps/boy_314/keymap.c (renamed from keyboards/canoe/keymaps/boy_314/keymap.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/keymaps/boy_314/readme.md (renamed from keyboards/canoe/keymaps/boy_314/readme.md) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/keymaps/default/keymap.c (renamed from keyboards/canoe/keymaps/default/keymap.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/keymaps/dhertz/keymap.c (renamed from keyboards/canoe/keymaps/dhertz/keymap.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/keymaps/iso/keymap.c (renamed from keyboards/canoe/keymaps/iso/keymap.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/matrix.c (renamed from keyboards/canoe/matrix.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/readme.md (renamed from keyboards/canoe/readme.md) | 12 | ||||
| -rw-r--r-- | keyboards/percent/canoe/rules.mk (renamed from keyboards/canoe/rules.mk) | 0 | ||||
| -rw-r--r-- | keyboards/percent/canoe/usbconfig.h (renamed from keyboards/canoe/usbconfig.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/README.md (renamed from keyboards/skog/README.md) | 38 | ||||
| -rw-r--r-- | keyboards/percent/skog/backlight.c (renamed from keyboards/skog/backlight.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/backlight_custom.h (renamed from keyboards/skog/backlight_custom.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/breathing_custom.h (renamed from keyboards/skog/breathing_custom.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/config.h (renamed from keyboards/skog/config.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/i2c.c (renamed from keyboards/skog/i2c.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/i2c.h (renamed from keyboards/skog/i2c.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/info.json (renamed from keyboards/skog/info.json) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/keymaps/default/keymap.c (renamed from keyboards/skog/keymaps/default/keymap.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/matrix.c (renamed from keyboards/skog/matrix.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/rules.mk (renamed from keyboards/skog/rules.mk) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/skog.c (renamed from keyboards/skog/skog.c) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/skog.h (renamed from keyboards/skog/skog.h) | 0 | ||||
| -rw-r--r-- | keyboards/percent/skog/usbconfig.h (renamed from keyboards/skog/usbconfig.h) | 0 |
29 files changed, 17 insertions, 33 deletions
diff --git a/keyboards/canoe/canoe.c b/keyboards/percent/canoe/canoe.c index a7427e152..a7427e152 100644 --- a/keyboards/canoe/canoe.c +++ b/keyboards/percent/canoe/canoe.c | |||
diff --git a/keyboards/canoe/canoe.h b/keyboards/percent/canoe/canoe.h index 22f2a1f22..22f2a1f22 100644 --- a/keyboards/canoe/canoe.h +++ b/keyboards/percent/canoe/canoe.h | |||
diff --git a/keyboards/canoe/config.h b/keyboards/percent/canoe/config.h index 45581b549..45581b549 100644 --- a/keyboards/canoe/config.h +++ b/keyboards/percent/canoe/config.h | |||
diff --git a/keyboards/canoe/i2c.c b/keyboards/percent/canoe/i2c.c index a4f952135..a4f952135 100644 --- a/keyboards/canoe/i2c.c +++ b/keyboards/percent/canoe/i2c.c | |||
diff --git a/keyboards/canoe/i2c.h b/keyboards/percent/canoe/i2c.h index 93a69c94d..93a69c94d 100644 --- a/keyboards/canoe/i2c.h +++ b/keyboards/percent/canoe/i2c.h | |||
diff --git a/keyboards/canoe/info.json b/keyboards/percent/canoe/info.json index 17bdacaa5..17bdacaa5 100644 --- a/keyboards/canoe/info.json +++ b/keyboards/percent/canoe/info.json | |||
diff --git a/keyboards/canoe/keymaps/boy_314/keymap.c b/keyboards/percent/canoe/keymaps/boy_314/keymap.c index e3b4c88d2..e3b4c88d2 100644 --- a/keyboards/canoe/keymaps/boy_314/keymap.c +++ b/keyboards/percent/canoe/keymaps/boy_314/keymap.c | |||
diff --git a/keyboards/canoe/keymaps/boy_314/readme.md b/keyboards/percent/canoe/keymaps/boy_314/readme.md index 3db01a66d..3db01a66d 100644 --- a/keyboards/canoe/keymaps/boy_314/readme.md +++ b/keyboards/percent/canoe/keymaps/boy_314/readme.md | |||
diff --git a/keyboards/canoe/keymaps/default/keymap.c b/keyboards/percent/canoe/keymaps/default/keymap.c index fc6730847..fc6730847 100644 --- a/keyboards/canoe/keymaps/default/keymap.c +++ b/keyboards/percent/canoe/keymaps/default/keymap.c | |||
diff --git a/keyboards/canoe/keymaps/dhertz/keymap.c b/keyboards/percent/canoe/keymaps/dhertz/keymap.c index bc8a4bca2..bc8a4bca2 100644 --- a/keyboards/canoe/keymaps/dhertz/keymap.c +++ b/keyboards/percent/canoe/keymaps/dhertz/keymap.c | |||
diff --git a/keyboards/canoe/keymaps/iso/keymap.c b/keyboards/percent/canoe/keymaps/iso/keymap.c index 89af719d1..89af719d1 100644 --- a/keyboards/canoe/keymaps/iso/keymap.c +++ b/keyboards/percent/canoe/keymaps/iso/keymap.c | |||
diff --git a/keyboards/canoe/matrix.c b/keyboards/percent/canoe/matrix.c index 245813dfd..245813dfd 100644 --- a/keyboards/canoe/matrix.c +++ b/keyboards/percent/canoe/matrix.c | |||
diff --git a/keyboards/canoe/readme.md b/keyboards/percent/canoe/readme.md index 729ab1a0f..45773e468 100644 --- a/keyboards/canoe/readme.md +++ b/keyboards/percent/canoe/readme.md | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | CANOE | 1 | # Canoe |
| 2 | ======== | ||
| 3 | 2 | ||
| 4 | A 65% keyboard with some RGB | 3 | A 65% keyboard with some RGB |
| 5 | 4 | ||
| @@ -9,7 +8,7 @@ Hardware Availability: https://geekhack.org/index.php?topic=92418.0 | |||
| 9 | 8 | ||
| 10 | Make example for this keyboard (after setting up your build environment): | 9 | Make example for this keyboard (after setting up your build environment): |
| 11 | 10 | ||
| 12 | make canoe:default | 11 | make percent/canoe:default |
| 13 | 12 | ||
| 14 | Flashing | 13 | Flashing |
| 15 | 14 | ||
| @@ -33,12 +32,13 @@ macOS: | |||
| 33 | ``` | 32 | ``` |
| 34 | 3. Install the following packages: | 33 | 3. Install the following packages: |
| 35 | ``` | 34 | ``` |
| 36 | brew install python | 35 | brew install python3 |
| 37 | pip install pyusb | 36 | pip3 install pyusb |
| 38 | brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb | 37 | brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb |
| 38 | ``` | ||
| 39 | 39 | ||
| 40 | 4. Place your keyboard into reset. | 40 | 4. Place your keyboard into reset. |
| 41 | 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. | 41 | 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. |
| 42 | 42 | ||
| 43 | 43 | ||
| 44 | 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. | 44 | 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). |
diff --git a/keyboards/canoe/rules.mk b/keyboards/percent/canoe/rules.mk index 8cfc81056..8cfc81056 100644 --- a/keyboards/canoe/rules.mk +++ b/keyboards/percent/canoe/rules.mk | |||
diff --git a/keyboards/canoe/usbconfig.h b/keyboards/percent/canoe/usbconfig.h index d2d848fcd..d2d848fcd 100644 --- a/keyboards/canoe/usbconfig.h +++ b/keyboards/percent/canoe/usbconfig.h | |||
diff --git a/keyboards/skog/README.md b/keyboards/percent/skog/README.md index 51a792b6b..5b7dacd91 100644 --- a/keyboards/skog/README.md +++ b/keyboards/percent/skog/README.md | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | Skog TKL by Percent | 1 | # Skog TKL |
| 2 | ========================== | ||
| 3 | 2 | ||
| 4 | Keyboard Maintainer: QMK Community | 3 | Keyboard Maintainer: QMK Community |
| 5 | Hardware Supported: Skog PCB | 4 | Hardware Supported: Skog PCB |
| @@ -7,21 +6,14 @@ Hardware Availability: https://geekhack.org/index.php?topic=87953.0 | |||
| 7 | 6 | ||
| 8 | Make example for this keyboard (after setting up your build environment): | 7 | Make example for this keyboard (after setting up your build environment): |
| 9 | 8 | ||
| 10 | make skog:default | 9 | make percent/skog:default |
| 11 | 10 | ||
| 12 | ## Setting the board to bootloader mode | 11 | Flashing |
| 13 | |||
| 14 | If you're lucky, the programming script does this automagically for you. If | ||
| 15 | however this doesn't work for you, you need to enter the bootloader mode manually | ||
| 16 | by plugging the keyboard in while holding the bootloader key. If you did this | ||
| 17 | correctly the LEDs will blink and you'll be able to flash your firmware. | ||
| 18 | |||
| 19 | The bootloader key is in the top-right (Pause). | ||
| 20 | |||
| 21 | ## Flashing | ||
| 22 | 12 | ||
| 23 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. | 13 | ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. |
| 24 | 14 | ||
| 15 | **Reset Key:** Hold down the key located at `K00`, commonly programmed as Pause while plugging in the keyboard. | ||
| 16 | |||
| 25 | Windows: | 17 | Windows: |
| 26 | 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). | 18 | 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). |
| 27 | 2. Place your keyboard into reset. | 19 | 2. Place your keyboard into reset. |
| @@ -40,22 +32,14 @@ macOS: | |||
| 40 | ``` | 32 | ``` |
| 41 | 3. Install the following packages: | 33 | 3. Install the following packages: |
| 42 | ``` | 34 | ``` |
| 43 | brew install python | 35 | brew install python3 |
| 44 | brew install pyusb | 36 | pip3 install pyusb |
| 45 | brew install --HEAD`https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb | 37 | brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb |
| 38 | ``` | ||
| 46 | 39 | ||
| 47 | 4. Place your keyboard into reset. | 40 | 4. Place your keyboard into reset. |
| 48 | 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. | 41 | 5. Flash the board by typing `bootloadHID -r` followed by the path to your `.hex` file. |
| 49 | 42 | ||
| 50 | 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). | 43 | **Please Note:** You will need to use the `EEP_RST` keycode first, followed by unplugging/replugging the board to get RGB underglow effects to work. |
| 51 | |||
| 52 | ## Troubleshooting | ||
| 53 | |||
| 54 | From my experience, it's really hard to brick these boards. But these | ||
| 55 | tricks have been useful when it got stuck in a weird scenario. | ||
| 56 | 44 | ||
| 57 | 1. Try plugging the board in while holding the bootloader key. This will force | 45 | 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). \ No newline at end of file |
| 58 | it to boot only the bootloader without loading the firmware. Once this is | ||
| 59 | done, just reflash the board with the original firmware. | ||
| 60 | 2. Sometimes USB hubs can act weird, so try connecting the board directly | ||
| 61 | to your computer or plugging/unplugging the USB hub. | ||
diff --git a/keyboards/skog/backlight.c b/keyboards/percent/skog/backlight.c index 94e8126d8..94e8126d8 100644 --- a/keyboards/skog/backlight.c +++ b/keyboards/percent/skog/backlight.c | |||
diff --git a/keyboards/skog/backlight_custom.h b/keyboards/percent/skog/backlight_custom.h index 51365fe3b..51365fe3b 100644 --- a/keyboards/skog/backlight_custom.h +++ b/keyboards/percent/skog/backlight_custom.h | |||
diff --git a/keyboards/skog/breathing_custom.h b/keyboards/percent/skog/breathing_custom.h index 71416b1b4..71416b1b4 100644 --- a/keyboards/skog/breathing_custom.h +++ b/keyboards/percent/skog/breathing_custom.h | |||
diff --git a/keyboards/skog/config.h b/keyboards/percent/skog/config.h index ed7c558db..ed7c558db 100644 --- a/keyboards/skog/config.h +++ b/keyboards/percent/skog/config.h | |||
diff --git a/keyboards/skog/i2c.c b/keyboards/percent/skog/i2c.c index a4f952135..a4f952135 100644 --- a/keyboards/skog/i2c.c +++ b/keyboards/percent/skog/i2c.c | |||
diff --git a/keyboards/skog/i2c.h b/keyboards/percent/skog/i2c.h index ada8cc7bf..ada8cc7bf 100644 --- a/keyboards/skog/i2c.h +++ b/keyboards/percent/skog/i2c.h | |||
diff --git a/keyboards/skog/info.json b/keyboards/percent/skog/info.json index 06fad3a74..06fad3a74 100644 --- a/keyboards/skog/info.json +++ b/keyboards/percent/skog/info.json | |||
diff --git a/keyboards/skog/keymaps/default/keymap.c b/keyboards/percent/skog/keymaps/default/keymap.c index eefc24cb0..eefc24cb0 100644 --- a/keyboards/skog/keymaps/default/keymap.c +++ b/keyboards/percent/skog/keymaps/default/keymap.c | |||
diff --git a/keyboards/skog/matrix.c b/keyboards/percent/skog/matrix.c index 245813dfd..245813dfd 100644 --- a/keyboards/skog/matrix.c +++ b/keyboards/percent/skog/matrix.c | |||
diff --git a/keyboards/skog/rules.mk b/keyboards/percent/skog/rules.mk index b8439906b..b8439906b 100644 --- a/keyboards/skog/rules.mk +++ b/keyboards/percent/skog/rules.mk | |||
diff --git a/keyboards/skog/skog.c b/keyboards/percent/skog/skog.c index 3d1eb0e1a..3d1eb0e1a 100644 --- a/keyboards/skog/skog.c +++ b/keyboards/percent/skog/skog.c | |||
diff --git a/keyboards/skog/skog.h b/keyboards/percent/skog/skog.h index 17be94621..17be94621 100644 --- a/keyboards/skog/skog.h +++ b/keyboards/percent/skog/skog.h | |||
diff --git a/keyboards/skog/usbconfig.h b/keyboards/percent/skog/usbconfig.h index 481d7c0b1..481d7c0b1 100644 --- a/keyboards/skog/usbconfig.h +++ b/keyboards/percent/skog/usbconfig.h | |||
