Skip to content

Commit 0c5f421

Browse files
authored
Merge pull request #7 from kdb424/maintenence
Documentation update
2 parents 22cd953 + c44c473 commit 0c5f421

File tree

2 files changed

+64
-11
lines changed

2 files changed

+64
-11
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ debug.log
44
!cpy/.gitkeep
55
kmk/**
66
!kmk/.gitkeep
7-
post_build.sh
7+
post_build.sh
8+
build_out/**

supported_boards.md

Lines changed: 62 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,64 @@
1-
## Currently supported boards
2-
If you just want to download something check here to see what to download from the releaces tab
1+
# Currently supported boards
2+
If you just want to download something check here to see what to download from
3+
the releases tab.
34

4-
If you add a board to the repo please add it here too. <3 thanks
5-
6-
## Nice!Nano v1/v2
7-
Name
8-
* nice_nano_bs
5+
If you add a board to the repo please add it here too.
6+
7+
8+
# Development boards
9+
10+
## Adafruit KB2040
11+
12+
Frozen libraries
13+
14+
* NeoPixel
15+
* Display Text
16+
* DisplayIO SSD1306
17+
18+
## Boardsource Blok
19+
20+
Frozen libraries
21+
22+
* NeoPixel
23+
24+
## Seeduino XIAO RP2040
25+
26+
Frozen libraries
27+
28+
* NeoPixel
29+
* Display Text
30+
* DisplayIO SSD1306
31+
32+
## Sparkfun Pro Micro RP2040
33+
34+
Frozen libraries
35+
36+
* NeoPixel
37+
* Display Text
38+
* DisplayIO SSD1306
39+
40+
# Keyboards
41+
42+
## Boardsource Equals
43+
44+
Frozen libraries
45+
46+
* NeoPixel
47+
* Display Text
48+
* DisplayIO SSD1306
49+
50+
## Boardsource Lulu
51+
52+
Frozen libraries
53+
54+
* NeoPixel
55+
* Display Text
56+
* DisplayIO SSD1306
57+
58+
## Boardsource Unicorne
59+
60+
Frozen libraries
961

10-
frozen libs
11-
* ble
12-
* neopixel
62+
* NeoPixel
63+
* Display Text
64+
* DisplayIO SSD1306

0 commit comments

Comments
 (0)