aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-05-09 00:58:54 -0400
committerJack Humbert <jack.humb@gmail.com>2018-05-09 00:59:07 -0400
commit6ba73e0e04315b3286ba00f6a2f4954ae045588d (patch)
treee0284b4f7e6a54352622f7d5ca62febc24a116e1
parentafacd42368e0dc7627a695508f15598b38429c63 (diff)
downloadqmk_firmware-6ba73e0e04315b3286ba00f6a2f4954ae045588d.tar.gz
qmk_firmware-6ba73e0e04315b3286ba00f6a2f4954ae045588d.zip
update doc options
-rw-r--r--docs/README.md2
-rw-r--r--docs/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index d4587d2df..a4db81eb6 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -9,7 +9,7 @@
9 9
10## What is QMK Firmware? 10## What is QMK Firmware?
11 11
12QMK (*Quantum Mechanical Keyboard*) is an open source community that maintains QMK Firmware, QMK Flasher, qmk.fm, and these docs. QMK Firmware is a keyboard firmware based on the [tmk\_keyboard](http://github.com/tmk/tmk_keyboard) with some useful features for Atmel AVR controllers, and more specifically, the [OLKB product line](http://olkb.com), the [ErgoDox EZ](http://www.ergodox-ez.com) keyboard, and the [Clueboard product line](http://clueboard.co/). It has also been ported to ARM chips using ChibiOS. You can use it to power your own hand-wired or custom keyboard PCB. 12QMK (*Quantum Mechanical Keyboard*) is an open source community that maintains QMK Firmware, QMK Toolbox, qmk.fm, and these docs. QMK Firmware is a keyboard firmware based on the [tmk\_keyboard](http://github.com/tmk/tmk_keyboard) with some useful features for Atmel AVR controllers, and more specifically, the [OLKB product line](http://olkb.com), the [ErgoDox EZ](http://www.ergodox-ez.com) keyboard, and the [Clueboard product line](http://clueboard.co/). It has also been ported to ARM chips using ChibiOS. You can use it to power your own hand-wired or custom keyboard PCB.
13 13
14## How to Get It 14## How to Get It
15 15
diff --git a/docs/index.html b/docs/index.html
index 0617e1f5c..6af276c85 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2,7 +2,7 @@
2<html lang="en"> 2<html lang="en">
3<head> 3<head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <title>Document</title> 5 <title>QMK Firmware</title>
6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 <meta name="description" content="Description"> 7 <meta name="description" content="Description">
8 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> 8 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">