summaryrefslogtreecommitdiff
path: root/keyboards/xd60
diff options
context:
space:
mode:
authorLuiz Ribeiro <luizribeiro@gmail.com>2017-07-04 11:17:28 -0400
committerLuiz Ribeiro <luizribeiro@gmail.com>2017-07-04 11:17:28 -0400
commitd5486265b8afcada68306c815b08c225fce287af (patch)
tree8fb7f8fee4aa3937003bd69d5c77ca867c010d12 /keyboards/xd60
parent738b072bb0f25d0369a998c550c369e4f64cc7a5 (diff)
parent34c8bf47a76c8a2dcd3b1a19dd608f8fb2fafb31 (diff)
Merge branch 'master' into ps2avrGB
Diffstat (limited to 'keyboards/xd60')
-rw-r--r--keyboards/xd60/keymaps/cheese/README.md4
-rw-r--r--keyboards/xd60/keymaps/cheese/base_layout.pngbin23729 -> 0 bytes
-rw-r--r--keyboards/xd60/keymaps/cheese/fn_layout.pngbin20690 -> 0 bytes
-rw-r--r--keyboards/xd60/readme.md2
-rw-r--r--keyboards/xd60/xd60.c8
-rw-r--r--keyboards/xd60/xd60.jpgbin2466209 -> 0 bytes
6 files changed, 11 insertions, 3 deletions
diff --git a/keyboards/xd60/keymaps/cheese/README.md b/keyboards/xd60/keymaps/cheese/README.md
index 8a5b97c036..04ff5c4219 100644
--- a/keyboards/xd60/keymaps/cheese/README.md
+++ b/keyboards/xd60/keymaps/cheese/README.md
@@ -1,8 +1,8 @@
# cheese's Layout
Customized xd60 keymap
-![Base Layout](base_layout.png "Base Layout")
-![Fn Layout](fn_layout.png "Fn Layout")
+![Base Layout](https://i.imgur.com/oSg0DPf.png "Base Layout")
+![Fn Layout](https://i.imgur.com/kOOQgVx.png "Fn Layout")
## Programming Instructions:
`cd` into keymap directory, `make dfu`
diff --git a/keyboards/xd60/keymaps/cheese/base_layout.png b/keyboards/xd60/keymaps/cheese/base_layout.png
deleted file mode 100644
index 211c4c731e..0000000000
--- a/keyboards/xd60/keymaps/cheese/base_layout.png
+++ /dev/null
Binary files differ
diff --git a/keyboards/xd60/keymaps/cheese/fn_layout.png b/keyboards/xd60/keymaps/cheese/fn_layout.png
deleted file mode 100644
index fe5ae99e0f..0000000000
--- a/keyboards/xd60/keymaps/cheese/fn_layout.png
+++ /dev/null
Binary files differ
diff --git a/keyboards/xd60/readme.md b/keyboards/xd60/readme.md
index dcc45ead29..1e8e52caa1 100644
--- a/keyboards/xd60/readme.md
+++ b/keyboards/xd60/readme.md
@@ -1,6 +1,6 @@
# QMK Firmware for XIUDI's 60% XD60 PCB
-![Top View of a pair of XD60 Keyboard](./xd60.jpg)
+![Top View of a pair of XD60 Keyboard](https://i.imgur.com/3Jq2743.jpg)
## Quantum MK Firmware
For the full Quantum feature list, see [the parent readme.md](/readme.md).
diff --git a/keyboards/xd60/xd60.c b/keyboards/xd60/xd60.c
index 4307f5f593..c3b63e5eaf 100644
--- a/keyboards/xd60/xd60.c
+++ b/keyboards/xd60/xd60.c
@@ -1,5 +1,13 @@
#include "xd60.h"
+
+extern inline void xd60_caps_led_on(void);
+extern inline void xd60_bl_led_on(void);
+
+extern inline void xd60_caps_led_off(void);
+extern inline void xd60_bl_led_off(void);
+
+
void led_set_kb(uint8_t usb_led) {
// put your keyboard LED indicator (ex: Caps Lock LED) toggling code here
diff --git a/keyboards/xd60/xd60.jpg b/keyboards/xd60/xd60.jpg
deleted file mode 100644
index 11654f0fd9..0000000000
--- a/keyboards/xd60/xd60.jpg
+++ /dev/null
Binary files differ