aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/laplace
diff options
context:
space:
mode:
authorJoel Challis2025-09-12 21:00:03 +0200
committerGitHub2025-09-12 21:00:03 +0200
commit46231df62d1914bb7d25f26a7ece41b7805cc807 (patch)
treeeb550f50aaa2eb11dc6d46a9612e11dc7cacc9be /keyboards/keebio/laplace
parentb6310b5a1507aa085a732f1105b7f022c837f443 (diff)
Tidy Keebio keyboards (#25653)
Diffstat (limited to 'keyboards/keebio/laplace')
-rw-r--r--keyboards/keebio/laplace/keymaps/default/keymap.c3
-rw-r--r--keyboards/keebio/laplace/readme.md13
2 files changed, 9 insertions, 7 deletions
diff --git a/keyboards/keebio/laplace/keymaps/default/keymap.c b/keyboards/keebio/laplace/keymaps/default/keymap.c
index fbd88c72af..c45a7956e5 100644
--- a/keyboards/keebio/laplace/keymaps/default/keymap.c
+++ b/keyboards/keebio/laplace/keymaps/default/keymap.c
@@ -1,3 +1,6 @@
+// Copyright 2025 Keebio (@keebio)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
#include QMK_KEYBOARD_H
#define _BASE 0
diff --git a/keyboards/keebio/laplace/readme.md b/keyboards/keebio/laplace/readme.md
index 4292483bc8..f71efb0c37 100644
--- a/keyboards/keebio/laplace/readme.md
+++ b/keyboards/keebio/laplace/readme.md
@@ -1,11 +1,10 @@
-Laplace
-=======
+# Laplace
A 40% staggered keyboard made and sold by Keebio. [More info at Keebio](https://keeb.io).
-Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges)
-Hardware Supported: Pro Micro
-Hardware Availability: [Keebio](https://keeb.io)
+* Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges)
+* Hardware Supported: Pro Micro
+* Hardware Availability: [Keebio](https://keeb.io)
Make example for this keyboard (after setting up your build environment):
@@ -13,8 +12,8 @@ Make example for this keyboard (after setting up your build environment):
Example of flashing this keyboard:
- make keebio/laplace:default:avrdude
+ make keebio/laplace:default:flash
-See [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.
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
A build guide for this keyboard can be found here: [Keebio Build Guides](https://docs.keeb.io)