summaryrefslogtreecommitdiff
path: root/quantum/keymap_extras/keymap_nordic.h
Commit message (Collapse)AuthorAge
* clang-format changesskullY2019-08-30
|
* Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević2019-01-03
| | | | | | | | * Use standard KC_ALGR, remove language-specific redefinitions * Use ALGR instead of ALTGR in BÉPO and Canadian multilingual keymaps * Remove BE_LALT, BE_LGUI aliases
* Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević2018-12-12
| | | | | | | | | | | | | | * Add standard ALGR defition, remove (re)definitions from language files * Use ALGR(kc) consistently in ALTGR(kc) aliases * Non-Nordic keymaps should not use NO_ALGR * Add standard KC_ALGR definition * Update docs with ALGR and KC_ALGR * Update SS_ALGR and ALGR_T aliases
* Clarify the quantum license (#1042)skullydazed2017-03-28
| | | | | | | | | | * Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
* Annotates nordicErez Zukerman2016-12-02
|
* Change Nordic ampersand code to match the EnglishAndreas Lindhé2016-07-25
| | | | Changed from "NO_AMP" to "NO_AMPR" since the KC one is "KC_AMPR"
* extra_keymaps: use RALT() instead of 0x1400 for AltGrJonathan A. Kollasch2016-07-14
|
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-18
| | | | | | | | | | | | | | | | * sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
* Fix 2 macros in the Nordic keymapFernando Mendonca2016-02-05
| | | | | | | By testing I found out that, at least on Linux using the Swedish layout, two macros present on this file were wrong, for the backslash and pipe keys. Jack helped me find the correct combination for the backslash and that led me to the right one for pipe.
* quantum separatedJack Humbert2015-10-26