summaryrefslogtreecommitdiffstats
path: root/keyboards/xd60
diff options
context:
space:
mode:
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 8a5b97c03..04ff5c421 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 211c4c731..000000000
--- 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 fe5ae99e0..000000000
--- 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 dcc45ead2..1e8e52caa 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 4307f5f59..c3b63e5ea 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 11654f0fd..000000000
--- a/keyboards/xd60/xd60.jpg
+++ /dev/null
Binary files differ