aboutsummaryrefslogtreecommitdiff
path: root/keyboards/alice/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/alice/readme.md')
-rw-r--r--keyboards/alice/readme.md60
1 files changed, 0 insertions, 60 deletions
diff --git a/keyboards/alice/readme.md b/keyboards/alice/readme.md
deleted file mode 100644
index 8e901ae7e..000000000
--- a/keyboards/alice/readme.md
+++ /dev/null
@@ -1,60 +0,0 @@
1# TGR Alice
2
3![TGR Alice](https://i.imgur.com/cJohEqS.jpg)
4
5An ergonomic 60% keyboard.
6
7Keyboard Maintainer: [Felipe Coury](https://github.com/fcoury)
8Hardware Supported: TGR Alice
9Hardware Availability: Group buy finished
10
11Make example for this keyboard (after setting up your build environment):
12
13 make alice:default
14
15See [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.
16
17
18ps2avrGB keyboard firmware
19==========================
20
21This keyboard uses the port of the QMK firmware for boards that are based on the
22ps2avrGB firmware.
23
24Note that this is a complete replacement for the firmware, so you won't be
25using Bootmapper Client to change any keyboard settings, since not all the
26USB report options are supported.
27
28## Installing
29
30First, install the requirements. These commands are for OSX, but all you
31need is the AVR toolchain and `bootloadHID` for flashing:
32
33```
34$ brew cask install crosspack-avr
35$ brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
36$ pip install pyusb
37```
38
39Then, with the keyboard plugged in, simply run this command from the
40`qmk_firmware` directory:
41
42```
43$ make alice
44$ bootloadHID -r alice_default.hex
45```
46
47## Setting the board to bootloader mode
48
49Hold the ESC key (the one before the 1! key, in case you remaped it).
50
51## Troubleshooting
52
53From my experience, it's really hard to brick these boards. But these
54tricks have been useful when it got stuck in a weird scenario.
55
561. Try plugging the board in while holding the bootloader key. This will force
57 it to boot only the bootloader without loading the firmware. Once this is
58 done, just reflash the board with the original firmware.
592. Sometimes USB hubs can act weird, so try connecting the board directly
60 to your computer or plugging/unplugging the USB hub.