Skip to content

Commit

Permalink
wip: added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
heiso committed Nov 30, 2024
1 parent ac1171f commit 9d34417
Show file tree
Hide file tree
Showing 8 changed files with 2,625 additions and 2,856 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Macrolev - custom analog keyboard
<div align="center" >
<img src="assets/logo.svg" alt="Macrolev - Open Source Analog Keyboard" />
<br>
<br>
<br>
<div>
<img src="assets/keyboard-top.png" alt="keyboard - picture from above" />
</div>
<span>
<a href="assets/keyboard-bot.png">bottom picture</a> - <a href="assets/pcb-bot.png">pcb picture</a> -
</span>
<br>
<br>
</div>

![keyboard - picture from above](assets/keyboard-top.png)
[bottom picture](assets/keyboard-bot.png) - [pcb picture](assets/pcb-bot.png)
# Macrolev - Open Source Analog Keyboard

I use the two prototypes shown above as my daily drivers for both coding and gaming. They work well, and the current state of the web configurator is sufficient for seamlessly switching between coding and gaming modes. The current layout of my prototypes is Mac ISO azerty (FR).

Expand Down
12 changes: 12 additions & 0 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions kicad/Rev 2.0/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,416 changes: 2,581 additions & 2,835 deletions kicad/Rev 2.0/layout_board/layout_board.kicad_pcb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web-app/app/components/logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function Logo({ className, ...props }: LogoProps) {
return (
<div
ref={ref}
className={`px-4 cursor-pointer transition duration-75 select-none w-fit ${
className={`cursor-pointer transition duration-75 select-none w-fit ${
bump ? 'scale-110' : ''
} ${className ?? ''}`}
onClick={() => setBump(true)}
Expand Down
9 changes: 5 additions & 4 deletions web-app/app/routes/_layout._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ import { Icon } from '../ui/icon.tsx'
export default function Index() {
return (
<div className="h-full flex flex-col gap-12 text-center justify-center p-20 w-[80ch] mx-auto">
<div className="flex flex-row items-center justify-center">
<div className="flex flex-row items-center justify-center gap-16">
<Logo />
<div className="text-center">
<div className="text-center flex flex-col gap-4">
<h1 className="text-3xl font-light text-gray-100">
<span className="font-bold">Macro</span>lev
</h1>

<span className="text-lg font-semibold text-gray-400 transition hover:brightness-125">
Open Source Keyboard
<span className="text-lg font-light text-gray-400 transition hover:brightness-125 leading-tight">
Open Source <br />
Analog Keyboard
</span>
</div>
</div>
Expand Down
10 changes: 4 additions & 6 deletions web-app/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions web-app/svgs/logo/legends.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d34417

Please sign in to comment.