summaryrefslogtreecommitdiff
path: root/keyboards/contra
AgeCommit message (Collapse)AuthorFilesLines
2025-06-28Configure boards to use development_board - ABC (#25417)Joel Challis1-2/+1
2025-04-22Remove empty `url` fields (#25181)Joel Challis1-1/+0
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-2/+2
* First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
2024-11-23Update keymaps to use PDF keycode (#24633)Joel Challis1-23/+5
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-99/+0
2024-05-20Remove RGB keycodes from boards with no RGB config (#23709)Ryan1-1/+1
2024-05-17Delete trivial keymap readmes (#23714)Ryan2-4/+0
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis2-1/+0
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel33-2452/+0
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel6-489/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis4-107/+0
2023-07-02Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan1-2/+3
2023-06-01Unicodemap keycodes rename (#21092)Ryan2-6/+6
2023-05-03More `info.json` whitespace cleanups (#20665)Ryan1-95/+95
2023-05-02`info.json` whitespace cleanups (#20651)Ryan1-1/+0
2023-04-14Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2-2/+2
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-2/+2
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan1-2/+0
2023-03-01[Keyboard] Clean up contra & move to data-driven (#19973)Albert Y7-73/+135
Co-authored-by: Joel Challis <git@zvecr.com>
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-6/+2
2023-02-03Debounce defines cleanup (#19742)Ryan1-3/+0
* Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel5-5/+0
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan2-1/+1
* Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
2023-01-01Align definition of unicode_map (#19452)Joel Challis1-1/+1
2022-12-30Remove useless line continuations (#19399)Ryan1-5/+5
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan2-10/+10
2022-11-22Update use of legacy keycodes (#19120)Joel Challis2-4/+4
2022-11-07Normalise MIDI keycodes (#18972)Ryan1-4/+4
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo
2022-10-31Normalise Unicode keycodes (#18898)Ryan1-1/+1
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
2022-10-28Normalise Auto Shift keycodes (#18892)Ryan1-1/+1
* Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
2022-10-21Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan1-1/+1
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan3-3/+3
2022-10-19Remove legacy Debug keycode (#18769)Ryan3-3/+3
* `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan1-8/+8
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan1-1/+1
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
2022-10-15Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre1-1/+10
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan4-12/+12
* `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
2022-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot1-6/+0
2022-10-07Remove all `BACKLIGHT_LEVELS 0` (#18630)jack1-6/+0
2022-09-29Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg1-1/+1
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis3-4/+4
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel1-1/+0
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot5-8/+689
2022-07-29[Keymap] Add enigma keymap for contra keyboard (#17829)Chris Swenson5-8/+689
2022-07-25Merge remote-tracking branch 'origin/master' into developQMK Bot2-7/+6
2022-07-26Move keyboard USB IDs and strings to data driven: C (#17789)Ryan2-7/+6
2022-05-30Removes terminal from QMK. (#17258)Nick Brassel1-1/+1
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis2-2/+2
2022-05-12[Keymap] Contra - QWERTY US basic layout; MechWild Marcuio - EN update ↵Stephon Parker4-1/+240
layout (#16787) Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Stephon Parker <stephonparker@Stephons-MacBook-Pro.local>