Skip to content

Commit

Permalink
Add Unicode modes for handwired/riblee_f401:riblee (qmk#10461)
Browse files Browse the repository at this point in the history
* Add unicode modes

* Update keyboards/handwired/riblee_f401/keymaps/riblee/config.h
  • Loading branch information
riblee authored and rgoulter committed Oct 4, 2020
1 parent a9e9efe commit 7ee59be
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions keyboards/handwired/riblee_f401/keymaps/riblee/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* Copyright 2020 Daniel Reibl <[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/>.
*/

#pragma once
#define UNICODE_SELECTED_MODES UC_MAC, UC_LNX
4 changes: 2 additions & 2 deletions keyboards/handwired/riblee_f401/keymaps/riblee/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | |Mu mod|Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
* |------+------+------+------+------+------|------+------+------+------+------+------|
* | | | | | | | NKRO | Swap |Un swp| | | |
* | | | | | | | NKRO | Swap |Un swp|UC Mod| | |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | | | | | | | | | | | |
* `-----------------------------------------------------------------------------------'
Expand All @@ -295,7 +295,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
_______, RESET, DEBUG, _______, _______, _______, _______, TERM_ON, TERM_OFF,_______, _______, KC_DEL,
_______, _______, MU_MOD, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, _______, _______,
_______, _______, _______, _______, _______, _______, NK_TOGG, LCG_SWP, LCG_NRM, _______, _______, _______,
_______, _______, _______, _______, _______, _______, NK_TOGG, LCG_SWP, LCG_NRM, UC_MOD, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
)

Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/riblee_f401/keymaps/riblee/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Adjust (Lower + Raise)
|------+------+------+------+------+-------------+------+------+------+------+------|
| | |Mu mod|Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak| | |
|------+------+------+------+------+------|------+------+------+------+------+------|
| | | | | | | NKRO | Swap |Un swp| | | |
| | | | | | | NKRO | Swap |Un swp|UC Mod| | |
|------+------+------+------+------+------+------+------+------+------+------+------|
| | | | | | | | | | | |
`-----------------------------------------------------------------------------------'
Expand Down

0 comments on commit 7ee59be

Please sign in to comment.