diff options
Diffstat (limited to 'keyboards/xd60')
-rw-r--r-- | keyboards/xd60/keymaps/cheese/README.md | 4 | ||||
-rw-r--r-- | keyboards/xd60/keymaps/cheese/base_layout.png | bin | 23729 -> 0 bytes | |||
-rw-r--r-- | keyboards/xd60/keymaps/cheese/fn_layout.png | bin | 20690 -> 0 bytes | |||
-rw-r--r-- | keyboards/xd60/readme.md | 2 | ||||
-rw-r--r-- | keyboards/xd60/xd60.c | 8 | ||||
-rw-r--r-- | keyboards/xd60/xd60.jpg | bin | 2466209 -> 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 Binary files differdeleted file mode 100644 index 211c4c731e..0000000000 --- a/keyboards/xd60/keymaps/cheese/base_layout.png +++ /dev/null diff --git a/keyboards/xd60/keymaps/cheese/fn_layout.png b/keyboards/xd60/keymaps/cheese/fn_layout.png Binary files differdeleted file mode 100644 index fe5ae99e0f..0000000000 --- a/keyboards/xd60/keymaps/cheese/fn_layout.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index 11654f0fd9..0000000000 --- a/keyboards/xd60/xd60.jpg +++ /dev/null |