forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add fido Viterbi keymap * Cleanup rules files * Remove unused WIP code
- Loading branch information
1 parent
400f410
commit ac53265
Showing
8 changed files
with
120 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
RGBLIGHT_ENABLE = yes | ||
|
||
ifndef QUANTUM_DIR | ||
include ../../../../Makefile | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
RGBLIGHT_ENABLE = yes | ||
|
||
ifndef QUANTUM_DIR | ||
include ../../../../Makefile | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/* | ||
Copyright 2018 Danny Nguyen <[email protected]> | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 2 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#ifndef CONFIG_USER_H | ||
#define CONFIG_USER_H | ||
|
||
#include "../../config.h" | ||
|
||
/* Use I2C or Serial, not both */ | ||
|
||
#define USE_SERIAL | ||
// #define USE_I2C | ||
|
||
/* Select hand configuration */ | ||
|
||
#define MASTER_LEFT | ||
#ifndef MASTER_LEFT | ||
#define MASTER_RIGHT | ||
#endif | ||
// #define EE_HANDS | ||
|
||
#define TAPPING_TERM 150 | ||
|
||
#undef RGBLED_NUM | ||
#define RGBLIGHT_ANIMATIONS | ||
#define RGBLED_NUM 2 | ||
#define RGBLIGHT_HUE_STEP 8 | ||
#define RGBLIGHT_SAT_STEP 8 | ||
#define RGBLIGHT_VAL_STEP 8 | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
#include "viterbi.h" | ||
#include "action_layer.h" | ||
#include "eeconfig.h" | ||
#ifdef RGBLIGHT_ENABLE | ||
#include "rgblight.h" | ||
#endif | ||
|
||
extern keymap_config_t keymap_config; | ||
|
||
#define _QWERTY 0 | ||
#define _FN 1 | ||
|
||
#define KC_ KC_TRNS | ||
#define _______ KC_TRNS | ||
|
||
#define KC_FN1 MO(_FN) | ||
#define KC_WD_L LCTL(KC_LEFT) | ||
#define KC_WD_R LCTL(KC_RGHT) | ||
#define KC_RTOG RGB_TOG | ||
#define KC_RMOD RGB_MOD | ||
#define KC_RHUI RGB_HUI | ||
#define KC_RHUD RGB_HUD | ||
#define KC_RSAI RGB_SAI | ||
#define KC_RSAD RGB_SAD | ||
#define KC_RVAI RGB_VAI | ||
#define KC_RVAD RGB_VAD | ||
#define KC_RST RESET | ||
#define KC_CTLZ LCTL(KC_Z) | ||
#define KC_CTLX LCTL(KC_X) | ||
#define KC_CTLC LCTL(KC_C) | ||
#define KC_CTLV LCTL(KC_V) | ||
#define KC_ATAB LALT(KC_TAB) | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
[_QWERTY] = KC_KEYMAP( | ||
//,----+----+----+----+----+----+----. ,----+----+----+----+----+----+----. | ||
1 , 2 , 3 , 4 , 5 , 6 ,ESC , DEL , 7 , 8 , 9 , 0 ,MINS,EQL , | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
RBRC, Q , W , E , R , T ,TAB , BSPC, Y , U , I , O , P ,LBRC, | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
GRV , A , S , D , F , G ,LALT, CAPS, H , J , K , L ,SCLN,QUOT, | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
BSLS, Z , X , C , V , B ,LSFT, RSFT, N , M ,COMM,DOT ,SLSH,ENT , | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
INS ,PSCR,MENU,LGUI,LCTL,SPC ,FN1 , FN1 ,SPC ,RCTL,RALT, , , | ||
//`----+----+----+----+----+----+----' `----+----+----+----+----+----+----' | ||
), | ||
|
||
[_FN] = KC_KEYMAP( | ||
//,----+----+----+----+----+----+----. ,----+----+----+----+----+----+----. | ||
F1 , F2 , F3 , F4 , F5 , F6 , , , F7 , F8 , F9 ,F10 ,F11 ,F12 , | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
,PGUP,WD_L, UP ,WD_R, ,ATAB, ,RMOD,RHUI,RSAI,RVAI, , , | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
,HOME,LEFT,DOWN,RGHT, , , , ,RHUD,RSAD,RVAD, , , | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
,CTLZ,CTLX,CTLC,CTLV, , , ,MUTE,VOLD,VOLU, , , , | ||
//|----+----+----+----+----+----+----| |----+----+----+----+----+----+----| | ||
, , , , , , , , , , , , , | ||
//`----+----+----+----+----+----+----' `----+----+----+----+----+----+----' | ||
) | ||
|
||
}; | ||
|
||
void led_set_user(uint8_t usb_led) { | ||
#ifdef RGBLIGHT_ENABLE | ||
if (usb_led & (1 << USB_LED_CAPS_LOCK)) { | ||
rgblight_enable(); | ||
} else { | ||
rgblight_disable(); | ||
} | ||
#endif //RGBLIGHT_ENABLE | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
RGBLIGHT_ENABLE = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
RGBLIGHT_ENABLE = yes | ||
|
||
ifndef QUANTUM_DIR | ||
include ../../../../Makefile | ||
endif |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.