aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/1up60rgb
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Badger keymaps/userspace (#10239)Dan White2020-09-163-5/+140
| | | | | | | | | | | | | | | | | * Badger keymaps * bug fix - linter * code review feedback and ortholinear bugs * cleanup * backing out suspect bug after doing additional research * code review feedback * code review feedback * changing default badger keymap and small bugfix
* [Keyboard] 1upkeyboards/1up60rgb: fix broken Enter (#10188)Joe Wasson2020-08-311-5/+5
| | | The recent change to unnest macros put the enter on the wrong matrix key. On the 1uprgb, the ANSI and ISO enters share the same cell as does the ANSI and ISO backslash.
* Un-nest 1up60rgb LAYOUT macros (#9648)Ryan2020-07-071-59/+60
|
* Enable NKRO on 1up's boards (#9434)MechMerlin2020-06-211-1/+1
| | | | | | | | | * enable NKRO and keep consistent with bootmagic set to lite * Update keyboards/1upkeyboards/1up60hse/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* VIA Support: 1upkeyboards 1up60rgb (#8097)MechMerlin2020-02-053-2/+38
| | | | | | * add VIA keymap to 1up60rgb * change VID to align with other 1up boards
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-291-4/+4
| | | | | | | | | | | * Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files * Correct some 'rules.mk' in boards buried under vendor folders * PR8027 patch Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] 1up60rgb: fix LAYOUT_60_iso json tree (#7126)noroadsleft2019-10-231-1/+1
| | | ISO Enter was out of sequence.
* Cleanup rules.mk for 32U4 keyboards, 0-9 (#6789)fauxpark2019-09-241-39/+9
|
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-153-27/+0
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Added media keys to 1up60rgb:raffle (#5973)Doug Raffle2019-05-241-3/+3
|
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-1/+1
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Added 1up60rgb keymap: mdyevimnav (#5386)Michael Dye2019-03-131-0/+48
| | | | | Added keymap for 60% board 1up60rgb. The map provides VIM-style navigation on a second layer (L1) with HOME, PGDN, PGUP, and END keys on that same layer one row below the home row. The layout is used by https://github.com/michaeldye.
* Some minor refactoring of boards in 1upkeyboards directory (#5236)MechMerlin2019-02-254-19/+13
| | | | | | | | | | | | | | | | | | | | * use #pragma once * get rid of code for unused indicators * pragma once and other small fixes for consistency * use #pragma once * pragma once and other small fixes for consistency * add a short blurb to the readme * turn on compiler optimization flags * remove the compiler optimization * remove compiler optimization for super16
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-3/+0
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Keyboard: Updated readmes for 1upkeyboards (#3864)noroadsleft2018-09-091-2/+2
| | | | | Corrected the make examples by adding the parent directory. Updated the QMK Docs links for the build environment setup and the make instructions. Added links to the Newbs Guide.
* Keyboard: Make a 1upkeyboards directory for visibility (#3759)MechMerlin2018-08-2611-0/+627