Ergonomic Typing Angle
Specially with keyboard with the ergonomic design, the keyboard's foldable legs provide a tilt angle for a better typing position and reduce stress on your wrists.
Plug & Play, With a 2-in-1 USB Receiver
The lighting keyboard and mouse share one USB receiver. 2.4 GHz wireless provides a powerful and reliable connection up to 33 feet(10m) without any delays.
Adjustable DPI for Productivity
With 3 DPI levels (800/1600/2400) Optical tracking technology, you can easily adjust the sensitivity of the mouse.
USB-C Rechargeable
Both the wireless backlit keyboard and mouse have a power switch. Built-in energy-saving rechargeable battery, full charged time in 3 hours via supplied USB-C charging cable. Can also be charged while using them.
Convenient Indicator Light
With all the indicator lights and switch you will enjoy a more convenient using experience. Definitely, it will become the refine edge tool for your work!
Keyboard Specification:
1. Number of Keys: 104 Key
2. Built-in Battery Capacity: 2000 mAh
3. Rainbow Backlight: 3 Brightness Level
4. How to Control Backlight: FN+Scroll Lock Key= Turn on/ off Backlight; FN+PgUp=Increase Backlight Brightness; FN+PgDn=Decrease Backlight Brightness
5. Supported System: Windows XP, WIN 7/8/10, MAC OS 2.0.
Mouse Specifications:
1. Number of Button: 6 Button
2. Built-in Battery Capacity: 500mAh
3. Adjustable 3 DPI:800-1600-2400
4. 7 monochrome color auto switching breathing backlight
Package List:
1* 104 Key Wireless Keyboard
1*Wireless Mouse
1*Charging USB Cable
1*User Manual
Specially with keyboard with the ergonomic design, the keyboard's foldable legs provide a tilt angle for a better typing position and reduce stress on your wrists.
Plug & Play, With a 2-in-1 USB Receiver
The lighting keyboard and mouse share one USB receiver. 2.4 GHz wireless provides a powerful and reliable connection up to 33 feet(10m) without any delays.
Adjustable DPI for Productivity
With 3 DPI levels (800/1600/2400) Optical tracking technology, you can easily adjust the sensitivity of the mouse.
USB-C Rechargeable
Both the wireless backlit keyboard and mouse have a power switch. Built-in energy-saving rechargeable battery, full charged time in 3 hours via supplied USB-C charging cable. Can also be charged while using them.
Convenient Indicator Light
With all the indicator lights and switch you will enjoy a more convenient using experience. Definitely, it will become the refine edge tool for your work!
Keyboard Specification:
1. Number of Keys: 104 Key
2. Built-in Battery Capacity: 2000 mAh
3. Rainbow Backlight: 3 Brightness Level
4. How to Control Backlight: FN+Scroll Lock Key= Turn on/ off Backlight; FN+PgUp=Increase Backlight Brightness; FN+PgDn=Decrease Backlight Brightness
5. Supported System: Windows XP, WIN 7/8/10, MAC OS 2.0.
Mouse Specifications:
1. Number of Button: 6 Button
2. Built-in Battery Capacity: 500mAh
3. Adjustable 3 DPI:800-1600-2400
4. 7 monochrome color auto switching breathing backlight
Package List:
1* 104 Key Wireless Keyboard
1*Wireless Mouse
1*Charging USB Cable
1*User Manual
【Light Up Keyboard and Mouse】The RGB gaming keyboard features 3 RGB backlight modes, 3 levels of brightness adjustment, 7 monochrome backlight modes and 1 full rainbow backlight. The luminous design of Letters and gaps makes it the best light up wireless keyboard on the market. The mouse has a built-in 7-color cyclic gradual lighting effect.
【Durable Ergonomic Keyboard and Mouse】The keys have a 10 000 000 keystrokes lifetime, so you can hold on to it for the next decade! ABS keycaps adopt two-color injection molding process, the letter of characters never fade. The mouse fits the palm perfectly, and the anti-sweat and non-slip design gives you complete control.
【Plug and Play & 2.4G Wireless Receiver】The keyboard and mouse share only one USB receiver. You only need to insert the receiver and turn on the keyboard and mouse to use it. This wireless keyboard and mouse combo can make the most of the extra space of your desk, perfect for game or daily use, can be compatible with computer mac which support Windows XP, WIN 7/8/10, MAC OS 2.0.
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
${!isPercentage ? `${data.count}` : `${(data.count / data.total * 100).toFixed(1)}%`}
${data.count > 99 ? '99+' : data.count < 1 ? '' : data.count}
${function() {
if(data.imgCover) {
if(media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
const videoDom = `
`;
if(!isPC){
return `
`;
if(!isPC){
return `
`
}else{
return `
`
}
}
} else {
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}
}()}
${videoDom}
`
}
return `
${videoDom}
`
} else if(media.mp4 || media.hls) {
const videoDom = `
${videoDom}
`
}
return `
${videoDom}
`
} else {
if(!isPC){
return `
Newest
Newest
Most liked
Highest ratings
Lowest ratings
Newest
Most liked
Highest ratings
Lowest ratings
All
All(${list.count})
With Photos(${list.image_count})
All(${list.count})
With Photos(${list.image_count})
${arrow}
`);
for (let i = startNumber; i <= endNumber; i++) {
if (i === pageNum) {
nums.push(
`${i}
`
);
} else {
// 第一段:不大于3
if (pageNum <= 3) {
if (i < pageNum + 2 || i > Math.max(endNumber - 4, 0)) {
nums.push(`${i}
`);
}
if (i === pageNum + 2 && i < endNumber - 3) {
nums.push(`...
`);
}
}
// 第二段:大于3 到 倒数第三个
if (pageNum > 3 && pageNum < endNumber - 3) {
if (i < 3 || i > endNumber - 3 || (pageNum - 2 < i && i < pageNum + 2)) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum - 1 !== 3) {
nums.push(`...
`);
}
if (i === endNumber - 4) {
nums.push(`...
`);
}
}
// 第三段: 倒数4个
if (pageNum >= Math.max(endNumber - 3, 4)) {
if (i < 3 || i > endNumber - 3 || i == pageNum - 1) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum > 4 && endNumber > 5) {
nums.push(`...
`);
}
}
}
}
nums.push(`
${arrow}
`);
return `${nums.join(' ')}
`;
}()}
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
Write a Review
${data.title}
Customer Reviews
(${data.comment_count > 500 ? '500+' : (data.comment_count || 0)})
Write a Review
View all
${item.username}
Verified
${item.content}
${data.shop_name} reply:
${item.reply && item.reply.length && item.reply[0].content}
${formatDate(item.created_at)}
View more
Wow you reached the bottom
View all
Write a Review
${data.comment_avg_star}
Total reviews: ${data.comment_count > 999 ? '999+' : data.comment_count}
${level}
Reviews
Write a Review
- All(${list.count})
- With Photos(${list.image_count})
Wow you reached the bottom
`;
} else {
return ``;
}
}()}
${function(){
return `
${function(){
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}()}
Write a Review
Customer Reviews
No reviews yet, why don't you leave the first review?
Write a Review
No reviews yet, why don't you leave the first review?
Write a Review
No reviews available. The product reviews component has been hidden
Product Detail Reviews