tangled
alpha
login
or
join now
dunkirk.sh
/
pxlboard
2
fork
atom
a cool™ board of neopixels
2
fork
atom
overview
issues
pulls
pipelines
docs: add readme and license
dunkirk.sh
10 months ago
8524b905
+93
3 changed files
expand all
collapse all
unified
split
LICENSE.md
README.md
kicad
.gitignore
+25
LICENSE.md
···
1
1
+
The MIT License (MIT)
2
2
+
=====================
3
3
+
4
4
+
Copyright © `2025` `Kieran Klukas`
5
5
+
6
6
+
Permission is hereby granted, free of charge, to any person
7
7
+
obtaining a copy of this software and associated documentation
8
8
+
files (the “Software”), to deal in the Software without
9
9
+
restriction, including without limitation the rights to use,
10
10
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
11
11
+
copies of the Software, and to permit persons to whom the
12
12
+
Software is furnished to do so, subject to the following
13
13
+
conditions:
14
14
+
15
15
+
The above copyright notice and this permission notice shall be
16
16
+
included in all copies or substantial portions of the Software.
17
17
+
18
18
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19
19
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20
20
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
21
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22
22
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23
23
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24
24
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
25
+
OTHER DEALINGS IN THE SOFTWARE.
+36
README.md
···
1
1
+
# PxlBoard
2
2
+
3
3
+
<img src="https://cachet.dunkirk.sh/emojis/SK6812RGBW/r" width="150" align="right">
4
4
+
5
5
+
> ### More deets coming never 😊
6
6
+
> **Y**et **A**nother **G**eneric **N**eopixel **G**rid (**YAGNG**) except this one is mine so don't you dare dis it :kirby-gun:
7
7
+
8
8
+
## BOM
9
9
+
10
10
+
| Part | Quantity | Price | Link | Description | Notes |
11
11
+
| --- | --- | --- | --- | --- | --- |
12
12
+
| PCB | | | | | |
13
13
+
14
14
+
Total cost:
15
15
+
16
16
+
## Schematics
17
17
+
18
18
+
> coming soon but in the meantime take a look at my keyboard blueprint :yay:
19
19
+
20
20
+

21
21
+
22
22
+
## Build Notes
23
23
+
24
24
+
Nothing yet
25
25
+
26
26
+
<p align="center">
27
27
+
<img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />
28
28
+
</p>
29
29
+
30
30
+
<p align="center">
31
31
+
<i><code>© 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i>
32
32
+
</p>
33
33
+
34
34
+
<p align="center">
35
35
+
<a href="https://github.com/taciturnaxolotl/pxlboard/blob/master/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
36
36
+
</p>
+32
kicad/.gitignore
···
1
1
+
# For PCBs designed using KiCad: https://www.kicad.org/
2
2
+
# Format documentation: https://kicad.org/help/file-formats/
3
3
+
4
4
+
# Temporary files
5
5
+
*.000
6
6
+
*.bak
7
7
+
*.bck
8
8
+
*.kicad_pcb-bak
9
9
+
*.kicad_sch-bak
10
10
+
*-backups
11
11
+
*.kicad_prl
12
12
+
*.sch-bak
13
13
+
*~
14
14
+
_autosave-*
15
15
+
*.tmp
16
16
+
*-save.pro
17
17
+
*-save.kicad_pcb
18
18
+
fp-info-cache
19
19
+
~*.lck
20
20
+
\#auto_saved_files#
21
21
+
22
22
+
# Netlist files (exported from Eeschema)
23
23
+
*.net
24
24
+
25
25
+
# Autorouter files (exported from Pcbnew)
26
26
+
*.dsn
27
27
+
*.ses
28
28
+
29
29
+
# Exported BOM files
30
30
+
*.xml
31
31
+
*.csv
32
32
+
production