mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Added config.h to idle_rgb_example
This commit is contained in:
parent
dabe97f984
commit
e875b87726
6
keyboards/nifty_numpad/keymaps/idle_rgb_example/config.h
Normal file
6
keyboards/nifty_numpad/keymaps/idle_rgb_example/config.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// Copyright 2023 Isaac Rex (@Acliad)
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define TAPPING_TERM 200
|
||||||
|
|
@ -13,8 +13,6 @@ enum LAYERS {
|
|||||||
// Layer Indicator LED index
|
// Layer Indicator LED index
|
||||||
#define _NUM_LED_INDEX 8
|
#define _NUM_LED_INDEX 8
|
||||||
|
|
||||||
#define TAPPING_TERM 200
|
|
||||||
|
|
||||||
// Tap Dance Declarations
|
// Tap Dance Declarations
|
||||||
enum {
|
enum {
|
||||||
TD_NUM_TOGGLE = 0,
|
TD_NUM_TOGGLE = 0,
|
||||||
@ -66,12 +64,12 @@ tap_dance_action_t tap_dance_actions[] = {
|
|||||||
// Setup keymap
|
// Setup keymap
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
/*
|
/*
|
||||||
* SCN -> Screenshot
|
* BCK -> Backspace
|
||||||
* WIN -> Task View
|
* WIN -> Task View
|
||||||
* EXP -> Open Explorer
|
* EXP -> Open Explorer
|
||||||
* BCK -> Backspace
|
* SCN -> Screenshot
|
||||||
* ┌───┬───┐ ┌───┬───┬───┬───┐
|
* ┌───┬───┐ ┌───┬───┬───┬───┐
|
||||||
* │F13│F19│ │SCN│WIN│EXP│BCK│
|
* │F13│F19│ │BCK│WIN│EXP│SCN│
|
||||||
* └───┴───┘ └───┴───┴───┴───┘
|
* └───┴───┘ └───┴───┴───┴───┘
|
||||||
* ┌───┬───┐ ┌───┬───┬───┬───┐
|
* ┌───┬───┐ ┌───┬───┬───┬───┐
|
||||||
* │F14│F20│ │Num│ / │ * │ - │
|
* │F14│F20│ │Num│ / │ * │ - │
|
||||||
|
Loading…
Reference in New Issue
Block a user