# Daisy A 40% keyboard kit sold by KPRepublic. Keyboard Maintainer: westfoxtrot (https://github.com/westfoxtrot) Hardware Supported: Daisy PCB Rev.1, Daisy PCB Rev.2 Hardware Availability: http://tinyurl.com/yc26lq22 Make example for this keyboard (after setting up your build environment): make daisy:default See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. # Other Keymaps The "default" keymap included is the layout I personally use on the Daisy and the one I have found the most comfortable. A printable picture showing this layout is available here: https://imgur.com/9mSF0yf ``` $ make daisy:[default|] ``` # Bootloader I personally had issues with the bootloader on my Daisy PCB and was unable to flash a firmware to the board after the first time. I replaced the bootloader with the one available in the repository at ../../util/bootloader_atmega32u4_1_0_0.hex nwrt/tpl-mr3040-bis/trunk-36060
tpl-mr3040-bis base openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-ap113.c
blob: 9b38faa47cddb241519bcb91302d44ecc0a36d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84